/* Stylesheet voor Wybren de Vries*/

html, body {
height: 100%;
width: 100%;
background: #ffffff url(../images/background.jpg) repeat-x;
padding: 0px;
margin: 0px;
}

div#main_container {
width: 853px;
}

div#left_content {
float: left;
width: 330px;
}
	div#logo {
	width: 330px;
	height: 123px;
	background: url(../images/logovlak.jpg) no-repeat;
	}
	div#foto {
	width: 330px;
	height: 504px;
	background: url(../images/foto.jpg) no-repeat;
	}
	div#copyright {
	padding: 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px ;
	line-height: 16px;
	color: #3e432f;
	text-align: right;
	}
	hr {
	color: #f0f0ee;
	border-bottom: 0px solid #f0f0ee;
	height: 1px;
	
	}
	
div#right_content {
float: right;
width: 523px;
}
	div#top_tekst {
	line-height: 58px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px ;
	color: #4f4827;
	text-align: right;
	margin-right: 10px;
	}
	div#menu_container {
	margin-top: 5px;
	width: 523px;
	height: 60px;
	background: #4f4827 url(../images/schaduw_menu.jpg) no-repeat left bottom;
	}
		div#menu {
		display: block;
		padding: 16px 0px 0px 16px;
		height: 55px;
		background: url(../images/menu_separator.gif) no-repeat;
		}
			ul.mainmenu {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			}
			ul.mainmenu li {
			display: inline;
			list-style-type : none;
			margin: 0px;
			padding: 14px;
			}
			ul.mainmenu li a {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-weight: bold;
			color: #f1f1ee;
			text-decoration: none;
			}
			ul.mainmenu li a:hover, ul.mainmenu li a#current  {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
			font-weight: bold;
			color: #f3db6b;
			text-decoration: none;
			border-bottom: 1px dashed #f3db6b;
			}

	div#content_container {
	width: 523px;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	}
	div#content {
	padding: 10px 10px 10px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #585e42;
	text-decoration: none;
	line-height: 16px;
	}
		h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #668038;
		text-decoration: none;
		}

	div.contact_left {
	float: left;
	width: 140px;
	}
	div.contact_form_right{
	text-align: left;
	padding: 10px 0px 10px 140px;
	}
	div.contact_form_right2{
	text-align: left;
	padding: 10px 0px 0px 140px;
	}
	span.warning {
	color: #FF3333;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	}
	
	.button {
	font-family      		: Verdana;
	font-style       		: normal;
	font-size        		: 11px;
	font-weight      		: bold;
	background				: #4f4828;
	border           		: 1px solid #585e42;  
	padding					: 4px;
	color            		: #ffffff;
	}
	.contact_right input {
	font-family      		: Verdana;
	font-style       		: normal;
	font-size        		: 11px;
	font-weight      		: normal;
	color            		: #585e42;
	border           		: 1px dashed #585e42;  
	padding: 4px;
	margin-bottom: 4px;
	}
	
	textarea {
	font-family      		: Verdana;
	font-style       		: normal;
	font-size        		: 11px;
	font-weight      		: normal;
	color            		: #585e42;
	border           		: 1px dashed #585e42;  
	padding: 4px;
	margin-bottom: 4px;
	}

	
div.clear{
clear: both;
}



#copyright a:link { font-family: Verdana; color: #668037; font-size: 10px; text-decoration: none;}
#copyright a:visited { font-family: Verdana; color: #668037; font-size: 10px; text-decoration: none;}
#copyright a:active { font-family: Verdana; color: #3e432f; font-size: 10px; text-decoration: none;}
#copyright a:hover { font-family: Verdana; color: #3e432f; font-size: 10px; text-decoration: none; border-bottom: 1px dashed #3e432f;}
