/*
Website : http://www.meputrecht.nl
CSS : Kasper Peulen
E-mail: kasperpeulen@gmail.com
WWW: http://www.mkdesign.nl
---------------------------------------
CSS bestand vrijgegeven onder C.C. licentie:
http://creativecommons.org/licenses/by-sa/3.0/nl/
*/

/* Standaard zooi */
* {margin: 0; padding: 0;}
a img {border: none;}
a {outline: none;}
body {background-color: #fff; color: #333; font: 62.5%/1.5 "Lucia Unicode", "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif; }
h1{
	font-size: 2.2em; 
	color: #5893AC;
	width:auto; 
	margin-bottom: 10px;
	} 
h2{
	font-size: 1.8em; 
	color: #5893AC;
	width:auto; 
	margin-bottom: 7px;
	}
h3{font-size: 1.8em;}h4{font-size: 1.6em;}h5{font-size: 1.4em;}h6{font-size:1.2em; font-weight: bold; color: #5893AC;}
ol {margin-left:20px; font-size: 1.2em;} 

p {
	font-size: 1.2em; 
	margin-bottom: 1em;
}  
td.a
{
width:90px;
vertical-align: top;
}
td.b
{
width: 15%;
}
td.c
{
width: 70%;
}
table {
width: auto;
font-size: 1.2em;
}
table.de {
font-size: 1em;
}
#wrapper {
	width:1000px;
	text-align:left;  
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
}
#logo {
	width: 1000px;
	background-image: url(logo3.png);
	height: 114px;
}
#content {
	position:absolute;
	top: 114px;
	height:100%;
	width: 1000px;
	margin: 10px 5px 5px 0px;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0px;
margin-bottom: 1em;
}
dt {
font-weight: bold;
font-size:1.2em;
color: #5893AC;
}
dd {
margin-left: 0px;
margin-bottom: 1em;
font-size:1.2em;
}

ul#nav { /* alle lists */
   padding: 0;
   margin: 0;
   list-style: none;
	 position:absolute;
	 top: 94px;
	 	color: rgb(187,210,224);
	 background-color: rgb(0,50,80);
	 font-size: 12px;
	 	z-index: 1;
}
ul#nav li { /* alle list items */
   float: left;
   position: relative;
	 text-align: left;
	 width: auto;
	 margin-right: -1px;
	 border: 1px solid rgb(120,120,120);
	z-index: 1;
	padding: 0px 7px 0px 7px;
}

ul#nav li ul { /* sub items */
   display: none;
   position: absolute;
   top: 1em;
   left: 0;
	z-index: 1;
}
ul#nav li a {
	text-decoration: none;
	color: rgb(187,210,224);
}
ul#nav li a:hover {
	text-decoration: none;
}
ul#nav li:hover, ul#nav li:hover a {
	text-decoration: none;
	color: rgb(0,50,80);
	background-color: rgb(187,210,224); 
	}

ul#nav li>ul { /* postitie resetten voor alle browsers behalve IE */
   top: auto;
   left: auto;
}

ul#nav li:hover ul { /* lists nested onder hovered list items */
   display: block;
	 margin-left: -8px;
	 margin-top: 1px;
	 z-index: 1;	 
	 float:left;
}

ul#nav li:hover ul li{
	margin-top: -1px;
	text-align: left;
	list-style: none;
	width: 71px;
	padding: 0px 1px 0px 1px;
	color: rgb(187,210,224);
	background-color: rgb(0,50,80);
		}
ul#nav li:hover ul li a{
		color: rgb(187,210,224);
	background-color: rgb(0,50,80);
}		
ul#nav li:hover ul li:hover, ul#nav li:hover ul li:hover a {
	text-decoration: none;
	color: rgb(0,50,80);
	background-color: rgb(187,210,224); 
	}