/* CSS Document */

body,html {
text-align: center;
min-width:800px;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-color:#96cdf5;
}

#wrapper {
margin:0 auto;
width:940px;
text-align: left;
position: relative;
border-width:0px;
height:100%;
}

#top_menu {
	position:relative;
	width:940px;
	height:30px;
	min-height:30px;
	z-index:2;
}

#menu-in-header {
	position:absolute;
	top:167px;
	width:899px;
	height:30px;
	z-index:1;
	background-image: url(images/achtergrond-balk.png);
}

#Header {
	position:relative;
	width:940px;
	z-index:2;
	background-image:url(../images/back_wrapper.png);
}

/* CSS Document */
#content {
	position:relative;
	width:588px;
	z-index:2;
	min-height: 350px;
	height:auto !important; /* voor moderne browsers */
	height:auto; /* voor IE */
	top:2px;

}

#content_footer {
	position:relative;
	width:588px;
	z-index:1;
	background-image:url(../images/back_main_footer.png);
	min-height:55px;
	top:2px;
}

#menu-in-header {
	position:absolute;
	top:290px;
	width:899px;
	height:30px;
	z-index:999;
	left:20px;
	background-image: url(../images/achtergrond-balk.png);
}

#Footer {
	position:relative;
	width:928px;
	height:60px;
	z-index:2;
	background-image: url(../images/Template2011/footer.png);
	margin-left:20px;
}

