/* CSS Document */

@import "typography.css";

/*	-	Main layout
---------------------------------------------------------------------------------------*/

*{
	margin:  0;
	padding:  0;
}
html,
body{
	height: 100%;
	margin-bottom:1px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #C9D7D2;
	background-image: url(../basis_img/bckgr.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	font-weight: normal;
}
body{
	position: relative;
	width:  850px;
	margin:  0 auto;
	padding:  25px;
	height: auto;
}

/*	-	Main layout
---------------------------------------------------------------------------------------*/
div#header{
	height: 125px;
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6D6B70;
	border-bottom-color: #6D6B70;
	margin: 0px auto 0px auto;
	}
	
div#container{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top:  0;
	left:  0;
	width:  800px;
	border-bottom:  1px solid #6D6B70;
	padding-bottom: 20px;
	padding-top: 20px;
}

	div#links{
	width: 550px;
	float: left;
	position: relative;
	}
	div#rechts{
	width: 185px;
	float: right;
	position: relative;
	border-bottom:  1px solid #6D6B70;
	padding-bottom: 15px;
	}




/*	navigatie
---------------------------------------------------------------------------------------*/

div#navigatie{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	top:  0;
	left:  0;
	width:  800px;
	height:5em;
	line-height: 50px;
	border-bottom:  1px solid #6D6B70;
}




div#navigatie ul#nav_main{
	width: 750px;
	float: left;
}






#home div#navigatie ul#nav_main{
	margin-top:  0;
}									/*new from ico2*/
div#navigatie ul#nav_sub{
	position: absolute;
	top:  -8em;
	right:  0;
	width: 200px;
	height: 7.5em;
	padding-top:  1em;
	margin-bottom:  -90px;
	line-height: 1.5em;
}
div#navigatie ul#nav_main li ul#sublinks{
	position: absolute;
	top:  .9em;
	left: 0;
	float: left;
	width: 600px;
}									/*new from ico2*/


div#navigatie ul#nav_main li ul#sublinks li{
	float: left;
	font-size: .8em;
}									/*new from ico2*/

/*	added by MP	*/

div#navigatie form#search_new{
	float:  right;
	width:  190px;
	height:  50px;
	margin-top: 10px;
	line-height: 1.5em;
}

div#navigatie ul#nav_main_level1{
	position: absolute;
	top:  25px;
	right:  0;
	left: 0px;
	_height: 7.5em;
	padding-top:  1em;
	_margin-bottom:  -90px;
	line-height: 1.5em;
}
div#navigatie_level1{
	position: relative;
	top:  0;
	left:  0;
	width:  800px;
	/*height:  50px;
	line-height: 50px;
	border-bottom:  1px solid #6D6B70;*/
}
div#navigatie_level1 ul#nav_sub_leve11{
	width: 600px;
	float: left;
}

/*for regular 2 col table*/
.imageblok {
	display: block;
	float: left;
	padding-right: 25px;
	padding-bottom: 15px;
}
#container02{
	width:  760px;
	background-color: #C9D7D2;
	margin: 0px auto 0px auto;
	position: relative;
	border-bottom:  1px solid #6D6B70;
	padding: 20px;
}
.afb-links {
	position: relative;
	width: 524px;
	padding: 10px;
}

#tekstblok {
	background-color: #FFF;
	padding: 10px;
	width: 250px;
	left: 532px;
	top: 211px;
	overflow: hidden;
	position: absolute;
	height: auto;
	visibility: visible;
}
