@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 18px;
	color:#999999;
}

a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

img {
border:0px;
}

a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
	
#MiniFotoRand{
	width: 156px;
	height: 128px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	top: 0px;
	z-index: 4;
}

#MiniFoto{
	width: 132px;
	height: 116px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	top: 0px;
	background-image: url(../Images/main/home/corner_home.jpg);
	z-index: 3;
}

#Header{
	position: absolute;
	top: 0px;
	width : 794px;
	height: 128px;
	left: 50%;
	margin-left: -319px;
	background-image:url(../Images/main/background_02.gif);
}

#BtnBack{
	position:absolute;
	width: 156px;
	height: 175px;
	top: 134px;
	background-color: #ffffff;
	left: 50%;
	margin-left: -475px;
	z-index: 2;
}
	

#Btn1, #Btn2, #Btn3, #Btn4, #Btn5, #BtnOnder{
	width: 156px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	overflow: hidden;
	text-align:center;
	z-index: 3;
}

#Btn1{
	top: 136px;
}

#Btn2{
	top: 167px;
}

#Btn3{
	top: 198px;
}

#Btn4{
	top: 229px;
}

#Btn5{
	top: 260px;
}



#BtnOnder{
	top: 291px;
	background-image: url(../Images/buttons/bovenkant.gif);
	height: 20px;
}



#PageStrecher{
	position: absolute;
	background-image:url(../Images/main/BackgroundRepeat.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 950px;
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -475px;
	padding-top: 10px;	
	top: 128px;
	z-index: 0;
}

#MainContent{
	margin-left: 180px;
	width: 740px;
	margin-bottom: 20px;
	top: 14px;
	min-height: 400px;
	
}

#Footer{
	width: 950px;
	height: 27px;
	background-color: #d4ebf8;
	
	background-position: top left;
	background-image: url(../Images/main/footer_whiteline.gif);
	background-repeat: no-repeat;
}

#FooterImage{
	width: 156px;
	height: 27px;
	background-image: url(../Images/main/onderhoek_04.gif);
	float: left;
	clear: none;
	/*margin-top: -2px;*/
	z-index: 1;
}

#FooterText{
	width: 794px;
	padding: 0px;
	padding-top: 4px;
	float: left;
	height: 27px;
	text-align: center;
	font-size: 10px;
}

#FooterText a{
	color:#999999;
	text-decoration: none;
	font-weight: normal;
}

#FooterText a:hover{
	color:#444444;
	text-decoration: none;
}

