@CHARSET "ISO-8859-1";
/**
 * CSS RESET
 */
html, body, div, span,
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body img, input#planned {
	border: none;
}

input, dl, dt, dd, textarea {
	margin: 0;
	padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * screen.css
 */
body {
	background-color: white;
	background-image: url(../gfx/bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
	margin: 0 0 auto;
}

#topnav {
	height: 19px;
	width: 878px;
	color: #999;
	text-align: right;
	margin: 0 auto;
	padding: 0 0 3px;
}

#topnav a:link, #topnav a:visited {
	color: white;
	text-decoration: none;
	margin: 0 11px;
}

#topnav a:hover {
	color: #0e0;
	text-decoration: none;
}

#topnav ul li{
	list-style-type: none;
	display:inline;
	padding-right: 20px;
}

#logo {
	margin-left: 74px;
}

ul#icons {
	position: relative;
	float: right;
	width: 440px;
	height: 23px;
	background-image: url(../gfx/bg_icons.png);
	background-repeat: no-repeat;
	list-style-type: none;
	color: #A5A5A5;
	text-align: center;
	margin: -69px 0 0;
	padding: 6px 0 0;
}

ul#icons li {
	margin-right: 20px;
}

ul#icons #loggedIn {
	float: right;
	padding: 10px;
	margin-right: 15px;
}

#icons img {
	margin-top: -2px;
	width: 20px;
	height: 20px;
	padding: 0 5px 0;
	vertical-align: middle;
}

#icons a {
	text-decoration: none;
	padding: 0 15px 0 15px;
}

#icons a:hover {
	color: #aaa;
}

#content {
	width: 950px;
	background-image: url(../gfx/bg_content.png);
	background-repeat: repeat-y;
	margin: 11px auto 0;
}

#content_top {
	background-image: url(../gfx/bg_content_top.png);
	background-position: top;
	background-repeat: no-repeat;
}

#content_bottom {
	background-image: url(../gfx/bg_content_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

.container {
	margin: 25px auto 0;
	min-height: 300px;
	width: 842px;
	clear: both;
	margin: 0 auto;
}

.container h1 {
	font-size: 1.4em;
	color: #97B065;
}

.container #img-announce, #img-announcement {
	vertical-align: sub;
}
.container #img-announce {
	width: 22px;
	height: 22px;
}

.container #img-announcement, #img-event {
	width: 20px;
	height: 20px;
	padding-right: 3px;
}

.container #img-editannouncement, #img-deleteannouncement, #img-fixedannouncement,
	#editEvent img, #events a img, #events a #img-editevent, #events a #img-deleteevent {
		width: 17px;		height: 17px;
		vertical-align: bottom;
}

#events {
	margin-left: 67px;
}

#editEvent {
	margin-top:50px;
}

#events a #img-editevent, #events a #img-deleteevent {
	margin-left: -3px;
	vertical-align: bottom;
}

#events a {
	color: #97B065;
}

#events a img {	
	margin-left: -20px;	
	padding-right: 5px;
}

#events h3 a {
	text-decoration: none;
}

.container #confirm {
	color: #008000;
	text-align: left;
	margin-top: 650px;
}

#post {
	background-color: #F2F5F0;	
}

#announcements {
	margin: 32px 0 0 15px;
	padding: 5px 5px 5px 5px;
}

#announcements ul#announcement {
	list-style-type: square;
	margin-left: -15px;
	background-image: url(../gfx/hr.png);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#announcements ul#announcement li {
	padding: 3px;
}

ul#dates {
	margin-left: -3px;
	-webkit-padding-start: 0;
	-moz-padding-start: 0;
	padding-left: 0;
}

ul#dates li{
	display: inline;
}

#announcements #status {
	float: right;
	margin: -25px 20px 0 0;
	color: #aaa;
	font-size: 12px;
	font-family: arial, sans-serif;
}

#announcements #status #open {
	color: #FF6633;
	font-weight: bold;
}

#announcements #status #afgehandeld {
	color: #339933;
	font-weight: bold;
}

#announcements #status #gepland {
	color: blue;
	font-weight: bold;
}

#announcements a {
	font-size: 11px;
	font-weight: lighter;
}

#unknown {
	color: #aaa;
}

#footer {
	clear: both;
	position: relative;
	text-align: center;
	width: 400px;
	height: 63px;
	padding-top: 22px;
	color: #BBB;
	line-height: 18px;
	margin: 0 auto ;
	background-image: url(../gfx/hr.png);
	background-repeat: repeat-x;
}

#footer a {
	cursor:default;
	color: #BBB;
	text-decoration: none;
}

#footer a {
	text-decoration: none;
	color: #BBB;
	cursor: default;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;	
	color: #97B065;
	margin-left: -20px;
}

a {
	color: #008000;
}

hr {
	width: 100%;
	color: #CDCDCD;
	background-color: #CDCDCD;
}

#Announcement #description {
	width: 350px;
}

#Announcement #startTime, #endTime {
	width: 55px;
}

#start {
	margin-top :-2px;
}

#loginButton, #submitButton, #annuleerButton {
	font-size: 11px;
	margin-bottom: 8px;
	width: 74px;
	height: 22px;
}

#confirmButton, #cancelButton {
	font-size: 11px;
	width: 32px;
	height: 22px;
	border:1px solid #aaa;	
}

.zend_form {
	text-align: left;
}

dl.zend_form {
	float: left;
	width: 520px;
	margin: 1em 0;
	padding: 5px;
}

.zend_form dt {
	clear: left;
	float: left;
	width: 100px;
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

.zend_form dd {
	float: left;
	width: 300px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
}

.zend_form dd input {	
 	width: 200px;
 	height: 16px;
 	border: 1px #aaa solid;
 	padding: 3px 1px 3px 1px;
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.zend_form dd input#planned {	
 	width: 20px;
	margin-left: -3px; 	
}

.zend_form dd textarea {
 	border: 1px #aaa solid;
 	padding: 1px;
 	font-family: Tahoma, Arial, Helvetica, sans-serif;
 	width: 300px;
 	font-size: 12px;
 	height: 200px;
}

.zend_form dd#recaptcha-element {
	margin-left: -3px;
}

#Announcement .required:after, #Event .required:after, #Contact .required:after  {
	content: " *";
	font-size: 9px;
	color: red;
}

div#contactInfo {
	width: 700px;
}

div#contactInfo ul{
	margin-top: -22px;
	margin-left: 555px;
}

.errors {
	color: red;
	margin-left: -30px;
	margin-top: 2px;
}
