@charset "iso-8859-1";


body{   text-align: center;
	background:#BBBBBB;
  	color:#1E1E1E;
	font:12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

#container {
position: relative;
width: 815px;
height: 100%;
margin:0px auto;
text-align: left;
padding: 0px;
}

.none {
	font:10px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

.active {
	font:14px Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

div.divkop    { position: absolute;
	vertical-align: middle;
	align: center;
	top: 0px;
       height: 100px;
	width: 815px;
	background:#FFFFFF;
       border: 1px solid #666699;
       padding-top: 0px;
	}

div.inhoud {
position: absolute;
background:#FFFFFF;
margin-top: 105px;
margin-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
margin-left: 115px;
padding-top: 5px;
padding-bottom: 5px;
border: 1px solid #666699;
width: 690px;
text-align: left;
}


div.voet 
    {
    position: relative;
    padding: 5px;
    z-index: 25;
}


H1 {
       font-size: 16px;
	font-weight: bold;
	color: #666699;
    margin-top: 2px;
	margin-bottom: 10px;
}
 
H2 {
	color: #666699;
       font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

H3 {
	color: #666699;
       font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}



hr, .hrcolor
{
		  height: 1px;
		  border: 0;
		  color: #666699;
		  background-color: #666699;
}



IMG {
    BORDER: 0px;
    float: left;
    padding: 3px;
    }

.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #666699;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #666699;
}

TEXTAREA {
	BORDER: 1px solid #666699;
	BACKGROUND: #FFFFFF;
	COLOR: #1E1E1E;
	FONT-SIZE: 11px;
	width: 330px;
}

SELECT {
	BORDER: 1px solid #666699;
	BACKGROUND: #DFE0C5;
	COLOR: #1E1E1E;
}


a:link, a:visited {
color: #666699;
text-decoration: none;
}

a:hover {
color: #666699;
text-decoration: underline;
}


/* --------Menu-------- */

/*menu titels*/

#navigatie {
position: absolute;
margin-top: 105px;
margin-left: 0px;
padding-left: 5px;
font:12px Tahoma,Verdana,Arial,Helvetica,sans-serif;
 width: 107px;
 border: 1px solid #666699;
 padding: 0;
 background-color: #FFFFFF;
 color: #1E1E1E;
text-align: center;
height: 250px;

}

#navigatie ul {
 list-style: none;
 margin: 0;
 padding-left: 0px;
text-align: left;
}

#navigatie ul li {
 margin: 0;
 border: 0px solid #808040;
}

#navigatie ul li a {
 display: block;
 padding: 2px;
 border-left: 0px;
 border-top: 0px;
 border-bottom: 0px;
 border-right: 0px;
 background-color: #FFF;
 color: #000000;
 text-decoration: none;
 width: 100%;
}

html>body #navigatie ul li a {
 width: auto;
}


#navigatie ul li a:hover {
border: 0px;
color: #000000;
 background-color: #CCCCFF;
}