@import url("navmenu_variabel.css");
@import url("fonts_variabel.css");

Body{	
		background-color:#ccc;
		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:176px;
		background:url(images/header_1.jpg) no-repeat;
	}
	
#logo{
		position: relative;
		left:900px;
		width:95em !important;
	}
	
#logo img{
		width:95em !important;
	}
	
img #dnn_dnnLOGO_imgLogo{
		float:right;
		width:95em !important;
}
	
a #dnn_dnnLOGO_hypLogo{
		float:left;
		width:95em !important;
}
	
#userlogin{
		position: relative;
		top: 140px;
		float:right;
		padding:0.5em;
	}
	
#subheader{
		float:left;
		width:955px;
		min-height:24px;
		background-color:#526b46;
	}
	
#subheader_txt{
		float:left;
		height:20px;
		padding-left:1em;
	}

#contentcontainer{
		float:left;
		background-image:url("images/spacer2.gif");
		background-repeat:repeat;
		width:95em;
	}
	
#kolom1{
		float:left;
		width:192px;
		min-height:380px;
	}
	
#kolom1_txt{
		float:left;
		padding:1em;
	}

#kolom2{
		float:left;
		width:460px;
		min-height:380px;
	}
	
#kolom2_txt{
		float:left;
		padding:1em;
	}
	
#kolom3{
		float:left;
		width:300px;
		min-height:380px;
	}
	
#kolom3_txt{
		float:left;
		padding:1em;
	}

#footer{
		float:left;
		width: 955px;
		height:21px;
		background-color:#fe1807;
		text-align:center;
	}
	
#footer_txt{
		float:left;
		width:955px;
		height:20px;
		text-align:center;
		
	}
	
#dnn_ContentPane, #dnn_Footer, #dnn_Leftpanel, #dnn_Rightpanel {border: none !important;}


