@import url("navmenu_variabel.css");
@import url("fonts_variabel.css");

Body{	
		background-color:#444;
		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:95em;
		min-height:10em;
		background-color:#f29528;
	}

#logo{
		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{
		float:right;
		padding:0.5em;
	}
	
#subheader{
		float:left;
		width:95em;
		min-height:2.4em;
		background-color:#fcc41e;
	}
	
#subheader_txt{
		float:left;
		height:2.4em;
		padding-left:1em;
	}

#contentcontainer{
		float:left;
		background-image:url("spacer.gif");
		background-repeat:repeat-y;
		background: #fed572;
		width:95em;
	}
	
#kolom1{
		float:left;
		width:30em;
		background-color:#94d1e4;
	}
	
#kolom1_txt{
		float:left;
		padding:1em;
	}

#kolom2{
		float:left;
		width:65em;
		background-color:#fff;
	}
	
#kolom2_txt{
		float:left;
		padding:1em;
	}

#footer{
		float:left;
		width:95em;
		background-color:#fcc41e;
		text-align:center;
	}
	
#footer_rechts{
	float:right;
	width:20em;
	padding:0.2em 0;
	text-align: right;
	}
div#brinsitetekst {
	float: left;
	width: 20em;
	text-align: left;
	}
#dnn_footer .head {display: none;}	
#dnn_ContentPane, #dnn_Footer, #dnn_Leftpanel, #dnn_Rightpanel {border: none !important;}
