@import url("navmenu_variabel.css");
@import url("fonts_variabel.css");

Body{	
		background-color:#fff;
		text-align:center;	/*centreert de hele layout */
	}

#container{		/*zit overal omheen*/ 
		position:relative;
		width:95em;	
		margin:0 auto;	/*centreert alles in IE */
		padding-bottom:5em; /*ruimte onder de website*/
		text-align:left; /*zet alle inhoud naar links*/
	}

#header{
		float:left;
		width:955px;
		height:145px;
		background:url(images/header_2.jpg) no-repeat;
	}

#logo{
		position: relative;
		top:65px;
		width:95em !important;
	}
	
#logo img{
		width:95em !important;
	}
	
img #dnn_dnnLOGO_imgLogo{
		float:left;
		width:95em !important;
}
	
a #dnn_dnnLOGO_hypLogo{
		float:left;
		width:95em !important;
}
	
#userlogin{
		position: relative;
		top: 110px;
		float:right;
		padding:0.5em;
	}
	
#subheader{
		float:left;
		width:955px;
		min-height:20px;
		background-color:#faa15a;
	}
	
#subheader_txt{
		float:left;
		height:20px;
		padding-left:1em;
	}

#contentcontainer{
		float:left;
		background-image:url("images/spacer2.gif");
		background-repeat:repeat-y;
		width:95em;
	}
	
#kolom1{
		float:left;
		width:229px;
		min-height:370px;
		background-color:#007fbc;
	}
	
#kolom1_txt{
		float:left;
		padding:1em;
	}

#kolom2{
		float:left;
		width:726px;
		min-height:370px;
		background-color:#87cae4;
	}
	
#kolom2_txt{
		float:left;
		padding:1em;
	}

#footer{
		float:left;
		width: 955px;
		height:21px;
		background-color:#c6ff00;
		text-align:center;
	}
	
#footer_txt{
		float:left;
		width: 955px;
		height:21px;
		text-align:center;
		padding-top:0.5em;
	}
	
#dnn_ContentPane, #dnn_Footer, #dnn_Leftpanel, #dnn_Rightpanel {border: none !important;}


