/* CSS-Coding by complEed nv    -     Gerald De Peuter */
/* =================================================== */
/* Address: Schietstandlaan 5 - 2300 Turnhout, Belgium */
/* URL: www.compleed.com - E-mail: gerald@compleed.com */
/* =================================================== */

/* general tags */
html, body, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:125%;
	color:#000000;
}
html, body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-width:800px; 
	text-align:center;
	background-image:url(../images/layout/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#f1f1f1;	
}
a {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
}
form {
	margin:0px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	border:1px solid #a2a2a2;
	height:16px;
	padding:0px;
	vertical-align:middle;
}
textarea {
	height:75px;
}
.geel_streep {
	color:#ffcc00;
	}

/* page layout */
#base{
	position: absolute;
	left: 0;
	margin-top:0px;
	text-align:left;
	min-width:800px; 
	width:100%;
}
	#base[id]{
	position:relative;
	left:50%;
	}

#base_middle{
	width:700px;
	text-align:center;
	padding:0px;
}	
#content{
	float:left;
	width:700px;
	text-align:center;
	background-color:#ffffff;
	background-position:center;
}	
	#content[id]{
	margin-left:-50%;
	}

#blauwe_balk{
	float:left;
	width:700px;
	height:10px;
	background-color:#151d70;	
}
#witte_balk{
	float:left;
	width:700px;
	height:10px;
	background-color:#ffffff;	
}
#top_menu{
	float:left;
	width:700px;
	height:127px;
	background-image:url(../images/layout/top_geel.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	text-align:left;
}
#middle{
	width:700px;
	height:auto;
	background-image:url(../images/layout/rechts_zwart.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
	#middle_text{
	float:left;
	width:455px;
	height:100%;
	min-height:400px;
	background-color:#f1f1f1;
	border:5px solid #FFFFFF;
	text-align:left;
	padding:5px;
	background-image:url(../images/layout/bg_sterren.gif);
	background-repeat:no-repeat;
	background-position:top center;
	}
	#middle_right{
	float:right;
	width:225px;
	}
	#middle_right_1{
	float:left;
	width:225px;
	height:50px;
	background-image:url(../images/layout/rechts_geel.jpg);
	background-repeat:repeat-y;
	}
	#middle_right_2{
	float:left;
	width:225px;
	height:100%;
	text-align:left;
	background-image:url(../images/layout/rechts_grijs.jpg);
	background-repeat:repeat-y;
	}
	#middle_right_2b{
	float:left;
	width:225px;
	height:170px;
	background-image:url(../images/layout/rechts_grijs.jpg);
	background-repeat:repeat-y;
	}	
	#middle_right_3{
	float:left;
	width:225px;
	height:25px;
	background-image:url(../images/layout/rechts_geel.jpg);
	background-repeat:repeat-y;
	}
#zwarte_balk{
	float:left;
	width:700px;
	height:20px;
	background-color:#333532;	
}	
#copyright{
	float:left;
	width:700px;
	height:100%;
	background-color:#ffffff;	
}					
.client_login input{
	margin-left:5px;
}	
h1{
	font-size: 12px;
	margin:3px;
	margin-bottom:5px;
	text-align:left;
	font-weight:bold;
	}
h2,h3{
	font-size: 11px;
	margin:3px;
	margin-bottom:5px;
	text-align:left;
	font-weight:normal;
	}	



/* CSS-Coding by Gerald De Peuter */
