* {
	padding: 0;
	margin: 0;
}

body {
	line-height: 150%;
}
#wrap {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/dichterbijdeijssel_back.jpg);
	width: 784px;
	margin: 0 auto;
	min-height: 620px;
	height: auto !important;
	height: 620px;
	position: relative;
}

#menu {
	position: absolute;
	top: 165px;
	left: 30px;
	padding: 10px;
	width: 150px;
	border-right: 1pt solid #CCD0E4;
	border-color: #CCD0E4;
	color: navy;
	font: 15px/28px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	margin-right: 20px;
}

#menu ul {
	list-style: none;
}

#menu ul li a, #menu ul li a:visited {
	text-decoration: none;
	color: #414A65;
}

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

#content {
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	position: absolute;
	top: 165px;
	left: 220px;
	width: 550px;
	overflow: auto;
	height: 420px;
}

h1 {
	margin-bottom: 1.8em;
}

h2 {
	margin-bottom: 1.3em;
}

p {
	margin-bottom: 1em;
}

/*
	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;
}

#content .zend_form textarea {
	width: 300px;
	height: 100px;
}

/* End Forms */

