@charset "utf-8";
/* CSS Document */

html{ 
	height:100%;
}

body{
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}

vraagTonenBG{
	height:100%;
	margin:0px;
	padding:0px;
	background-color:transparent;
}

div#container{
	width:974px;
	height:100%;
	text-align:left;
	background-image:url(../images/background_container.jpg);
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
}

div#header{
	width:974px;
	height:144px;
	float:left;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;	
}

div#menu_container{
	width:974px;
	height:30px;
	float:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#7AA0CD;
}

div#menu_wrapper{
	width:760px;
	height:30px;
	margin-left:194px;
}

div#whiteline{
	width:974px;
	height:1px;
	font-size:1px;
	float:left;
	background-color:#FFFFFF;
}

div#container_content{
	width:974px;
	float:left;
	background-image:url(../images/background_container.jpg);
}

div#left_images{
	width:187px;
	height:400px;
	float:left;
	text-align:center;
	color:#014596;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin:0px;
	padding-top:200px;
	background-image:url(../images/image_left.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#container_text{
	width:630px;
	min-height:320px;
	float:left;
	background-image:url(../images/background_text.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

div#text_wrapper{
	padding:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

div#right_images{
	width:185px;
	height:375px;
	float:left;
	margin:0px;
	padding:0px;
	text-align:left;
}

.bannerheight{
	margin-top:59px;
}

A.link:visited {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: none;}
A.link:link {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: none;}
A.link:hover {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: underline;}
A.link:active {font-family: Verdana, Arial;font-size: 10px;font-weight: bold;color: #ffffff;text-decoration: none;}



