/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image:url(images/main.jpg);
}

div#content {
	padding-top: 12px;
	padding-right: 24px;
    padding-bottom: 20px; /* bottom padding for footer */
	padding-left: 22px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	height: 78px;
	font-size:10px;
}
#footer a, #footer a:link, #footer a:visited {
	margin-left:32px;
	color:#D8D8D8;
	font-size:10px;
}
#footer a:hover {
color:#e9c73a;
}

body {
	background-color: #f9f9f9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#nav{
height:24px;
background-image:url(images/top_nav.jpg);
background-repeat:no-repeat;
padding-left:50px;
padding-top:4px;
}
#nav a, #nav a:link, #nav a:visited {
font-size:14px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
padding-right:18px;}
#nav a:hover, #nav a.sel, #nav a:link.sel, #nav a:visited.sel {
	background-color: #52AD2C;
	color:#e9c73a;
}
#crumb, #txt {
padding-left:24px;
}
#txt {
width: 800px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
}
#crumb {
float:left;
width:700px;
height:22px;}
#zoekform {
float:right;
width:188px;
height:22px;}
#random {
	float:right;
	width:164px;
	text-align:center;
}
#rnd {
margin-top:3px;
height:20px;
}
#rnd a:hover {
background-color:#FFFFFF;}
/*
#rnd a, #rnd a:link, #rnd a:visited{
display:block;
height:20px;
line-height:18px;
	font-size:13px;
	font-weight:bold;
color:#FFFFFF;}
*/
#clear{
  clear:both;
}

a:link, a:visited {
	color: #469225;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
a:hover{
color:#FFFFFF;
background-color:#469225;
	margin:0px;
	padding:0px;
}
#txt a:link, #txt a:visited {
font-weight:bold;
color:#469225;
	margin:0px;
	padding:0px;
}
#txt a:hover{
color:#FFFFFF;
background-color:#469225;
	margin:0px;
	padding:0px;
}
.main { background-image:url(images/main.jpg);
}

#bk li a, #bk li a:link, #bk li a:visited {
width:140px;
}
#ch li a, #ch li a:link, #ch li a:visited {
width:296px;
}

#ch li.stijl1 a, #ch li.stijl1 a:link, #ch li.stijl1 a:visited {
	background-color:#aec0e1;
}
#ch li.stijl1 a:hover {
	background-color:#469225;
}
#ch li.stijl2 a, #ch li.stijl2 a:link, #ch li.stijl2 a:visited {
	background-color:#f1ebab;
}
#ch li.stijl2 a:hover {
	background-color:#469225;
}
#ch li.stijl3 a, #ch li.stijl3 a:link, #ch li.stijl3 a:visited {
	background-color:#dea4ad;
}
#ch li.stijl3 a:hover {
	background-color:#469225;
}
#ch li.stijl4 a, #ch li.stijl4 a:link, #ch li.stijl4 a:visited {
	background-color:#dfc3dd;
}
#ch li.stijl4 a:hover {
	background-color:#469225;
}
#ch li.stijl5 a, #ch li.stijl5 a:link, #ch li.stijl5 a:visited {
	background-color:#abd6ad;
}
#ch li.stijl5 a:hover {
	background-color:#469225;
}
#ch li.stijl6 a, #ch li.stijl6 a:link, #ch li.stijl6 a:visited {
	background-color:#e7b7a5;
}
#ch li.stijl6 a:hover {
	background-color:#469225;
}
#ch li.stijl7 a, #ch li.stijl7 a:link, #ch li.stijl7 a:visited {
	background-color:#D7D7D7;
}
#ch li.stijl7 a:hover {
	background-color:#469225;
}
#ch li.stijl8 a, #ch li.stijl8 a:link, #ch li.stijl8 a:visited {
	background-color:#CFCFCF;
}
#ch li.stijl8 a:hover {
	background-color:#469225;
}
#ch li.stijl9 a, #ch li.stijl9 a:link, #ch li.stijl9 a:visited {
	background-color:#BEBEBE;
}
#ch li.stijl9 a:hover {
	background-color:#469225;
}

#bk ul, #ch ul {
padding-top:0px;
margin-top:0px;
margin-bottom:0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #469225;
}
#bk li, #ch li{
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #469225;
}
#bk li a, #bk li a:link, #bk li a:visited, #ch li a, #ch li a:link, #ch li a:visited {
padding-top:4px;
padding-bottom:4px;
color:#000000;
display:block;
text-decoration: none;
font-weight:bold;
}
#bk li:hover, #ch li:hover {
	color:#FFFFFF;
	background-color:#469225;
}
#bk li a:hover, #ch li a:hover {
color:#FFFFFF;
background-color:#469225;}



#bk li.nietklaar a, #bk li.nietklaar a:link, #bk li.nietklaar a:visited {
	padding-top:4px;
	padding-bottom:4px;
	color:#666666;
	cursor:text;
	display:block;
	text-decoration: none;
	font-weight:normal;
}
#bk li.nietklaar:hover {
	color:#666666;
	background-color:#FFFFFF;
		font-weight:normal;
}
#bk li.nietklaar a:hover {
color:#666666;
background-color:#FFFFFF;
	font-weight:normal;}


.alfabet a, .alfabet a:link, .alfabet a:visited {
text-decoration: none;
padding-top:8px;
padding-bottom:8px;

padding-left:13px;
padding-right: 13px;
font-weight:bold;
color:#FFFFFF;
background-color:#e85825;
}
.alfabet a:hover {
color:#FFFFFF;
background-color:#469225;

}
#crumb {
	font-size: 14px;
	font-weight: bold;
}
.zoektext {
	font-size: 14px;
	color: #469225;
	border: 1px solid #469225;
}

a img, a:link img, a:visited img           { border: none; overflow: hidden; margin:0px; padding:0px;}
a:hover img                     { border: none; overflow: hidden; margin:0px; padding:0px; }
form{
margin:0px;
text-align:right;
}
#txt .vorvolg a,#txt .vorvolg a:link,#txt .vorvolg a:visited {
font-size:11px;} 
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top:4px;
	margin-bottom:4px;
}
p {
margin-top:8px;}
.kop1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}
.kop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.kop3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
.kop4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.rood{
	color: #990000;
}
.foto-met-rand{
	padding:2px;
border: 1px solid #469225;
}
a { outline: 0px; 
}
.highlight {
background-color:#FFFF00;}