body, html
{
height: 100%; 
}

body
{
text-align: center;
align: center;
overflow: auto;
background-color: #95051c;
}


#container
{
text-align:left;
background-color: #ffffe1;
border: medium solid black;
position: relative; /* Absolute positionering*/
width:915px; /*Vaste breedte*/
/*height: 130px; /*Vaste hoogte*/
/*left: 15%;*/
margin: 0 auto;
padding-top: -90px; /* Ongeveer helft van de hoogte*/
padding-left: -1000px;/* Ongeveer helft van de breedte*/
margin-top: 4%;
}


#header
{
width: 100%;
height: 130px;

background-image: url(../image/image-2.png);
background-repeat: no-repeat;
}


#content
{
overflow: auto;
/*background-color: #FFFFE1;*/
color: black;
font-family: verdana;
font-size: 10,5pt;
height: 450px;
padding-left: 15px;
padding-top: 10pt;
}

#content a:link 
{
color: black;
text-decoration: none;
font-family: Verdana;
}
#content a:visited 
{
color: black;
text-decoration: none;
font-family: Verdana;
}
#content a:active 
{
color: black;
text-decoration: none;
font-family: Verdana;
}
#content a:hover
{
	color: #FFCC00;
	
}



#menu
{
font-family: verdana;
font-size: 10pt;
background-color: #FFFFE1;
float: left;
text-align: left;
height: 450px;
width: 200px;
}


#footer
{
background-color: #FFFFE1;
color: black;
font-family: verdana;
font-size: 9pt;
text-align:center;
font-weight: bold;
}

#menu ul 
{
margin: 0;
padding: 10px 0 10px 3px;
list-style: none;
}

#menu ul li
 {margin: 0;
  padding: 0;}

#menu ul li a 
{
  color: black;
  font-family: verdana;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-left: 10px;
  text-decoration: none;
  line-height: 200%;
}

#menu ul li a:hover
 {
  background: url(link.png) 0px 5px no-repeat;
  margin-left: 0px;
  padding-left: 10px;
  color: #FFCC00;
  }

a.subactive, a.subsubactive 
 {
color: #FFCC00!important;
}

#menu ul ul li a  
 {
line-height: 130%;
}

#menu ul ul 
 {
margin: 0 0 0 20px;
  padding: 0;
}

#menu form 
 {
padding: 8px;
  background-color: #4DB00D;
  border-top: 1px solid #1B4408;
  border-bottom: 1px solid #1B4408;
}

#menu select 
 {
font-family: arial;
  font-size: 12px;
  border: 1px solid #1A4307;
  width: 148px;
}
