/*Auteur: Geert Schattenberg*/
/*Datum: 31 januari 2010*/
/*Doel: Moment-onderzoek*/
/*Kleur groen: tint 126; intens 240; helder 72; rood 0; groen 128, blauw 152*/
*	{
	border: 0;
	margin: 0; 
	padding: 0;
	} 
body	{
	color: #000000;
	background-color: rgb(255,232,146);/*#FFCC66*/
	background-image: url(background.gif);
	font-family: verdana; /*arial, helvetica, sans-serif*/
	font-size: 18px;
	text-align: left;
	}
table.centra {
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #404040;
	font-family: Verdana;
	font-weight: normal;
	margin-top: 0px;
	width: 100%; /*800px/600px/400px*/
	}
table.centra td.tit {
	border-bottom: 2px solid #6699CC;
	background-color: #CCCCCC;
	color: #404040;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 2px 0px 2px;
	text-align: center;
	}
table.centra td.lin {
	background-color: #FFCC99;
	border-bottom: 1px solid #CCCCCC;
	color: #404040;
	font-family: Verdana, sans-serif, Arial;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	text-align: left;
	} 
table.centra td.rec {
	background-color: #FFCC99;
	border-left: 1px dotted #6699CC;
	border-bottom: 1px solid #CCCCCC;
	color: #404040;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	text-align: left;
	} 
div#header{
	background: url(header.jpg) no-repeat 0px 0px;
	height: 115px; /*164px|115px*/
	width: 100% /* 1200px*/ ;
	}
div#container{
	background-image: url(containerbackground.gif);
	float: right /*left*/ ;
	width: 50% /*716px*/;
	}
div#menu{
	background: url(menubackground.jpg) no-repeat 0px 0px;
	float: left;
	height: 175px /*er is een minimum*/ ;
	width: 15% /*137px*/;
	padding: 0px 5px 0px 0px;
	}
div#menu ul{
	list-style: none;
	margin-left: 10px;
	margin-top: /*2em*/ 1em;
	}
div#menu li{
	display: inline;
	}
div#menu a{
	background: url(menupijl.gif) no-repeat left;
	color: #003299;
	display: block;
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 0.5em;
	padding-left: 25px;
	text-decoration: none;
	}
div#menu a.menupassive:hover{
	background: url(menupijlactief.gif) no-repeat left;
	color: #CC0066;
	}
div#menu a.menuactive{
	background: url(menupijlactief.gif) no-repeat left;
	color: #CC0066;
	}
div#textcontainer{
	background: url(contentbackground.jpg) no-repeat top left;
	float: right;
	margin-left: /*137px*/ 30%;
	margin-bottom: 2em;
	width: /*550px*/ 50%;
	}
/* Kleine aanpassing voor IE, omdat anders de "Three Pixel Gap"-fout van IE fouten in de weergave oplevert*/
* html div#textcontainer {
	position:relative;left:-3px;
	}
div#content{
	margin-left: 18%;
	margin-right: 0%;
	/*padding-top: 2em 1em*/;
	padding: 20px 0px 0px 0px;
	width: 45%;
	}
div#content h1{
	color:#CC0066;
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 1.0em;
	}
div#content h2{
	color:#CC0066;
	font-size: 0.80em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.35em;
	}
div#content h3{
	color:#CC0066;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 0.35em;
	margin-bottom: 0.35em;
	}
div#content p{
	color:#000000;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	margin-bottom: 0.8em;
	}
div#content a{
	border-bottom: 1px dashed #CC0066; 
	color: #CC0066;
	}
div#content a:hover{
	background-color: #FFCBE5;
	color: #000000;
	}
div#content a:visited{
	border-bottom: 1px dashed #7B003E; 
	color: #7B003E;
	text-decoration: none;
	}
div#content li{
	margin-top: 0.5em;
   	margin-left: 1.5em;
   	margin-bottom: 0.5em;
   	font-size: 0.75em;
   	}
div#content li.formerror{
	font-weight: bold;
	color: red;
   	}
img.w3cinfo{
	float: left;
	margin-top: 1.5em;
	margin-right: 15px;
	}
div#footer{
	background: url(footer.jpg) no-repeat 0px 0px;
	clear: both;
	height: 120px;
	width: 100% /*716px*/ ;
	}
div#footer p{
	color: #C3D4F8;
	font-size: 0.65em;
	padding: 25px 50px 0px 0px;
	text-align: right;
	}
/*nieuw op 31jan10*/
div#content fieldset{
	border: 1px solid #CB0461;
	padding-top: 1.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	color: #CB0461;
	font-weight: bold;
	}	
div#content form{
	color:#000000;
	font-size: 0.75em;
	margin-bottom: 1.5em;
	}
div#content label.formleft{
   	float: left;
   	text-align: right;
   	width: 140px;
   	margin-right: 0.5em;
   	margin-bottom: 0.5em;
   	margin-top: 0.5em;
 	}
div#content input, textarea, select{
   	border: 1px solid #CB0461;
   	margin-bottom: 0.5em;
   	margin-top: 0.5em;
   	width: 300px;
   	}
div#content input.formsubmit{
   	background-color:  #CB0461;
   	color: white;
   	margin-left: 11.5em !important;
   	margin-left: 9em; /* Kleine aanpassing voor IE, omdat anders de knop Submit te ver naar rechts wordt geplaatst. */
   	width: auto;
   	}	
div#content p.formfeedback{
   	font-weight: bold;
   	margin-bottom: 2em;
   	}
div#content p.formerror{
   	font-weight: bold;
   	color: red;
   	font-size: 0.75em;
   	}
div#content li{
   	margin-top: 0.5em;
   	margin-left: 1.5em;
   	margin-bottom: 0.5em;
   	font-size: 0.75em;
   	}
div#content li.formerror{
  	font-weight: bold;
   	color: red;
   	}
a:link        {
               font-weight: bold;
               color: rgb(0,255,0);
               text-decoration: none;
               } 
a:visited   {
               font-weight: normal; 
               color: rgb(255,0,0);
               text-decoration: underline;
               }

