@charset "utf-8";
/* Reset CSS */

body,div,dl,dt,dd,ul,ol,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	font-family:Verdana, arial, Geneva, sans-serif;
	font-size:12px;
	line-height:1.3em;
}
fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
 


/* CSS Document */

h1{font-size:10pt; font-weight:bold; margin:0px 0px 10px 0px;}
h2{font-size:14pt; font-weight:bold; margin:0px 0px 10px 0px;}
h3{font-size:12pt; font-weight:bold; margin:0px 0px 10px 0px;}
h4{font-size:10pt; font-weight:bold; margin:0px 0px 10px 0px;}
h5{font-size:8pt; font-weight:bold; margin:0px 0px 10px 0px;}


body{
	font-family:Verdana, arial, Geneva, sans-serif;
	font-size:12px;
	line-height:1.3em;
}

a:link, a:active, a:visited{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#ed1d24;	
	text-decoration:none;

}

#pagecontainer{
	width:900px;
	margin: 0 auto;
}
	
#header{
	background-image:url(../img/header_1px.png);
	width:900px;
	height:122px;
}

#logo{
	background-image:url(../img/Logo.png);
	background-repeat:no-repeat;
	height:102px;
	width:302px;
	float:left;
	margin:10px 0px 0px 10px;
}

#search {
	background-image:url(../img/Search.png);
	height:20px;
	width:130px;
	float:right;
	margin:80px 30px 0px 0px;
}

#menu{
	background-color:#09b89d;
	height:34px;
	width:900px;
}

#roteren{
	background-image:url(../img/header.png);
	height:151px;
	width:900px;
	margin:1px 0px 10px 0px;
}

#main{
	width:900px;
}

#subnav{
  background: url('../img/subnav.png') no-repeat top left;
	width:170px;
	min-height:300px;
	float:left;
	padding:30px 30px 0px 27px;
	margin-right:5px;
}


#subnav li{ list-style: url(../img/arrow_nav.png); padding-bottom:5px;}

.top_nieuws{position:relative; line-height:1.3em; font-family:verdana, arial, helvetica, serif; top: -25px; left:-20px; font-size:12px; font-weight:bold;  color:white;}
.left_nieuws{ position:relative; top:-15px; left:-18px; width:190px; font-size:11px;}
.left_nieuws a, .left_nieuws a:active, .left_nieuws a:link, .left_nieuws a:visited{ color:#09B89D; }
.left_nieuws a:hover {color:#F00000;}

#maincontent{
	width:660px;
	float:left;
	padding:0px 0px 20px 0px;

}

#maincontent a{color:#09B89D;}
#maincontent a:hover{color:#000;}

#maincontent li{margin-left:30px;}

#footer{
	width:900px;
	float:left;
	
}

#footer_top{
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
	padding:6px 0px 0px 10px;
	text-align:right;
	height:21px;
	color:#FFF;
}

#footer_text{
	background-image:url(../img/downshadow_1px.png);
	background-repeat: repeat-x;
	background-position:top;
	height:100px;

}
	
	
	
	
	
	
	
	
	
	
	
	
