html,body
	{
	height:100%;
	
	}
body
	{
	background-color:#ffcd1e;
	background-image: url(/css/img/kop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
	color: #222222;
	}
.txtlink {
	color: #222222;
	text-decoration: none;
	cursor: text;
}

abbr {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.container
	{
	min-height:100%;
	}
#kop 
	{
	height:160px;
	}
#kopMenu {
	line-height: 25px;
	background-color: #33C;
}
#ap-kop
	{
	position:absolute;
	width:38px;
	height:159px;
	left:932px;
	top:37px;
	}
#midden
	{
	background-color: #FFF;
	
	}
#inhoud p {
	text-align: justify;
}
#inhoud p img {
	border: 1px solid #666;
	margin-top:5px;
}


#menuRechts
	{

	}
#menuRechts h4 {
	background-color: #5B5FEC;
	padding-left: 8px;
	margin: 0px;
	color: #FFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
#menuRechts ul  {
	margin: 0px;
	padding: 0px;
}
#menuRechts ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#menuRechts ul li a:link , #menuRechts ul li a:visited{
	text-decoration: none;
	display: block;
	background-color: #D6D3E4;
	margin: 0px;
	padding-left: 8px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
#menuRechts ul li a:hover, #menuRechts ul li a:active {
	background-color: #E1E1E1;
}



#voet
	{
	background-color:#FFCD1E;
	bottom:0px;
	color:#e2dbe3;
	font-size:0.9em;
	position:relative;
	text-align:center;
	z-index:50;
	clear: left;
	line-height: 25px;
	height: 25px;
	background-image: url(/css/img/voet.jpg);
	background-position: center bottom;
	}
#voet a {
	color: #FFF;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
	padding-left: 15px;
	margin: 0px;
	padding-right: 5px;
}
h1 {
	font-size: 1.7em;
	margin-top: 12px;
	margin-bottom: 5px;
}
h2 {
	font-size: 1.4em;
	margin-top: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.2em;
}
.links {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.links h3 {
	color: #F7F6F4;
	background-color: #06F;
	margin-top: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.links ul {
	border: 1px solid #666;
	margin: 0px;
}
.links ul li {
	list-style-type: none;
}
.links ul li a:link , .links ul li a:visited{
	display: block;
	padding-left: 5px;
	text-decoration: none;
}
.links ul li a:hover, .links ul li a:active {
	background-color: #DDDDDD;
}

ul.nieuws li
	{list-style:none;}
ul.nieuws li div
	{
	border-bottom:solid 1px #DDDDDD;
	padding-bottom:10px;
	}
	
ul.nieuws li.klik h3
	{
		cursor:pointer;
	}
ul.nieuws li.nieuwsGesloten h3:hover
	{
	background-color:#F7F7F7;
	}
ul.nieuws li h3
	{
		padding-left:0px;
		font-weight:bold;
		font-size:13px;
		line-height:16px;
		color:#333;
		padding:3px 0px 3px 0px;
		border-bottom:solid 1px #DDDDDD;
	}
ul.nieuws li.nieuwsGesloten div
	{
		display:none;
	}
ul.nieuws li.nieuwsGesloten h3
	{
		font-weight:normal;
	}
ul.nieuws li.nieuwsOpen h3
	{
		background-color:#E1E2FF;
		display:block;
		font-weight:bold;
		padding:5px;
	}
ul.nieuws .bron
	{
		font-size:11px;
		color:#666;
	}
