
/*---------------- Background-Styles ---------------- */ 

body {
	margin:0px; padding:0px;
	font-family:  Helvetica, Arial, sans-serif;
	background: #FFFFE7;
	color:#000;
	font-size:13px;
	line-height:19px;
}
.container {
	width:1000px;
	margin:0 auto;
	position:relative;
	background: #FFF;
}
/*div#menu {
	background: url(../i/navbar_bg.png) repeat-x;
	position: absolute;
	min-height:33px;
	height:33px;
	width: 950px;
	top: 198px;
} */
#content_blocks {
	
}
#content_blocks .container {
	border-right: 1px solid #DAD9C5;
	border-bottom: 1px solid #DAD9C5;
	border-left: 1px solid #DAD9C5;
	width:998px;

}
#content_blocks {

}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
}
#header {
	background:#FFF url(../i/bg.jpg) repeat-x;
	min-height:231px;
	height:231px;
	padding-top: 20px;
	
}
#header .container {
	min-height:231px;
	height:231px;
	background:#FFF url(../i/home_header.jpg) no-repeat;
	z-index:10;
}
#logo img {
	height:96px;
	width:450px;
	margin-top:40px;
	}
#logo h1, #logo small {
	display:none;
	text-indent:-9999px;
}	

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

#menu{
	font-size:12px;
	font-weight: bold;
	width:1000px;
	border-bottom:1px solid #C9E4DD;
	background: url(../i/navbar_bg.png) repeat-x;
	position: absolute; 
	top: 197px; 
	height: 33px;
}

#menu ul{
	list-style-type:none;
	padding:0;
	margin:0px;
}

#menu ul li{
	float:left;
	width:100px; 
	background: url(../i/nav_spacer.png) no-repeat right;
}

div#menu ul li ul {
	background: url(../i/navbar_bg_2.png) repeat-x top; 
	width: 150px;
}

#menu ul li ul li { 
	background:none;  
	border-top: 1px solid #48A077; 
	width: 150px;
}

#menu ul li a {
	display:block;
	height:33px;
	margin-left:1px;
	line-height:33px;
	text-decoration:none;
	color:#FFF; 
	padding-left: 10px; 
}

div#menu ul li ul li a{ 
	text-align: left; 
	padding: 0 0 0 10px;
}

#menu ul li a:hover{
	color:#FFD503;
}


/*---------------- Heading-Styles, Link-Styles, Paragraph-Styles ---------------- */
.titel_sidebar h3 {
	color: #FFF;
	font-size: 15px;
	text-align: center;
	line-height: 34px;
}
#block_text h2 {
	color: #5E5D2D;
	font-size: 17px;
}	
#block_text h3 {
	color: #3F946C;
	font-size: 15px;
	margin-bottom:10px;
}
p.small {
	font-size: 11px;
}

span.bullet {
	background: url(../i/pijltje.png) no-repeat left;
	padding-left: 10px;
	margin-left: 10px;
}

h1 {
	color: #5E5D2D;
	font-size: 17px;
}	

a {
	color:#000077;
	font-weight:bold;
}
/*---------------- Content-Blocks-Styles ---------------- #3F946C */

#block_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:900px;
	padding: 15px;
	min-height:300px;
}

div.scroller{
 	margin-top: 5px;
	margin-left: 760px;
}
div.scroller a {
	background: url(../i/pijltje.png) no-repeat right;
	color: #397FB9;
	padding-right: 25px;
}


/*---------------- Sidebar ---------------- */

#block_sidebar {
	float:right;
	width:223px;
	margin: 15px 30px 30px 30px;
}
div.titel_sidebar {
	background: url(../i/sidebar_bg.png) repeat-x top;
	height: 33px;
}
div.content_sidebar{
	background: #F5F5F5;
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;	
	padding: 10px;
}
div#weer {
	margin: 0 0 10px 15px;
}

/*---------------- Footer-Styles ---------------- */

#footer .footer_a, #footer .footer_b {
	width:965px;
	text-align: center;
	padding: 10px 0 10px 0;
	margin-left: 15px;
	border-top: 1px solid #DAD9C5;
	color:#5E5D2D;
}

#footer .footer_a p {
	line-height: 12px;
	
}
#footer .footer_a a{
	color: #5E5D2D;
}
span.foot_spacer {
	font-size:8px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul#foot_nav li {
	display: inline;
	font-size: 11px;
}
ul#foot_nav li.spacer {
	color: #948C94;
	font-weight: 100;
}

/*---------------- Table-Styles ---------------- */

table.vorm th {
		padding: 5px 10px 5px 10px;
		background-color: #EFEFEF;
		text-align: left;
		border: 1px solid #E1E1E1;
	}
table.vorm	tr td {
		padding: 2px 10px 2px 10px;
		border: 1px solid #E1E1E1;
		background-color: #F5F5F5;
}
#block_text table tr td {
		padding: 2px 5px 2px 5px;
		background-color: #F5F5F5;
}
ul.sponsors{
	width:900px;
}
ul.sponsors li {
	padding:20px;
	display: inline;
}
ul.sponsors li img.inset {
	padding:10px;
	display: inline;
}

/* Fix up IE6 PNG Support */
/* img, ul li { behavior: url(../iepngfix.htc);}*/





