* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font: 75% "Trebuchet MS", sans-serif;
}
#wrapper {
	position: relative;
	width: 865px;
	margin: 0 auto;
	text-align: left;
	background: url(images/elim-website_06.jpg);
}
#header {
	height: 139px;
	background: url(images/elim-website_03.jpg);
}
#header h1 {
	display: none;
}
#menu {
	width: 144px;
	float: left;
	margin-left: 8px;
	_margin-left: 4px;
}
#sidebar {
	width: 180px;
	margin-right: 8px;
	_margin-right: 4px;
	float: right;
}
#content {
	width: 450px;
	float: left;
	margin-left: 30px;
	padding-top: 20px;
	line-height: 150%;
}
#content h1 {
	color: #1D1857;
	margin-bottom: 0.5em;
	font-size: 200%;
}
#content h2 {
	color: #1D1857;
	margin-bottom: 0.2em;
	margin-top: 1em;
	font-size: 160%;
}
#content h3 {
	color: #1D1857;
	margin-bottom: 0.2em;
	margin-top: 1em;
	font-size: 130%;
}
#content h4 {
	color: #1D1857;
	margin-bottom: 0.2em;
	margin-top: 1em;
	font-size: 110%;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}
p, table, blockquote {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1em 2em;
}
#menu ul {
	list-style: none;
	margin: 0;
	margin-top: 20px;
	background-color: #1B6FA7;
	border-bottom: 1px solid #fff;
}
#menu li {
	border-top: 1px solid #fff;
}
#menu li a {
	display: inline-block;
	padding: 3px 10px;
	color: #fff;
	text-decoration: none;
}
#menu ul ul {
	margin: 0 0 0 20px;
	border: none;
}
#menu li.selected {
	background: #1D1C5E url(images/menu_verloop.jpg) repeat-x  top left;
}
#menu li.selected a {
	color: #FEF109;
}
#footer {
	background: url(images/elim-website_08.jpg) no-repeat  bottom left;
	padding: 12px 20px;
	color: #fff;
	text-align: center;
}
#footer p {
	margin: 0;
}
#search {
	background-color: #86bad2;
	padding: 15px;
}
#languages {
	background-color: #86bad2;
	padding-top: 10px;
	padding-left: 10px;
}
#languages a {
	padding: 0 5px;
}
#news {
	padding: 15px;
}
#news h2 {
	color: #1D1857;
	font-size: 140%;
}
.newsitem {
	padding: 10px 0;
	border-bottom: 1px solid #8C6197;
}
.newsitem strong {
	color: #0A5288;
}

a img {
	border: none;
}


/*
	FORMS
*/
#content .zend_form {
	border: 1px solid #CCC;
	padding: 10px;
}

#content .zend_form dd {
	margin-bottom: 1em;
}

#content .zend_form dt {
	font-weight: bold;
	color: #333;
}
#content .zend_form ul.errors {
	border: 1px solid #f00;
	margin: 5px 0 0 0;
	padding: 2px 5px;
	background-color: #FFF9F9;
}
#content .zend_form ul.errors li {
	margin: 0;
	list-style-position: inside;
	color: #800000;
	font-weight: bold;
}
#content .zend_form input.text {
	border: 1px solid #999;
	width: 300px;
	padding: 3px;
}
#content .zend_form select.select {
	border: 1px solid #999;
	padding: 3px;
}

/* End Forms */

.small {
	font-size: 80%;
	line-height: 100%;
}

.result {
	background-color: #E6E6E6;
	padding: 10px;
	margin-bottom: 1em;
}

#content .result h3 {
	margin: 0 0 3px 0;
	font-size: 100%;
}

#content .result p {
	margin: 0;
}

#content table.fotoalbums td {
	vertical-align: top;
	height: 125px;
	padding-left: 15px;
}

#content table.fotoalbums td.albumfoto {
	text-align: center;
	width: 125px;
	padding: 0;
}

#content table.fotoalbums h2 {
	margin-top: 10px;
	font-size: 120%;
}

#content table.fotoalbum {
	border-collapse: collapse;
}

#content table.fotoalbum a {
	height: 125px;
}

#content table.fotoalbum td {
	text-align: center;
	vertical-align: middle;
	width: 137px;
	height: 140px;
}

.searchbar {
	width: 100px;
	background: #fff url(/images/searchbar.gif) no-repeat  top left;
	border: none;
	padding: 3px;
}
