/*
	© Copyright 2008 www.lenayachting.nl
	Robert Adema | www.ademamedia.nl
	
*/

* {
	margin:0;
	padding:0;
	}
	
html, body {
	height:100%;
	}
	
body {
	font-family:verdana, helvetica, sans-serif;
	font-size:8pt;
	color:#333;
	background:#fff;
	}
	
#container {
	position:relative;
	width:600px;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#fff;
	margin:0 auto;
	}
	
h1 {
	font-size:14pt;
	letter-spacing:8pt;
	color:#eee;
	}
	
a.page-title {
	text-decoration:none;
	color:#eee;
	}
	
a.page-title:hover {
	text-decoration:none;
	color:#fff;
	}
	
#header {
	width:600px;
	height:20px;
	background:#fff url(gfx/images/head.png) no-repeat bottom;
	text-align:center;
	padding-top:60px;
	}
	
#content {
	background:#fff url(gfx/images/body.png) repeat-y;
	width:560px;
	padding:20px 20px;
	}
	
#footer {
	height:30px;
	padding-top:20px;
	width:600px;
	background:url(gfx/images/foot.png) no-repeat;
	text-align:center;
	}
	
#page-footer {
	position:absolute;
	bottom:0;
	border-top:1px solid #ddd;
	height:20px;
	width:100%;
	font-size:7pt;
	color:#ccc;
	text-align:center;
	padding-top:4px;
	}
	
.foottext, a.foottext{
	font-size:7pt;
	color:#eee;
	font-weight:normal;
	}
	
a.foottext:hover {
	color:#ddd;
	font-weight:normal;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#333;
	}
	
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
	}
	
/*				CONTACT FORMULIER				*/
.contact-form {
	}

.left-col {
	width:120px;
	vertical-align:top;
	}
	
.input-field {
	width:160px;
	font-family:verdana, helvetica, sans-serif;
	font-size:9pt;
	}
	
textarea {
	width:24em;
	height:10em;
	font-family:verdana, helvetica, sans-serif;
	font-size:9pt;
	}
	
#submit {
	width:10em;
	margin-top:5px;
	font-size:9pt;
	}
	
form {
	font-family:verdana, helvetica, sans-serif;
	}