
* {margin: 0; padding: 0; border: 0;}

body {
text-align: justify; 
background: #fff;/*achtergrond omkadering*/
color: #00336F;
min-width: 700px;
}

body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
font-size: 100%;
line-height: 1.5;
}

/*a {
color: #00336F; 
padding: 0 2px;
}

a:hover {
/*background: #d6aeb5; 
color: #000;
}

#center a {
color: #946d84;
}

#center a:hover {
background: #9ACDE5;
color: #000;
}*/

h1, h2, h3, h4, p {margin: 1em 0;}
ul {margin: 1em 2em;}

/***************************************************************/
/**************** Layout CSS begins ****************************/

#wrapper { 
/*background: #FFF url(images/left.gif) repeat-y 0 0;/*background image om kleur achter navigatie egaal te houden*/
text-align: left;
width: 90%; /* this can fixed or fluid */
margin: 0 auto; /* NN will put content out of scrollable reach if auto is used unless there's a min-width on body too, zorgt ervoor dat pagina in het midden terecht komt*/
font-size: 80%;
border: 1px solid #000;
}

#header, #subnav, #footer {
clear: both; 
width: 100%;
}

#header {/* header met logo en donker blauwe achtergrond*/
background: #8EC5DE;
background-image: url(images/logotop.gif);
background-repeat: no-repeat; 
background-position: top right;
height: 100px;
color: #00336F; 
padding: 1px 0;
}

#subhead {/* licht blauwe balk onder header*/
background: #CFEAF2; 
color: #000; 
border-width: 1px 0; 
border-style: solid; 
border-color: #4a1a21;
height: 15px;
}

#footer {
height: 40px;
text-align: right;
font: bold 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #00336F;
background: #8EC5DE url(images/noten1.gif) repeat-x 0 0px;
background-position: bottom;
/*background-image:*/ 
}

#footer div {
padding: 1px 0;
}

#contentfloatholder {/* also makes the right "sliding" tab */
background: #FFF url(images/logodans.gif);
background-repeat: repeat-y;
background-position: 0 0 0 0 ;
float: left;
width: 100%;
position: relative;
/*background-color: #E4F7FC;
background-image: url(danser.jpg);
background-position: right;
background-repeat: no-repeat;*/
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
    height: 0px;
    clear: both; 
	visibility: hidden;
}

#centerpad {/* zorgt ervoor dat de tekst niet tegen het navblokje aanzit, en voor de uitlijning van de content tekst in het algemeen */
margin: 0 10px 0 210px;


}
#center {
  color: #00336F;;
  float: left;
  width: 100%; 
  margin-right: -95%; 
	/* this needs to be less than 100% for Moz/Mac which thinks 
         it's empty otherwise. The difference is made up by putting a 
         negative left margin on the left float:
	   Note IE/Mac doesn't like this method ~ it wants the 100% so it can 
	   be fed in using IE only CSS below becasue IE/Win also works with the 100% method.  
	*/
}

#left {
  float:left;
  width: 200px;/*breedte van het navigatie blokje*/
  margin-left: -5%; /* the difference to make the left colum appear flush left */
}


/*************       For IE Mac           **************/
/* IE/Win is also using these rules, but it doesn't mind */
* html div#center {
margin-right: -100%;
}
* html div#left {
margin-left: 0;
}

#left h3, #left p,
#right h3, #right p
{
padding: 0 20px; 
}

/***** General formatting ****/
 /* Monsoon logo/link */
#pagetop {
position: relative;
width: 100%;
padding-top: 1em;
height: 1em; /* afstand van de bovenrand van het browser window*/
color: #00336F;
}

#pagetop h1, #pagetop h2, #pagetop h3 {
margin: 0.3em 220px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
padding: 0;
}

#pagetop h1 {
font-size: 1.4em;
}

#pagetop h2 {
font-size: 1.2em;
}

#pagetop h3 {
font-size: 1em;
}


#wrapper {
position: relative;
z-index: 500;
}

/*
-------------------------------- Navigation ------------------------------ 


*/


ul#mainnav {
    list-style-type: none; 
	margin: 0px;
	padding: 0px;
	/*background-color: transparent ;/*#CFEAF2;*//* achtergrondje blokje navigatie*/
	}
		
ul#mainnav li {
list-style-type: none;
	display: block;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 6px 6%;
	/*background-color: #CFEAF2; */
	font: bold 0.7em /1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;;		
	color: #00336F;/*tekstkleur navigatie*/
	text-decoration: none;
	width: 100%;				/*Causes Problems in IE5-Mac and Netscape/Mozzilla  */
	}

ul#mainnav li a:hover {
	list-style-type: none;
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}

ul#mainnav ul.subnav li a:hover {
	list-style-type: none;
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}
	
/* ---------------------------------------------------------------------*/


p {
text-align: justify;
color: #00336F;
font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height: 2.0;
padding-left: 10px;
padding-right: 10px; /*afstand jo tot rand en tekst tot rand rechts*/
}




