@charset "utf-8";
/* CSS Document */

html, body { margin:0; padding:0; width:100%; height:100%; }

p, h1, h2, h3, h4, h5, h6 { margin-top:0; }

a { color:White; }
#logo1 { font-family:Arial, Helvetica, sans-serif; font-size:24px; font-stretch:condensed; font-variant:small-caps}
#logo2 { font-family:Arial, Helvetica, sans-serif; font-size:18px; font-stretch:condensed; font-variant:small-caps; padding:0 0 35px 0;}

body { background-image: url(../img/bg.jpg); background-repeat:repeat; font: normal 14px "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif; color:#f0f0f0; }

#container { width:100%; min-height:600px; height:auto !important; height:600px;}

#menu { clear:both; width:997px; height:60px; overflow:hidden;/* margin:10px auto 0px auto; */ padding:0; margin:0 auto; }
#menu ul { list-style:none; }
#menu li {float:right;   border:1px solid #2f2f2f; }
#menu a {display:block; width:100px; color:#fff; background:#140f0c; text-align:center; padding:10px; text-decoration:none;  }
#menu a:hover {color:#dbdd2a; background:#666; }
	
#main { clear:both; width:997px; height:550px; overflow:hidden; margin:0 auto;  background-image:url(../img/achtergrond.gif); background-repeat:repeat; border: 1px solid grey}
	#subcontent { width:309px; height:515px; overflow:hidden; padding:15px 15px 15px 45px; float:left;}
	#content { width:600px; height:520px; overflow: hidden; float:right; padding: 25px 0 0 15px; }
	#waarbenik {border-bottom:dotted #fff thin ;font-size: 0.7em; color:#999999;}

	#text { padding-right:35px; width:552px; height:510px; overflow:auto ; /* border:1px solid green */}
	
#footer { clear:both; width:997px; height:15px; overflow:hidden; margin:0 auto; padding:10px 0; font-size:12px; color:#666; }
#footer .right { float:right}
#footer .left { float:left}
#footer .right a { color: #666}
#printfooter{ display: none;} 

.small { font-size:9px; margin-top:-17px}
#current {cursor:default; background:#605f5f; color:#fff;}
#current a:hover {cursor:default; background:#605f5f; color:#fff;}

p span.hide { display:none; }


/*printer styles*/ 
 @media print{ 
#menu {display:none;} 
#footer {display:none;} 
#waarbenik {display:none;} 
#printfooter{
	display:block;
	color:#666;
	clear:both;
	padding:2px 5px; 
	margin:0px 0px 20px 0px; 
	border-top:2px; 
	border-top-color:#b3ab79; 
	border-top-style:solid; 
	border-bottom:2px; 
	border-bottom-color:#b3ab79; 
	border-bottom-style:solid; 
}
}

