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

body, html, p, a, table, tr, td, font, div, span, img, fieldset, ul, li, i, legend {
	margin:0;
	padding:0;
	border:none;
	font-family:Tahoma, Arial, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	background:none;
}

h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

body {
	background:url(../images/algemeen/bodybg.png) center 97px  no-repeat;	
	/*background:url(http://aislian.org/tiling.gif)*/
}

h1 {
	color:#1d808d;
	font-size:14px;
	font-weight:bold;
}

h2 {
	color:#f7901e;
	font-size:12px;
	font-weight:bold;
}

#container {
	width:999px;
	margin:0 auto;
	position:relative;
	min-height:300px;
	height:auto !important;
	height:300px;
}

/**** Content Container ****/

#content-container {
	width:999px;
	float:left;
	min-height:300px;
	height:auto!important;
	height:300px;
	border-bottom:20px #fff solid;
	margin-top:21px;
}

#content {
	float:left;
	width:817px;
	min-height:300px;
	height:auto!important;
	height:300px;
}

#content-inner {
	float:left;
	color:#000000;
	font-size:11px;
	line-height:16px;
}

#content-inner p {
	margin-top:10px;
	padding-bottom:10px;
}

#content-rechts {
	width:163px;
	margin-left:8px;
	float:left;
	min-height:300px;
	height:auto!important;
	height:300px;
}

#normalecontent {
	float:left;
	width:655px;
}

#normalecontent a {
	color:#5c5b5b;
	font-size:11px;
	text-decoration:underline;
}

#normalecontent a:hover {
	color:#e22326;
	text-decoration:none;
}

#normalecontent ul {
	float:left;
	width:100%;
}

#normalecontent ul li {
	float:left;
	display:block;
	background:url(../images/mail/bullet.png) left 6px no-repeat;
	padding-left:11px;
	width:100%;
	line-height:16px;
}


/**** footer ****/

#footer {
	width:100%;
	background:url(../images/algemeen/footer-bg.png) center top no-repeat;
	clear:both;
	height:50px;
	line-height:24px;
	border-bottom:15px solid #fff;
}

#footer-inner {
	width:999px;
	margin-left:auto;
	margin-right:auto;
}

#footer-l, #footer-r {
	float:left;	
	height:11px;
	line-height:11px;
	margin-left:8px;
	color:#fff;
	margin-top:5px;
}
#footer-l {
	width:732px;
}

#footer-l a:link, #footer-l a:visited, #footer-l a:active,
#footer-r a:link, #footer-r a:visited, #footer-r a:active {
	color:#fff;
	text-decoration:underline;
	margin-right:10px;
	display:block;
	background:url(../images/algemeen/footerabg.gif) left 1px no-repeat;
	padding-left:11px;
	height:11px;
	float:left;
	line-height:11px;
}

#footer-bottom {
	width:250px;
	float:right;
	text-align:left;
	margin-top:20px;
	border-right:10px solid #fff;
}


#sitemap ul {
	margin-top:5px;
	margin-left:20px;
	list-style:none;
}

#sitemap li a {
	color:#000000;
	background:url(../images/mail/bullet.png) left 4px no-repeat;
	padding-left:11px;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#sitemap ul ul a {
	color:#000000;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

#sitemap li a:hover {
	color:#5c5b5b;
	text-decoration:underline;
}

#sitemap ul ul a:hover {
	color:#5c5b5b;
	text-decoration:underline;
}

.debugmeldingen {
	width:700px;
	float:left;
	margin:15px;
	color:#f7901e;
}