/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background:url(img/bg.jpg) top center repeat-x;
	font-family: Verdana;
	line-height: 16px;
	font-size: 13px;
}
#container {
	text-align:center;
}
#header {
	width:790px;
	margin:0 auto;
	background:url(img/header.jpg) top center;
	height:170px;
	text-align:left;
}
#menu {
	margin:0 auto;
	width:756px;
	background:url(img/menu_bg.gif) top right;
	height:41px;
}
#menu a img {
	margin-top:5px;
	margin-left:2px;
	margin-right:2px;
}
#subcontainer {
	margin:0 auto;
	width:730px;
}
#content {
	width:506px;
	float:right;
	text-align:left;
}
#content2 {
	background:#fff url(img/content_bg.gif) left top repeat-y;
	padding:0 3px 0 5px;;
	margin:0;
	width:498px !Important;
}
#content2 p {
	color:#093033;
	margin:0 10px 0px 8px;
	padding-bottom:10px;
	text-align:justify;
	font-size: 12px;
}
#content2 h2 {
	font-size: 14px;
	margin:0 8px 0 8px;
	padding:3px 0 3px 0;
	text-align:left;
	color:#1A5657;
}
#smenu {
	float:left;
	width:204px;
	text-align:left;
}
.ssmenu {
	background:url(img/smenu_bg.gif);
	width:100%;
	height:100%;
	text-align:left;
}
.update {
	position:absolute;
	margin-top:135px;
	margin-left:33px;
	width:100px;
	font-size:11px;
	text-align:center;
	color:#fff;
}
h1 {
	display:none;
}

/* CONTACT */

#contact2 {
	background:url(../img/lijn.gif) right top no-repeat;
	padding-right:20px;
	float:left;
	width:470px;
	color:#093033;
}
#contact2 label{
	margin-left:10px;
	font-family: Verdana;
	line-height: 18px;
	font-size: 12px;
	color:#093033;
	
	float:left;
	width:150px;
}
#contact2 input, #contact2 textarea, .route {
	font-family: Verdana;
	line-height: 18px;
	font-size: 12px;
	
	float:left;
	width:300px;
	padding:1px;
	margin:1px;
}
.knop {
	width:auto !important;
}
#zoekfunctie {
	position:absolute;
	margin-top:125px;
	margin-left:545px;
}
#zoekfunctie .zoeken_input {
	padding-top:2px;
	width:165px;
	border:0px;
}
#zoekfunctie .zoeken_button {
	width:60px;
	height:50px;
	background:url(img/search.png) center center no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src=img/search.png);
	position:absolute;
	margin-left:-10px;
	margin-top:-10px;
}
