/* CSS Document */
/*
Margin=
padding=
*/




body {
background:#000000 url(images/verloop2.jpg) repeat-x;
	}


#pagina{
	padding:0px;
margin:0px auto;
height:620px;
width:900px;
}


#content { 
background-color:#D6D6D6; 
width:648px; 
height:429px;
float:left;
padding:10px 10px 0px 10px;
border:solid 1px;
overflow: auto;
	
	
}



#content p {

font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
font-size:13px;


}

#content h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:23px;
font-style:italic;
margin-top:6px;
margin-bottom:2px;

}


#index {
background-color:#D6D6D6; 
width:648px; 
height:429px;
float:left;
padding:10px 10px 0px 10px;
border:solid 1px;
overflow: auto;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-align:center;
font-size:13px;	
	
}



#boven{
width: 900px;
height: 170px;
background: url(images/header.jpg) no-repeat;
	
}


#menu{

background-color:#999999;
width: 115px;
height: 440px;
float: left;
font-family:arial;
font-size:11pt;

}

ul{
list-style: none;
margin: 0px;
padding: 0px;
}

li{
margin: 0;
padding: 0;
font-family: Arial;
}

li a{
display: block;
text-decoration: none;
padding:0pt;
border-top: 0px solid #333333;
border-right: 0px solid #1958b7;
border-bottom: 1px solid #333333;
border-left: 0px solid #D65600;
width: 113px;
padding-top:5px;
padding-bottom:5px;
padding-left:2px;
font-size:11pt;

}


#menu div.menutitle{
color: black;
border-top: 1px solid black;
border-bottom: 1px solid black;
padding: 4px ;
font-weight: bold;
font-size:12pt;
padding-left: px;
background-color: #c32f23;

}


li a:link, li a:visited{
background: #ff5d12;
color:#000000;
font-weight: bold;
}

li a:hover, li a:active{
background: ff5d12;
color:#FFFFFF;
font-weight: bold;
}

li li a:link, li li a:visited{
background:#FF9933;
color:#000000;
font-weight: bold;
}

li li a:hover, li li a:active{
background: #FF9933;
color: #FFFFFF;
font-weight: bold;
}

ul ul{
margin: 0 0 0 0px;
} 



#rechts {
	
background-color:#999999;
width: 115px;
height: 440px;
float: left;
text-align: center;
}



#footer {
background-color:#000000;

/*/hij wordt naar beneden gedrukt, accepteert geen waarden naast hem /*/
	clear: both;
	color: #FFFFFF;
	text-align:center;
	height:10px;
	padding-top:5px;


}