/* CSS Document */
body {
	color: #ffffff;
	margin: 0;
	padding: 0 0 120px 0; /* bottom padding is height of #bottomFrame */
	background-color:#666666;
	background-image: url(images/bg_top2.jpg); /* source for start image */
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
 	font-family: Arial, Geneva, Helvetica, sans-serif; 
	font-style: normal; 
	font-variant: normal;
	font-size: 11px;
	font-weight: normal;
  }
#bodyContent {
	width: 100%;
	margin: 0;
  }


h1 { 
	margin: 0 0 0 0; 
	color:#a8d6f9;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 240%;
	font-style: normal; 
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
	}
	
	
	
#linkerkant	{
	float:left;
	position:absolute;
	top: 0;
	width:340px;
	clear:left;
}
.logo_button {
	clear: both;
	margin-top:21px;
	margin-left: 16px;
}
.main_buttons {
	clear: both;
	margin-top:28px;
	margin-left: 24px;
}
.top_button {
	margin-left: 60px;
	padding-bottom: 5px;
}
.middle_button {
	padding-top: 15px;
	margin-left: 80px;
}
.bottom_button {
	padding-top: 20px;
	margin-left: 38px;
}
			
#inhoud {
	margin-left: 10px;
	position:absolute;
	}
#inhoud h1 { 
	margin: 100px 0 0 0; 
	color:#a8d6f9;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal; 
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#scroll {
	width: 90%;
	overflow: visible;
	border-top:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	}
	
	
#inhoud p{
	text-align: justify;
	color:#ffffff;
	font-size: 125%;
	line-height: 14pt;
	}
#inhoud b{
	text-align: left;
	color:#ffffff;
	font-size: 125%;
	line-height: 14pt;
	font-weight: bold;
	}


		
	
#bottomFrame {
	height: 78px;
	position: fixed;
	background-image: url(images/footer_bg.jpg); /* source for start image */
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
	bottom: 0;
	left: 0;
	width: 906px;
	text-align:right;
	padding-top: 5px;
	padding-bottom: 5px;
  }
/* hide from mac ie5 \*/
#bottomFrame {
	position: absolute;
	background-image: url(images/footer_bg.jpg); /* source for start image */
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
  }
/* end hide from mac ie5 */
html>body #bottomFrame {
	position: fixed;
	background-image: url(images/footer_bg.jpg); /* source for start image */
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
  }
#bottomFrame b{
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	}
 
 
 
/*Voor SUBMENU (onderaan!) */
ul#navlist
{
margin-top: 0px;
padding-left: 0px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 0px;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
background-color: #999999;
}

#navlist a:hover
{
color: #fff;
background-color: #333333;
text-decoration: none;
}

#navlist a:active
{
color: #ffff00;
background-color: #333333;
text-decoration: none;
}




	
img.noborder{
	border:0px solid #000000;
}

img.mainbutt{
	border-top:1px solid #cccccc;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	border-left:1px solid #cccccc;
}

/* Voor de beschrijvingen op de LINKS PAGINA */
.font_size	{
	font-size: 85%;
	line-height:inherit;
}

a.text:link     {color: #a8d6f9; text-decoration: none; background: #666666;}
a.text:visited  {color: #a8d6f9; text-decoration: none; background: #666666;}  
a.text:hover    {color: #52b1fa; text-decoration: none; background: #666666;}
a.text:active   {color: #000000; text-decoration: none; background: #666666;}

a.footer:link     {color: #ffffff; font-weight: bold; text-decoration: none; background: #666666;}
a.footer:visited  {color: #ffffff; font-weight: bold; text-decoration: none; background: #666666;}  
a.footer:hover    {color: #ffff00; font-weight: bold; text-decoration: none; background: #666666;}
a.footer:active   {color: #000000; font-weight: bold; text-decoration: none; background: #666666;}
 
a.links:link     {font-size: 16px; color: #ffffff; font-weight: bold; text-decoration: none; background: #666666; border-bottom:1px dotted #ffffff;}
a.links:visited  {font-size: 16px; color: #ffffff; font-weight: bold; text-decoration: none; background: #666666; border-bottom:1px dotted #ffffff;}  
a.links:hover    {font-size: 16px; color: #ffff00; font-weight: bold; text-decoration: none; background: #666666; border-bottom:1px dotted #ffffff;}
a.links:active   {font-size: 16px; color: #000000; font-weight: bold; text-decoration: none; background: #666666; border-bottom:1px dotted #ffffff;}


#linkerkant, #bottomFrame, ul#navlist, #navlist li, .no_print, img {
  display: none !important;
}
.print_footer, .datestamp, .print, .print_message {
	display: inline !important;
}

.print_bottom{
	text-align:center;
}
.datestamp {
	text-align:right;
	padding-right:0px;
}