@charset "UTF-8";
/* CSS Document */

/***** Twitter volg ons *****/
.twitter_volg_ons
{
	position: fixed;top: 150px;left: 0px;
}

/***** Container *****/
#container{
	width: 999px;
	
	margin: auto auto;
	padding: 0px;
	
	font-family: verdana;
	font-size: 11px;
	color: #777171;
}

/***** Eind Container *****/

/***** Header *****/
#head_menu{
	width: 969px;
	height: 15px;
	
	margin: 0px;
	padding: 15px;
	
	word-spacing: 28px;
	
	background-image: url(../images/head_menu.png);

}

#head_menu div#tekst{
	word-spacing: 28px;
	
	float:left;
}

#head_menu div#zoek{
	word-spacing: normal;
	margin-bottom: 10px;
	margin-right: 25px;
	float:right;
}

/***** Eind Header *****/

/***** Banner *****/
#banner{
	width: 999px;
	height: 150px;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url(../images/banner.png);
}

/***** Eind Banner *****/

/***** Content *****/
#content{
	width: 979px;
	
	margin: 0px;
	padding: 10px;
	
	float:left;
	
	background-image: url(../images/content.png);
}

#content div#links{
	width: 213px;
	
	padding: 0px;
	margin: 0px;
	
	float:left;
}

/***** Content Links Blok *****/
#blok_links{
	
	width: 213px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	
}

#blok_links div#top{
	width: 187px;
	height: 15px;
	
	padding: 13px;
	margin: 0px;
	
	background-image: url(../images/blok_top.png);
	
	color: #df1000;
	font-weight:bold;
}

#blok_links div#content{
	width: 203px;
	padding: 5px;
	margin: 0px;
	
	background-image: url(../images/blok_cont.png);
}

#blok_links div#footer{
	width: 213px;
	height: 12px;
	
	margin: 0px;
	padding: 0px;
	
	background-image: url(../images/blok_foot.png);
}
/***** Eind Content Links Blok *****/

#content div#midden{
	width: 580px;
	margin: 0px;
	margin-left: 6px;
	padding: 0px;
		
	float:left;
}

#content div#content_rechts{
	margin: 0px;
	margin-left: 6px;
	padding: 0px;
	width: 173px;
	
	float: left;
}

/***** Content Rechts Blok *****/
#blok_rechts{
	background-color: #fbfbfb;
	border: 1px solid #aeaeae;
	padding: 15px;
	margin-bottom: 10px;
	
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-radius: 10px;
	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius: 10px;
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-radius: 10px;
	
	width: 140px;
}
/***** Eind Content Rechts Blok *****/
/***** Eind Content *****/


/***** Footer *****/
#footer{
	width: 999px;
	height: 36px;
	
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	
	float:left;
	
	background-image: url(../images/footer.png);
}
/***** Eind Footer *****/