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

html,body{
font-family:verdana;
font-size:9pt;
color:#C15117;
}
#wrapper{
position:absolute;
width:800px;
height:600px;
top:10px;
left:50%;
margin-left:-400px;
background-image:url(../images/background_home.jpg);
border:1px solid black;
}

#topmenu{
position:absolute;
width:645px;
height:49px;
top:174px;
left:153px;
}
	#topmenu td{
	font-size:12pt;
	color:#EEE8C5;
	padding-left:45px;
	}
	#topmenu a,a:hover,a:visited{
	color:#EEE8C5;
	text-decoration:none;
	font-weight:normal;
	}

#sidemenu{
position:absolute;
left:0px;
top:222px;
width:158px;
height:310px;
color:#EEE8C5;
}
	#sidemenu td{
	height:27px;
	padding-left:27px;
	background-image:url(../images/sidemenuButton.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	font-size:9pt;
	}
	#sidemenu a,a:hover,a:visited{
	color:#EEE8C5;
	text-decoration:none;
	font-weight:normal;
	}

#content{
position:absolute;
width:603px;
height:270px;
left:160px;
top:222px;
padding:30px 10px 0px 25px;
overflow:auto;
}
	#content p{
	margin:0px;
	}
	#content a,a:hover,a:visited{
	color:#C15117;
	text-decoration:underline;
	font-weight:bold;
	}
	#content input,textarea{
	font-family:verdana;
	font-size:8pt;
	color:#C15117;
	padding:3px;
	border:1px solid #C15117;
	background:white;
	}
	#content td{
	font-size:10px;
	border-bottom:1px solid #C15117;
	margin:0px;
	}

#nieuws{
position:absolute;
width:116px;
height:28px;
top:380px;
left:15px;
cursor:pointer;
}

#totaleLijst{
position:absolute;
width:118px;
height:53px;
top:532px;
left:12px;
cursor:pointer;
}

#bottomBanner{
position:absolute;
width:633px;
height:44px;
top:528px;
left:153px;
color:#EEE8C5;
text-align:right;
}
	#bottomBanner a,a:hover,a:visited{
	color:#EEE8C5;
	text-decoration:none;
	font-weight:normal;
	}
	
#websiteverzorging{
position:absolute;
width:800px;
height:10px;
top:615px;
left:50%;
margin-left:-400px;
text-align:center;
}
	#websiteverzorging a{
	color:#FF9900;
	text-decoration:none;
	font-weight:normal;
	font-size:9px;
	}

