/* CSS Document */

* {
	margin		: 0;
	padding 	: 0;
}

html,
body 
{
	scrollbar-arrow-color		: #00275D; 
	scrollbar-base-color		: #00275D; 
	scrollbar-shadow-color		: #00275D; 
	scrollbar-face-color		: #FFFFFF; 
	scrollbar-highlight-color	: #D5D9E7;
	scrollbar-3dlight-color		: #FFFFFF;
	scrollbar-darkshadow-color	: #FFFFFF;
	width						: 100%;
	height						: 100%;
	text-align					: left;
	font-family					: Verdana, Arial, Helvetica, sans-serif;
	font-size					: 10px;
	background:#edf0f3;
}


/* LEVEL 0 - containers */

#container 
{
	width					: 990px;
	height					: 575px;
	border					: 1px solid #000;
	margin-top				: 15px;
	margin-right			: auto;
	margin-bottom			: 0;
	margin-left				: auto;
	background:#FFFFFF;
	overflow:hidden;
}

#subcontainer_left 
{
	float					: left;
	width					: 671px;
	height					: 575px;
}

#subcontainer_right 
{
	float					: left;
	width					: 319px;
	height					: 575px;
}


/* LEVEL 1 - hoofditems subcontainer_left */

#header
{
float						: left;
width						: 671px;
height						: 164px;
background-color			: #FBFBFB;
overflow:hidden;
}

#main
{
float						: left;
width						: 671px;
height						: 411px;
overflow:hidden;
}


/* LEVEL 1 - hoofditems subcontainer_right */

#actueel
{
float						: right;
width						: 319px;
height						: 408px;
}


/* LEVEL 2 - header subdivs  */

#header_logo
{
float						: left;
width						: 322px;
height						: 87px;
background-image			: url(images/logo.jpg);
}

#header_topmenu
{
float						: right;
width						: 329px; /* origineel 349px hoog */
height						: 22px; /* origineel 32px hoog */
padding-top					: 10px;
padding-right				: 20px;
}

#header_beeldmerk
{
float						: left;
width						: 349px;
height						: 90px;
background-image			: url(images/beeldmerk.jpg);
}

#header_hoofdnavigatie
{
float						: left;
width						: 671px;
height						: 42px;
}

#header_hoofdnavigatie_main
{
height						: 35px;
background-image			: url(images/navigatie_basis.jpg);
overflow:hidden;
}

#header_hoofdnavigatie_schaduwrand
{
height						: 7px;
background-image			: url(images/header_hoofdnavigatie_schaduwrand.jpg);
overflow:hidden;
}


/* LEVEL 2 - main subdivs  */

#main_left
{
float						: left;
width						: 210px;
height						: 411px;
background-image			: url(images/background_submenu.jpg);
}

#main_content
{
float						: left;
width						: 461px;
height						: 411px;
}


/* LEVEL 2 - actueel subdivs  */

#actueel_visual
{
width						: 319px;
height						: 207px;
background-image			: url(images/visuals/01.jpg);
}

#actueel_referentietop
{
float						: left;
width						: 305px; /*origineel 319px breed*/
height						: 24px; /*origineel 31px hoog*/
background-color			: #D5D9E7;
font-size					: 13px;
text-align					: left;
color						: #00275D;
padding-top					: 7px;
padding-left				: 14px;
}

#actueel_referentieblok
{
float						: left;
width						: 299px; /*originele breedte 319px */
height						: 206px;
padding-right				: 20px;
background					: url(images/actueel_referentieblok_background.jpg);
}

#actueel_testimonialtop
{
float						: left;
width						: 305px; /*origineel 319px breed*/
height						: 24px; /*origineel 31px hoog*/
background-color			: #D5D9E7;
font-size					: 13px;
text-align					: left;
color						: #00275D;
padding-top					: 7px;
padding-left				: 14px;
}

#actueel_testimonialblok
{
float						: left;
width						: 319px;
height						: 100px;
background-color			: #00275D;
}


/* LEVEL 3 - main subsubdivs  */

#main_left_subnavigatie
{
width						: 200px; /*origineel 210px breed*/
height						: 156px; /*origineel 202px hoog */
padding-top					: 46px;
padding-left				: 10px;
overflow:hidden;
}

#main_left_visual
{
float						: left;
width						: 210px;
height						: 209px;
background-image			: url(images/main_left_visual.jpg);
}

#main_content_tekst
{
width						: 421px; /*origineel 461px breed*/
height						: 360px;  /*origineel 366px hoog*/
overflow-y					: scroll;
overflow-x					: hidden;
text-align					: left;
padding-top					: 6px;
padding-left				: 20px;
padding-right				: 20px;
}

#main_content_tekst ul
{
padding-left:18px;
}

#main_content_footer
{
width						: 461px;
height						: 45px;
background-color			: #FF6600;
}

#main_content_footer_tekst
{
width						: 461px;
height						: 35px;    /*origineel 40px hoog*/
padding-top					: 5px;
background-color			: #FFFFFF;
color						: #FF6600;
font-size					: 14px;
text-align					: center;
}

#seofooter
{
font-size:8px;
color:#666666;
}

#seofooter a
{
font-size:9px;
color:#666666;
text-decoration:none;
}


#adwise
{
font-size:8px;
color:#D5D9E7;
text-align:right;
padding-right:5px;
padding-top:14px;
text-decoration:none;
}

#adwise a
{
font-size:8px;
color:#15396B;
text-align:right;
padding-right:5px;
padding-top:14px;
text-decoration:none;
}

#adwise a:hover
{
font-size:8px;
color:#CCCCCC;
text-align:right;
padding-right:5px;
padding-top:14px;

}