@charset "UTF-8";

html {
	overflow-y: scroll;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: url('/images/tribal.gif') no-repeat fixed center top;
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
h1 {
	color: #353;
	font-size: 400%;
	font-weight: normal;
	margin: 0.33em 0.5em;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 1em;
}
ul {
	margin: 0;
	padding: 0 1em;
}
li {
	background: url(/images/lime-small.gif) no-repeat left center;
	list-style-type: none;
	margin: 0;
	padding-left: 22px;
}
a {
	border-bottom: 1px dashed #390;
	color: #390;
	text-decoration: none;
}
a:hover {
	background-color: #dd0;
}
abbr {
	border-bottom: 3px double #390;
	color: #390;
	cursor: help;
	text-decoration: none;
}
.clearer {
	clear: both;
}
.imageclearer {
	float: right;
	height: 100px;
	width: 200px;
}
#Logo {
	float: right;
	padding: 8px;
}
#MainContent {
	background-image: url('/images/lime.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	border: 1px solid #353;
	margin: 0 auto;
	width: 980px;
}
#NavText {
	border-right: 1px solid #eee;
	display: inline;
	float: left;
	margin: 0.66em 1em 2em 3em;
	width: 17em;
}
#NavText h2 {
	display: none;
	margin: 0;
}
#MainText {
	margin-left: 22em;
	padding: 0.5em 2.75em 0 0;
}
.content {
	line-height: 170%;
}
.content p {
	margin: 0 0 2em;
}
.imagecontainer {
	float: left;
	margin: 0.5em 1em 1em 0;
}
.imagecontainer a, .imagecontainer img {
	border: 0;
}
.imagecontainer a:hover {
	background-color: transparent;
}
.bijschrift {
	display: none;
}
.formcontrols {
	margin: 1em 0;
}
.formcontrols div {
	margin-bottom: 0.5em;
}
.formcontrols label {
	display: block;
	float: left;
	margin-right: 1em;
	width: 7em;
}
.formcontrols input, .formcontrols textarea {
	border: 1px solid #999;
	color: #666;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 0 0.2em;
	width: 16em;
}
.formcontrols textarea {
	height: 8em;
	width: 22em;
}
.formcontrols .submitbutton {
	background-image: url(/images/submitbutton.gif);
	background-position: left top;
	border: 0;
	height: 39px;
	text-align: center;
	width: 216px;
}
.formcontrols .submitbutton:hover, .formcontrols .submitbutton:focus {
	background-position: left bottom;
	color: #fff;
}
.errorcontainer {
	color: #903;
	margin-left: 8em;
}
.statusmessage {
	font-size: 150%;
}