* {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/site/container_bg.png);
	background-repeat: repeat;
}

div#topnavigatie {
	width: 1000px;
	height: 30px;
	background-color: #666666;
}
div#topnavigatie div{
	height: 100%;
}
div#header {
	width: 1000px;
	height: 200px;
}
div#header div{
	background-image: url(../images/site/verbodenrijk_header.png);
	background-repeat: no-repeat;
	height: 100%;
}
div#header p {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	line-height: 18px;
	margin-top: 12px;
	margin-right: 120px;
	margin-bottom: 12px;
	margin-left: 12px;
}
div#header a:link, div#header a:visited {
	color: #000000;
	text-decoration: none;
}
div#header a:hover, div#header a:active{
	color: #333333;
	text-decoration: underline;
}
div#links {
	float: left;
	width: 225px;
}
div#links div{
	with: 225px;
	margin-left: 12px;
	padding-top: 12px;

}
div#links p{
	width: 225px;
	font-size: 14px;
	font-weight: normal;
}
div#links .blok_top{
	height: 40px;
	width: 206px;
	background-image: url(../images/site/blok_zijkant_top.png);
	background-repeat: no-repeat;
}
div#links .blok_fill{
	background-image: url(../images/site/blok_zijkant_fill.png);
	background-repeat: repeat-y;
	padding-left: 12px;
	color: #333333;
	font-weight: normal;
	font-size: 12px;
	width: 200px;

}
div#links .blok_bottom{
	height: 25px;
	width: 206px;
	background-image: url(../images/site/blok_zijkant_bottom.png);
	background-repeat: no-repeat;
}

div#links a.hfd:link, div#links a.hfd:visited{
	color: #FFFFFF;
	text-decoration: none;
	width: 206px;
	display: block;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 14px;
	font-weight: normal;
}
div#links a.kze:link, div#links a.kze:visited{
	color: #333333;
	text-decoration: none;
	width: 100%;
	display: block;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
	font-size: 12px;
}
div#links img{
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
}
div#links .left_outline {
	padding-left: 12px;
}
div#links form {
	padding-left: 12px;
	background-image: url(../images/site/blok_zijkant_fill.png);
	background-repeat: repeat-y;
}
div#links .nieuwsbrief {
	width: 170px;
	height: 12px;
	padding: 3px;
	margin-top: 6px;
	background-position: left center;
	border: thin solid #333333;
}
div#links .nieuwsbrieftekst {
	line-height: 18px;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
div#links .nieuwsbriefbutton {
	width: 178px;
	height: 24px;
	padding: 3px;
	border: thin solid #333333;
	margin-top: 6px;
}
div#inhoud {
	float: right;
	width: 775px;
}
div#inhoud div#inh {
	font-size: 12px;
	color: #000;
	padding-top: 12px;
	padding-left: 24px;
	padding-bottom: 24px;
	}
div#inhoud div#inh div{
	}
div#inhoud div#inh div h1{
	color: #5c8cbc;
	margin-bottom: 12px;
}
div#inhoud div#inh div p{
	margin-right: 44px;
	line-height: 18px;
}
div#inhoud div#inh .rechts{
	float: right;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	}

div#inhoud ul{
	margin-left: 24px;
}
div#inhoud li{
	margin-bottom: 12px;
	margin-top: 12px;
	font-style: italic;
}
div#inhoud div#inh div div#blok_top{
	height: 15px;
	width: 711px;
	background-image: url(../images/site/blok_inhoud_top.png);
	background-repeat: no-repeat;
}
div#inhoud #blok_fill{
	width: 711px;
	background-image: url(../images/site/blok_inhoud_fill.png);
	background-repeat: repeat-y;
	padding-top: 12px;
	padding-bottom: 24px;
	padding-left: 24px;
}
div#inhoud .blok_bottom{
	height: 15px;
	width: 711px;
	background-image: url(../images/site/blok_inhoud_bottom.png);
	background-repeat: no-repeat;
}


#footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1000px;
        height: 32px;
}
.kpn {
	position: absolute;
	float: right;
	visibility: visible;
	top: 40px;
	right: 120px;
}
.libris {
	position: absolute;
	float: right;
	visibility: visible;
	top: 40px;
	right: 10px;
}
.verbodenrijklogo {
	position: absolute;
	float: left;
	visibility: visible;
	top: 40px;
	left: 10px;
}