/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#header{
	background:#000000;
	height:200px;
	text-align:center;
}
#header UL{
	margin:0px auto 0px auto;
	padding:20px 0 0 0;
	width:700px;
	list-style:none;
}
#header UL LI{
	width:140px;
	text-align:center;
	float:left;
	color:#FFFFFF;
	font-size:15px;
	line-height:30px;
	font-weight:bold
}
#content{
	margin:35px auto 40px auto;
	position:relative;
	padding:0px;
	width:707px;
	background:url(../Images/bg_content.gif) no-repeat top;
	height:338px;
}
#content #menu_1{
	left:10px;
	top:15px;
	position:absolute;
}
#content #menu_1 UL{
	font-size:13px;
	line-height:22px;
	font-weight:bold;
	list-style:none;
	margin:0px;
	padding:0px;
}
#content #menu_1 UL LI{
	float:left;
	height:22px;
	margin:0 5px 0 0;
}
#content #menu_1 UL LI A{
	color:#000000;
	text-decoration:none;
	text-align:center;
	width:108px;
	float:left;
	background:url(../Images/Tab.gif);
}

#content #inhoud{
	position:absolute;
	left:10px;
	top:50px;
	width:350px;
	height:270px;
	overflow:auto;
	font-size:11px;
	line-height:16px;
}
#content #inhoud H2{
	padding:5px 0 5px 0;
	margin:0px;
	font-size:15px;
	color:#fff100;
}
#content #inhoud H3{
	padding:5px 0 0 0;
	margin:0px;
	font-size:12px;
}
#content #inhoud P{
	padding:0 0 10px 0;
	margin:0px;
}
#content #inhoud_rechts{
	position:absolute;
	background-image:url(../Images/bg_foto.gif);
	background-repeat:no-repeat;
	background-position:top left;
	left:406px;
	top:153px;
	width:284px;
	height:177px;
}
#content #inhoud_rechts H4{
	margin:0px;
	padding:0px;
	line-height:18px;
}
#content #inhoud_rechts H3{
	font-size:11px;
	color:#fff100;
	margin:0px 12px 0px 12px;
}
#content #inhoud_rechts IMG{
margin:7px 8px 0px 8px;
}
#content #inhoud_rechts H2{
	margin:0px 12px 0px 12px;
	font-size:11px;
	color:#FFFFFF;
}
#content #inhoud FORM{
	margin:0px;
	padding:0px;
}
#content #inhoud INPUT{
	width:200px;
	border:1px solid #000000;
	margin:1px 0 1px 0;
	font-size:11px;
} 
#content #inhoud INPUT.radio{
	width: auto;
	border:0;
}
#content #inhoud INPUT#knop{
	width:auto;
	background:#fff100;
	font-size:12px;
	border:1px solid #000000;
}




#content #teller{
	position:absolute;
	left:430px;
	top:50px;
	color:#FFFFFF;
}
#content #teller TD{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}



#content #menu_2{
	left:10px;
	top:340px;
	position:absolute;
}
#content #menu_2 UL{
	list-style:none;
	margin:0px;
	padding:0px;
}
#content #menu_2 UL LI{
	margin:0 10px 0 0;
	float:left;
}
#content #menu_2 UL LI A{
	color:#000000;
	text-decoration:none;
}
#content #menu_2 UL LI A:hover{
	color:#999999;
}





#footer{
	border-top:5px solid #000000;
}
#footer DIV{
	margin:0px auto 0px auto;
	padding:0 0 0 10px;
	width:697px;
}
#footer DIV A{
	font-size:10px;
	text-decoration:none;
	color:#a9a9a9;
}
#footer DIV A:hover{
	color:#000000;
}




