/* CSS Document */
html {
overflow-y: scroll;
}
		html, body { height: 100%; margin: 0; padding: 0; }

		body {
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:62.5%;
		}
		
		td {
			vertical-align:top;
		}
		
		#sitecontainer {
			font-size:1.2em;
			line-height:1.8em;
			width:983px;
			position:relative;
			background:url(../images/bg.jpg) top center no-repeat;
			min-height:100%;
		}
		* html #sitecontainer { height: 100%; } /*IE browsers less than IE7*/
		
		#kop { height:150px; }
		#logo { display:none; }
		
		#navigatie {
			float:right;
			width:280px;
			height:400px;
		}
		
		#clear {
			clear:both;
		}
		
		
		.align_right {
			text-align:right;
		}
		
		#content {
			font-size:1.15em;
			float:left;
			width:550px;
			margin: 30px 0px 50px 70px;
			color:#00719d;
			padding-bottom:60px; 
			/*width:520px;*/
		}
		
		.small {
			font-size: 0.9em;
			line-height:1.7em;
		}
		
		h1 {
			/* titel van pagina */
			font-size:1.2em;
			color:#a0b800;
			margin:0 0 0.2em 0;
			font-weight:normal;
		
		}
		
		h2 {
			/* subkopjes */
			font-size:1.05em;
			color:#a0b800;
			margin:0 0 0.2em 0;
		}
		
#content ul { margin-left:0; padding: 0.5em 0 0.5em 1em; }
#content ul li { background:url(../images/li.gif) 0% 50% no-repeat; list-style:none; padding-left:1em; }
		
		
		/*formulieren algemeen*/
		form {
			margin:0;
			padding:0;
			/*border:1px solid #000;*/
		}
		
		.left { width:200px; }
		
		.veldlabel {
			float:left;
			font-weight:bold;
			padding-left:1em;
			width:25%;
		}
		
		.veld {
			float:left;
		}
		
		input { width:300px; padding:3px; margin:3px; }
		#reactie { width:530px; }
		.special { width:5px; display:none; }
		.error { border:1px solid #cc0000; }
		.radio { width:15px; }
		#error { color:#cc0000; font-weight:normal; }
		
		#submit { 
		width:100px;
		background-color:#00719d;
		color:#fff;
		}
		
a:link, a:active, a:visited { color:#a0b800; }
a:hover { color:#00719d; }

#menu1 a#maillink:link, #menu1 a#maillink:active, #menu1 a#maillink:visited { display:block; width:240px; height:50px; margin-left:2em; margin-top:3em; padding-top:1.5em; color:#a0b800; background:url(../images/maillink_border.gif) top left repeat-x; /*border-top:5px dashed #a0b800; */   }
#menu1 a#maillink:hover { color:#00719d;  }