@charset "utf-8";
/* CSS Document Ganzenvlucht */

body {
	background-image:url(../images/achtergrond.jpg);
	background-repeat:no-repeat;
	background-color:#dee7ed;
	background-position: center top;
	background-attachment: scroll;
}

#box {
	position:relative;
	margin:auto;
	width:1008px;
}

#kop {
	float:left;
	width:976px;
	height:210px;
}

#kop-links {
	float:left;
	width:976px;
	height:145px;
}

#kop-rechts {
	float:left;
	width:32px;
	height:210px;
}

#navigatie-horizontaal {
	float:left;
	background-repeat:no-repeat;
	width:976px;
	height:65px;
	padding:10px 0 0 75px;

}


#kolom-links {
	float:left;
	width:76px;
	height:523px;
}

#mainbody {
	float:left;
	width:600px;
}
/* breadcrumps */
#mainbody-top {
	float:left;
	width:580px;
	height:30px;
	line-height:58px;
	vertical-align:middle;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
/* einde breadcrumps */
/* inhoud */
#mainbody-bottom {
	float:left;
	width:550px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#modules {
	float:left;
	width:219px;
	padding:0 20px 0 0;
}

#rechts {
	float:left;
	width:93px;
	height:523px;
}

#voet {
	float:left;
	width:808px;
	height:55px;
	border-top:3px dotted #b7bfc3;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 100px;
}

.clear {
	clear:both;
}
