@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFF;	
}

#wrapper {	
	background-image: url(../images/logo_bg_wrapper.png);
	background-repeat: no-repeat;
	width: 1000px;
	position: absolute;
	margin-left: -500px;
	left: 50%;
}
#container {
	width: 990px;
	padding-left: 5px;
	padding-right: 5px;
}
/* hier begint de linkerbox */
#leftMainBox {
	width: 445px;
	float: left;
	margin-top: 388px;
}
#leftFotoBox {
	width: 427px;
	height: 161px;
	float: left;
}
#buttonHomepage {
	background-image: url(../images/button_active.png);
	background-repeat: no-repeat;
	width: 97px;
	height: 30px;
	float: right;
	padding-left: 65px;
	padding-top: 12px;
	margin-right: 20px;
	margin-top: 111px;
}
.buttonHomeText {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	
	
}
#footerAdres {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	width: 445px;
	float: left;
	margin-top: 10px;
}

/* hier begint de middelstebox met de tekst */
#middleMainbox {
	width: 342px;
	float: left;
}
#middleContentTop {
	background-image: url(../images/topContentBG.png);
	background-repeat: no-repeat;
	width: 372px;
	height: 64px;
	margin-top: 60px;
}
#middleContentTopOverig {
	background-image: url(../images/topContentBGoverig.png);
	background-repeat: no-repeat;
	width: 372px;
	height: 38px;
	margin-top: 60px;
}
#middleContent {
	background-color: #aa669c;
	background-repeat: repeat;
	width: 368px;
	margin-left: 3px;
}
#middleContentText {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding: 15px;	
}
#middleContentText a:link, #middleContentText a:hover, #middleContentText a:visited, #middleContentText a:active {
	color: #FFF;
}
#middleContentBottom {
	background-image: url(../images/bottomContentBG.png);
	background-repeat: no-repeat;
	width: 372px;
	height: 38px;
}
#bedrijfsgegevens {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	padding: 15px;
}

#buttonContact {
	background-image: url(../images/buttonBG2.png);
	background-repeat: no-repeat;
	width: 126px;
	height: 30px;
	padding-left: 60px;
	padding-top: 10px;	
}
.buttonContactText {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#buttonAanmelden {
	background-image: url(../images/buttonBG2.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 30px;
	padding-left: 17px;
	padding-top: 10px;	
}
.buttonAanmeldenText {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#roosterButton {
	background-image: url(../images/buttonBG2.png);
	background-repeat: no-repeat;
	width: 141px;
	height: 30px;
	padding-left: 25px;
	padding-top: 10px;
}
.buttonRooster {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#roosterInformatie {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	float: left;
	color: #867f7f;	
	width: 480px;
	height: 870px;
	padding: 10px;
}
/* hier begint de rechterbox met het menu en een fotootje*/
#rightMainBox {	
	width: 171px;
	height: 287px;
	float: right;
	margin-top: 60px;
	
}
#rightContentMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;					
}
#MenuBar1 {
	text-align: center;
	margin-left: 10px;
}

#rightFotoBox {
	width: 171px;
	margin-top: 30px;
	padding-left: 15px;
}

/* verwijder alle floats*/
.clear {
	clear: both;
}
