@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	padding:0px;
	margin:0px;
	text-align:center;
}

div#container{
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div#header{
	height:152px;
	width:100%;
	background-image:url(../images/background_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
}

div#datum{
	height:136px;
	width:934px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding:8px;
	margin-left:auto;
	margin-right:auto;
}

div#whiteline{
	width:950px;
	height:2px;
	font-size:1px;
	float:left;
	background-color:#FFFFFF;
}

div#container_content{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

div#menu_container{
	width:147px;
	float:left;
}

div#container_adres{
	width:147px;
	height:189px;
	float:left;
}

div#adres_top{
	width:147px;
	height:3px;
	font-size:1px;
	float:left;
	background-image:url(../images/bovenkant_adresgegevens.jpg);
	background-repeat:no-repeat;
}

div#adres_text{
	width:147px;
	height:183px;
	float:left;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9px;
	line-height: 160%;
	background-image:url(../images/midden_adresgegevens.jpg);
	background-repeat:no-repeat;
}

div#adres_bottom{
	width:147px;
	height:3px;
	font-size:1px;
	float:left;
	background-image:url(../images/onderkant_adresgegevens.jpg);
	background-repeat:no-repeat;
}

div#container_text{
	width:801px;
	background-image:url(../images/midden_text.jpg);
	float:right;
	height:auto;
}

div#text_top{
	width:801px;
	height:3px;
	background-image:url(../images/bovenkant_text.jpg);
	font-size:1px;
	float:left;
}

div#text{
	width: 745px;
	min-height:415px;
	float:left;
	height:auto;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background_text.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:12px;
	color:#000000;
	text-align:left;

	padding:10px;
}

div#text_height{
	height:415px;
	width:0px;
}

div#text_bottom{
	width:801px;
	height:3px;
	background-image:url(../images/onderkant_text.jpg);
	font-size:1px;
	float:left;
}

div#whiteline2{
	width:950px;
	height:2px;
	font-size:1px;
	float:left;
	background-color:#FFFFFF;
}

div#bottom{
	width:950px;
	height:22px;
	background-image:url(../images/bottom.jpg);
	float:left;
}
/*  11 - twitter ------------------------------------------------------- */
/*------------------------------------------------------------------- */
div#twitter_div {margin: 0px 0 20px 0; border: 1px solid #CCC; padding: 0 20px 10px 20px;}
.tweet_list {list-style:none; padding: 0px; margin:0;}
.tweet_list li {padding: 5px;}
.tweet_even {background-color:#EEEEEE;}
span.tweet_time {color:#333; !important;}
a.tweet_avatar {float:left; margin: 5px 5px 3px 0;}
div#twitter_div a {color:#DE6E08}
