*{
	margin:0;
	padding:0;
}

body {
	background-image:url('images/body_bg.png');
	background-repeat:repeat-x;	
	background-color:#f8f8f8;
}

#container{
	width:867px;
	margin-left:auto;
	margin-right:auto;
	min-height:800px;
}

#content{
	background-image:url('images/content_bglang.png');
	background-repeat:no-repeat;
	margin-top:-8px;
	min-height:625px;
}

#content_inside{
	width:850px;
	margin-left:11px;
	
}

#content_onderkant{
		background-image:url('images/content_bgonderkant.png');
	height:37px;
}

#header_txt{
	font-size:11px;
	font-family:Verdana;
	padding-left:400px;
	padding-top:55px;
}

#header{
	background-image:url('images/header_bg.png');
	height:93px;
}

#menu_top{
	background-image:url('images/menu_top.png');
	background-repeat:no-repeat;
	height:37px;
	width:827px;
	margin-left:auto;
	margin-right:auto;
}

#menu_top_links{
	color:white;
	width:827px;
	float:links;
	padding-top:8px;
	padding-left:20px;
}

#menu_top img{
	float:right;
	margin-top:-15px;
	margin-right:20px;
}

#menu_top_links a{
	color:white;
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
}

#menu_top_links span{
	color:#993300;
	padding-left:5px;
	padding-right:5px;
}
#menu_side{
	float:left;
	width:200px;
	background-image:url('images/menu_side.png');
	background-repeat:no-repeat;
	min-height:450px;
	margin-top:20px;
}

#menu_inside{
	margin-top:20px;
	margin-left:10px;
}

#menu_side span{
	color:#f6610c;
	font-family:Verdana;
	font-size:18px;
}

#menu_side ul{
	list-style-type:none;
}

#menu_side ul li a{
	display:block;
	text-decoration:none;
	display:block;
	width:160px;	
	padding-left:20px;
	font-family:Verdana;
	font-size:12px;
	color:black;
	height:20px;
	padding-top:4px;
}

.border{
	border-bottom:1px solid #cfd9e8;
}

.noborder{
	border-bottom:none;
}

#menu_side ul li a:hover{
	background-color:#f6610c;
	color:white;
	font-weight:bold;
}

#content_main{
	margin-left:20px;
	width:620px;

	float:left;
	margin-top:20px;
	font-family:Verdana;
	font-size:11px;
}

h1{
	color:#6699ff;
	font-weight:bold;
	font-size:18px;
}

h2{
	color:black;
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
}

h3{
	font-size:12px;
	color:#f95b00;
	margin-top:15px;
	margin-bottom:10px;
}
p{
	margin-top:10px;	
	font-size:11px;
}

p.content_advertentie_tekst{
	padding-left:30px;
}

a.zwart{
	color:black;
	text-decoration:none;
	text-decoration:underline;
}

a.blauw{
	color:#6699ff;
	text-decoartion:none;
	font-weight:bold;
}

#content_advertentie{
	margin-top:25px;
	border-bottom:1px solid #edf1f7;
	border-top:1px solid #edf1f7;
	padding-top:10px;
	padding-bottom:20px;

}

.content_advertentie_links, .content_links{
	float:left;
	width:100px;
	font-weight:bold;
	margin-top:5px;
	font-size:11px;
}

.content_advertentie_rechts, .content_rechts{
	float:left;
	width:500px;
	margin-top:5px;
	font-size:11px;
}

.content_advertentie p span{
	padding-left:30px;
}


#footer{
	background-image:url('images/footer_bg.png');
	background-repeat:no-repeat;
	height:78px;
	margin-left:10px;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#333333;
}

#footer_links{
	width:580px;
	float:left;
	margin-top:25px;
	margin-left:10px;
}

#footer_rechts{
	width:200px;
	float:left;
	margin-top:25px;
	margin-left:50px;
}

#footer .balk{
	padding-left:5px;
	padding-right:5px;
}

#footer .orange{
	color:#f6610c;
}

#footer a{
	text-decoration:none;
	color:#333333;
}

#footer form #input{
	background-image:url('images/footer_input.png');
	background-repeat:no-repeat;
	width:122px;
	height:35px;
	padding-top:10px;
	padding-left:7px;
	float:left;
}

#footer form input{
	border: none;
}

#footer form #button{
	float:left;
	margin-top:7px;
}

#footer form .button{
		color:#f6610c;
		font-weight:bold;
}
.clear{
	clear:both;
}
