@charset "utf-8";
/* CSS Document */

img {
	border:none;
}
body {

	margin:0 auto 0 auto;
}

#container {
	width:815px;
	position:relative;
	margin:0 auto 0 auto;
	/*backgrounds:#e4007b url(images/content-bg-lijn.gif) top left repeat-x;*/
}

#header {
	width:815px;
	position:relative;
	height:115px;

}

#menu {

	position:relative;
	height:22px;
	width:815px;
	background:#7b2483;
	background-image:url(images/bgMenu.gif);
	background-repeat:no-repeat;

}

#content {
	position:relative;
	background:#e4007b url(images/content-bg-lijn.gif) top left repeat-x;
	height:414px;
	z-index:-1;
	margin-top:-1px;
	width:815px;
	text-align:left;
	border-top:1px solid #e4007b;
}

body #content {
	z-index:0;
}

#footer {
	height:110px;
	width:815px;
	background:#47bd4b;

}

#innerfooter {
height:159px; 
line-height:1.5em; 
color:#FFFFFF; 
font-weight:bold; 
font-family: Arial, Helvetica, sans-serif; 
font-size:9pt; 
text-align:left; 
padding-left:50px;  
padding-top:20px; 
background-color:#48bc4d
}