body {
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	background-color:#FFFFFF;
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}

html{
	overflow-y:scroll;
	overflow-x:hidden;
}

#fullcontainer{
	position:absolute;
    width:902px;
	margin-top:15px;
	margin-left:-451px;
	left:50%;
	border: 2px solid #000000;
}

#sitecontainer{
	float:left;	
	width:902px;
}

#topcontainer{
	float:left;
	width:902px;
}

#logo{
	float:left;
	width:291px;
	height:180px;
	background-image:url(../img/logo.jpg);
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #FFFFFF;	
}

#fotofader{
	float:left;
	width:610px;
	height:181px;	
}

#midcontainer{
	float:left;
	width:902px;
	background-image:url(../img/bgleft.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#leftside{
	float:left;
	width:180px;
	background-image:url(../img/bgleft.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#menu{
	float:left;
	width:180px;
	padding-top:44px;
}

#menu a{
	width:152px;
	text-decoration:none;
	display:block;
	color:#000000;
	padding-left:28px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:10px;
	font-family:Tahoma;
	font-weight:bold;
}

#menu a:hover{
	color:#FFFFFF;
	background-color:#005887;
}

#menu .headitem {
	width:162px;
	padding-left:18px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	font-family:Tahoma;
	line-height:18px;
}

#menu .active{
	background-color:#005887;
	color:#FFFFFF;
}

#rightside{
	float:left;
	width:722px;
	background-color:#000000;
}

#vleugel{
	float:left;
	width:111px;
	height:99px;
	background-image:url(../img/vleugel.jpg);
	border-right: 1px solid #FFFFFF;	
}

#randomthumbs{
	float:left;
	width:306px;
}
#randomthumbs img{
	border-right: 1px solid #FFFFFF;
}

#midbalk{
	float:left;
	width:304px;
	height:99px;
	background-image:url(../img/bgmid.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.homebutton{
	padding-top:55px;
	float:right;
	padding-right:5px;
}

.contactbutton{
	padding-top:55px;
	float:right;
	padding-right:20px;
}

#content{
	float:left;
	width:638px;
	min-height:180px;
	height:auto !important;
	height:180px;
	background-color:#fddf66;
	padding-left:33px;
	padding-right:50px;
	padding-top:20px;
	padding-bottom:10px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;	
}

h1{
	font-size:24px;
	font-family:Tahoma;
	color:#00304b;
}
