* {
	margin: 0;
	padding: 0;
}

body {
	font: 75% Verdana, sans-serif;
	line-height: 150%;
	text-align: center;
}

a img {
	border: none;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 946px;
	position: relative;
}

#languages {
	position: absolute;
	top: 65px;
	right: 5px;
	padding: 2px 5px;
}

#languages ul {
	list-style: none;
	text-align: right;
}

#languages li {
	display: inline;
	margin-right: 8px;
}

#header {
	margin-top: 10px;
	margin-bottom: 20px;
	height: 120px;
	background-image: url(/images/agile_header.jpg);
}

#header h1 {
	display: none;
}

#sidebar {
	float: left;
	width: 200px;
}

#sidebar2 {
	float: right;
	width: 200px;
}

#sidebar div, #sidebar2 div {
	background-color: #F0F5F9;
	margin-bottom: 1em;
}

#menu ul {
	list-style: none;
	padding: 15px;
}

#menu ul ul {
	padding: 0 0 0 10px;
}

#menu li {
	padding-bottom: 5px;
}

#menu li a, #menu li a:visited {
	color: #000;
	text-decoration: none;
}

#menu li a:hover, #menu li a:active, #menu li.selected a {
	text-decoration: underline;
}

#menu li.selected a {
	font-weight: bold;
}

#menu li.selected li a {
	font-weight: normal;
	text-decoration: none;
}

#menu li li a:hover, #menu li li a:active, #menu li li.selected a {
	text-decoration: underline;
}

#sidebar h2, #sidebar2 h2 {
	background-color: #638FC8;
	padding: 3px 10px;
	color: #fff;
	font-size: 110%;
	font-weight: normal;
}

#sidebar2 #news ul {
	font-size: 90%;
	list-style: square;
	margin: 10px 10px 10px 25px;
	padding-bottom: 10px;
}

#sidebar2 #calendar ul {
	font-size: 90%;
	list-style: square;
	margin: 10px 10px 10px 25px;
	padding-bottom: 10px;
}

#sidebar2 p {
	font-size: 90%;
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
}

#newsletter p {
	padding: 10px;
}

#content {
	float: left;
	width: 506px;
	margin: 0 20px 0 20px;
}

#content h1, #content h2, #content h3 {
	color: #00668D;
	margin-bottom: 0.5em;
	font-size: 200%;
	font-weight: normal;
	line-height: 100%;
}

#content h1 a, #content h2 a, #content h3 a {
	color: #01066C;
}

#content h2 {
	font-size: 130%;
	margin-top: 1em;
}

#content h3 {
	margin-top: 1em;
	font-size: 110%;
}

#content p, #content table, #content ul, #content ol {
	margin-bottom: 1em;
}

#content ul, #content ol {
	margin-left: 2em;
}

#footer {
	font-size: 80%;
	padding: 5px 10px;
	background-color: #ECF2F7;
	color: #4F4F4F;
	text-align: center;
}

#footer a {
	color: #4F4F4F;
}

.clear {
	clear: both;
	height: 0;
	visibility: 0;
	line-height: 0;
	overflow: hidden;
}

/*
	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 textarea {
	width: 400px;
}
#content .zend_form input.text {
	border: 1px solid #999;
	width: 300px;
	padding: 3px;
}
#content .zend_form select.select {
	border: 1px solid #999;
	padding: 3px;
}

.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;
}

#header form
{
	position: absolute;
	top: 15px;
	right: 15px;
}
#header form .zoeken
{
	width: 150px;
	padding: 3px;
	border: 1px solid #3C69A7;
}

#content table {
	border-collapse: collapse;
	empty-cells: show;
	border: 0;
}

#content table td {
	vertical-align: top;
	border: 1px solid #E6E6E6;
	padding: 2px 4px;
}