html{
	min-height:100%;
}

body{
	font-size: 12px;
	font-family: Comic Sans MS, Arial;
	margin:0px;
	padding:0px;
	/* background-color:#727273; */
	background-color:#242425;
	background-image: url("http://www.iesmeulmeester.nl/images/style/bg_background.png");	
	background-repeat: repeat-y;
	background-position: center top;
}

#background{
	background-color:#202021;
	margin-left:auto;
	margin-right:auto;
	width:780px;
}

#container{
	position:relative;
	padding:3px;
	margin:0 12px;
	width:750px;
/*
	background-image: url("http://www.iesmeulmeester.nl/images/bgwide.png");
	background-repeat: repeat-y;
	background-position: center top;
*/
	background-color: #FFFFFF;
}

#menutop{
	position:relative;
	width:750px;
	height:28px;
	border-bottom:2px solid #498aaa;
}

#header{
	position:relative;
	width:750px;
	height:105px;
	margin:0px;
	padding:0px;
	/*
	background-color:#6ba4c1;
	background-image:url("http://www.iesmeulmeester.nl/images/header3.jpg"); 
	*/
	background-image:url("http://www.iesmeulmeester.nl/images/header_kleinemantel.jpg");	
	background-repeat: no-repeat; 
	background-position: right top;
	/* border-top:0px solid #7f888e; */
}

#navigatie{
	position:relative;
	width:750px;
	height:28px;  

}

#content{
	position:relative;
	width:750px;
	color:#767676;
	height: auto !important; /* voor Firefox */
	height: 800px; /* voor IE */
	min-height:800px;
	padding: 0 0 2px 0;
}


#footer{
	width:750px;
	height:16px;
	text-align:right;
	border-top:1px solid #929ca2;
	color:#7f888e;
}

.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix{display:block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display:block;}
/* End hide from IE-mac */  