html,body{
margin: 0;
background-color:#fff;
font-family:Tahoma;
font-size:12px;
background-color:#C6DED6;
}

#main_container{
position: relative;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto 0 auto;
width: 852px;
text-align: left;

}

#content{
width:100%;
background-color: #d2d2d2;
}

#text{
padding:7px;
}

#titel{
color:#007889;
font-size:16px;
font-weight:bold;
}

#header{
background-color:#c6ded6;
width: 852px;
height: 200px
margin:0 auto;
}

#footer{
position:absolute;
bottom:-13px;
height:14px;
width:100%;
background-color:#466896;
text-align:center;
font-size:10px;
color:#FFFFFF;
}

/*navigatie structuur*/

div#navigation {
width:854px;
z-index:1;
}

#nav, #nav ul {
padding: 0px;
margin: 0px;
list-style: none;
}

#nav li {
float: left;
width: 213px;
height:20px;
background-image:url(../images/bgnav.gif);
background-repeat:repeat-x;
}

#nav ul {
position: absolute;
width: 200px;
left: -1000px;
height:20px;
}

#nav li:hover ul, #nav li.msieFix ul{
left: auto;
width:119px;
background-position: 0 0;
background-color:#009900;
margin-top:3px;
z-index:1;
}

#nav a {
display: block;
text-decoration:none;
color:#FFFFFF;
}

#nav ul a{
cursor: default;
cursor: pointer;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #000;
cursor: pointer;
text-decoration:none;
height:20px;
}

li li a:hover, li li a:active{
background-color: #2d2d2d;
color:#000;
font-size:12px;
}

/*einde nav*/

.toponderwerpen{
font-size:14px;
}

#left-menu{
background-image:url(../images/left-menu.gif);
width:20px;
height:20px;
position:absolute;
top:154px;
left:0px;
}

#right-menu{
background-image:url(../images/rightmenu.gif);
width:20px;
height:20px;
position:absolute;
top:154px;
left:832px;
}

#footer a:link{
color:#FFFFFF;
}
#footer a:hover{
color:#FFFFFF;
}
#footer a:visited{
color:#FFFFFF;
}
#footer a:active{
color:#FFFFFF;
}

a:link {
	color: #336666;
	font-weight:bold;	
}
a:visited {
	color: #000033;
	font-weight:bold;	
}
a:hover {
	color: #0000FF;
	font-weight:bold;	
}
a:active {
	color: #336666;
	font-weight:bold;	
}

 
