﻿html, body {height: 100%;}

* {margin: 0;padding: 0;}

.clear {clear: both;}

body {background:url('../images/interface/tile.jpg') fixed;}

/* drukt footer omlaag */
#main{
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:	url('../images/interface/container.png') 50% 0% repeat-y;

}

#footer {
	background:	url('../images/interface/footerbg.jpg');
	height: 30px;
	margin-bottom: 0px;	
	margin-top: -30px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}


/* daadwerkelijke site */


/* header */
#header {
	margin: 0 auto;
	/*height: 350px;*/
	height: 313px;
	background:	url('../images/interface/headerbg.png');
	margin-bottom: 10px;
}


/* content */
#centercontent {
	margin: 0 auto;
	width: 956px;
	margin-bottom: 38px;
	}

#content{
	margin: 0 auto;
	width: 935px;
	margin-left: 11px;
	padding-left: 1px;
	background:	url('../images/interface/contentlines.jpg');
	}


/* KOLOMMEN */

#mainmenu{
	/*border: 1px solid #224c92; */
	margin: 0 auto;
	width: 172px;
	float: left;
	margin-top: 8px;
	height: 560px;
	height: auto !important;
	min-height: 560px;
	}

#inhoud{
	margin: 0 auto;
	margin-left: 17px;
	width: 550px;
	float: left;
	height: 560px;
	height: auto !important;
	min-height: 560px;
	}
	
