body {
	/* background pattern: http://squidfingers.com/patterns/ */
	background: #FE6F29 url(../pix/pattern_101.gif);
	margin: 0;
	padding: 20px;
	font-family: Geneva, Arial, sans-serif;
}

a {
	color: darkgreen;
}
#topmenu a, #taalmenu a {
	color: #777;
}

h1, h2, h3 {
	color: #666;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
#topmenu {
	list-style: none; 
	margin: 0 0 0 1em; 
	padding-left: 0; 
	position: relative;
	z-index: 10;
	font-size: 90%;
	zoom: 1; /* IE-idioterie */
}
#topmenu li {
	float: left; 
	margin: 0 .2em; 
	padding: 0.1em 0.1em 0;
	border: 1px solid #000; 
	background-color: #ddd;
	line-height: 1.7em;
	overflow: hidden;
}
#topmenu li a {
	padding: 0 0.5em 0; 
	font-weight: bold;
	text-decoration: none;
	height: 100%;
}
#topmenu li.actief, #topmenu li.actief:hover {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#topmenu li:hover {
	background-color: #eee;
}

form#topsearch {
	margin: 0;
	height: 1.3em;
}
form#topsearch input {
	margin-left: 0.7em; 
}

#taalmenu {
	list-style: none; 
	margin: 0 1em 0 0; 
	position: relative;
	top: -5px;
	z-index: 10;
	float: right;
}
#taalmenu li {
	display: inline; 
	margin: 0 0.1em; 
	padding: 0.1em 0.1em 0;
	border: 1px solid #000;
	line-height: 1.8em;
	background-color: #ddd;
}
#taalmenu li a {
	padding: 0 0.5em 0; 
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
}
#taalmenu li.actief, #taalmenu li.actief:hover {
	background-color: #fff;
}
#taalmenu li:hover {
	background-color: #eee;
}

#container {
	border: 1px solid #000;
	border-right: 2px ridge #000;
	border-bottom: 2px ridge #000;
	background: #fefefe url(../pix/stern.png) no-repeat 100% 1em;
	min-height: 500px;
	max-width: 1000px;
	position: relative;
	top: -1px;
	clear: both;
	font-size: 80%;
}

#mainContent {
	padding: 1em 2em 3em;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #ddd url(/pix/verloop-wit-grijs.png) repeat-x;
	color: #888;
	height: 2em;
}
#footer p {
	padding: 0 2em;
	margin : 0.3em 0;
}

.suggest_link {
	background-color: #eee;
	padding: 2px 6px;
}
.suggest_link_over {
	background-color: #fff;
	padding: 2px 6px;
}
.search_suggest {
	position: absolute; 
	background-color: #eee; 
	text-align: left; 
	border: 1px solid #000;	
	font-size: 90%;
	display: none;
}

.message {
	color: darkred;
	font-weight: bold;
}
.verplicht {
	color: red;
}
input.toel_kort, textarea.toel_lang, .langveld {
	width: 400px;
}

body.popup {
	background: #fff;
	overflow: hidden;
	padding: 10px 0;
}
body.popup img {
	border: 1px solid #000;
}

table.lijntjes {border-collapse: collapse; margin: 5px 0;}
table.lijntjes td, table.lijntjes th {border: 1px dotted silver; padding: 5px 2px;}

ul#letterbalk {list-style: none; margin: 0; padding: 0; border-left: 1px solid #fff; }
ul#letterbalk li {float: left; border: 1px solid #fff; background-color: #ddd; font-weight: bolder; width: 1.5em; height: 1.5em; text-align: center; overflow: hidden;}
ul#letterbalk li:hover { border: 1px solid #f90;}
ul#letterbalk span {display: block;  height: 100%; padding-top: 0.1em;}
ul#letterbalk a {display: block; color: #fff; text-decoration: none; width: 100%; height: 100%; padding-top: 0.1em;}
ul#letterbalk a:hover {color: #666; background-color: #fff;}

h2.letterzoek {
	clear: both;
	padding-top: 1em;
}
ul.lijstonderwerpen {
	float: left;
	width: 250px;
}
div.bladerbalk {
	clear: both;
}
div#fotosbijonderwerp {
	clear: both;
	padding-top: 1em;
}
table.lijstfotos col.col_rechts, table.lijstfotos td + td, table.lijstfotos td + td + td + td {
	width: 180px;
	text-align: left;
}
table.lijstfotos col.col_links, table.lijstfotos td, table.lijstfotos td + td + td {
	width: 220px;
	text-align: center;
}

div.thumbkader, div.groteduim_liggend, div.groteduim_staand {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #eee;
	display: table;
	margin: 0 auto;
}
div.liggend {
	width: 180px;
}
div.staand {
	width: 180px;
}
div.thumbkader img, div.groteduim_liggend img, div.groteduim_staand img {
	border: 1px solid #ddd;
	padding: 3px;
	background-color: #fff;
	margin: auto;
}
* html .groteduim_liggend img {
}
div.groteduim_liggend {
	width: 410px;
}
div.groteduim_staand {
	width: 300px;
	text-align: center;
}
td#fotoinfo {
	width: 200px;
}
td#groteduim {
	width: 500px;
}
.latijnsenaam {
	font-style: italic;
}

input.zoekbox {
	width: 250px;
}
div.zoekresultaten ul {
	margin-top: 0;
}

div#tekstpagina {
	width: 700px;
	overflow: auto;
	zoom: 1;
}
div#tekstpagina_randompics  {
	float: right;
	width: 200px;
	min-height: 535px;
	margin-left: 0.3em;
}
div#tekstpagina_randompics div {
	margin-bottom: 5px;
	text-align: center;
}

