* {
	padding: 0;
	margin: 0;
	border: 0;
}

h1 {
	display: none;
}

h2 {
	font: bold 14px Tahoma;
	color: #002e3b;
	margin-bottom: 7px;
}

h3 {
	font: bold 12px Tahoma;
	color: #02465B;
	margin: 10px 0 3px 0;
}

h4 {
	margin: 5px 0 0 0;
	font: bold 11px Tahoma;
	color: #002e3b;
	text-decoration: underline;
}

body {
	background: url(../images/bodybg1.png);
}

#container {
	position: relative;
	width: 818px;
	margin: 0 auto;
}

#header {
	height: 148px;
	background: url(../images/header.png);
	padding: 10px;
	font: 11px Tahoma;
	color: #ffffff;
}

#left {
	float: left;
	width: 206px;
	background: url(../images/navbg.png) no-repeat #013443; 
}

#navigation {
	padding: 60px 0 0 0;
	width: 206px;
	height: 220px;
}

.admin {
	width: 206px;
	margin: 0 0 30px 0;
}

#navigation ul, .admin ul {
	list-style-type: none;
}

#navigation ul li a, .admin ul li a {
	display: block;
	padding: 8px 0 8px 50px;
	width: 156px;
	height: 15px;
	background: url(../images/navibg.png) no-repeat;
	font: bold 11px Tahoma;
	color: #ffffff;
	text-decoration: none;
}

#navigation ul li a.selected, .admin ul li a.selected {
	background: url(../images/navibg_s.png) no-repeat;
}

#navigation ul li a:hover, .admin ul li a:hover {
	width: 146px;
	padding: 8px 0 8px 60px;
}

#navigation ul li a.selected:hover, .admin ul li a.selected:hover {
	padding: 8px 0 8px 50px;
	width: 156px;
	cursor: default;
}

#right {
	float: left;
	background: url(../images/contentbg.png) repeat-y;
	width: 612px;
}

#content {
	float: left;
	padding: 60px 25px 25px 25px;
	width: 345px;
	background: url(../images/mainbg.png) no-repeat #ffffff;
	font: 11px Tahoma;
	color: #002e3b;
	text-align: justify;
}

#content a {
	color: #002e3b;
}

#content a:hover {
	color: #027ea1;
}

#news {
	float: left;
	padding: 0 25px 25px 25px;
	width: 167px;
	background: url(../images/newsbg.png) no-repeat;
	font: 10px Tahoma;
	color: #ffffff;
	text-align: justify;
}

#news .newsitem {
	position: relative;
	margin-top: 25px;
}

#news .newsitem .title {
	display: block;
	font: bold 11px Tahoma;
	text-align: left;
}

#news .newsitem .date {
	display: block;
	margin-bottom: 5px;
	font: 10px Tahoma;
	color: #027ea1;
}

#news .newsitem a img {
	float: right;
	margin-top: 3px;
}

#bottom {
	background: #ffffff;
	clear: both;
	overflow: hidden;
}

#random {
	clear: both;
	float: left;
	width: 395px;
	height: 258px;
	overflow: hidden;
	background: url(../images/overons.png) no-repeat #ffffff;
	font: 11px Tahoma;
	color: #002e3b;
	text-align: justify;
}

#random .text {
	float: left;
	padding: 60px 25px 25px 25px;
	width: 183px;
	overflow: hidden;
}

#random img {
	float: right;
}

#random .text img {
	margin-top: 3px;
}

#agenda {
	float: left;
	background: url(../images/news_bg_top.gif) no-repeat #ffffff;
	padding: 0 25px 25px 25px;
	width: 167px;
	font: 10px Tahoma;
	color: #002e3b;
	text-align: justify;
}

#agenda .agendaitem {
	position: relative;
	margin-top: 25px;
}

#agenda .agendaitem .title {
	display: block;
	font: bold 11px Tahoma;
	text-align: left;
}

#agenda .agendaitem .date {
	display: block;
	margin-bottom: 5px;
	font: 10px Tahoma;
	color: #027ea1;
}

#agenda .agendaitem img {
	float: right;
	margin-top: 3px;
}

#footer {
	clear: both;
	width: 612px;
	font: 10px Tahoma;
	background: url(../images/bodybg1.png);
	color: #ffffff;
}

#footer .text {
	background: url(../images/footerbg.png) no-repeat;
	height: 50px;
	padding-top: 20px;
}

#footer p {
	text-align: right;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #027ea1;
}

.clear {
	clear: both;
}

.error {
	padding: 10px 10px 10px 40px;
	border: 1px solid #EA6C59;
	background: #ECCECA url(../images/nok.gif) no-repeat 3% 50%;
	margin: 3px 0;
	font: 11px Tahoma;
	color: #002e3b;
	text-align: justify;
}

.ok {
	padding: 10px 10px 10px 40px;
	border: 1px solid #6FC261;
	background: #E6F3E3 url(../images/ok.gif) no-repeat 3% 50%;
	margin: 3px 0;
	font: 11px Tahoma;
	color: #002e3b;
	text-align: justify;
}

.ok .image {
	text-align: right;
}
 
#editorder {
	list-style-type: none;
}

#editorder li {
	cursor: pointer;
	padding: 5px;
	margin: 2px 0;
	font: 11px Tahoma;
	color: #fff;
	background: #013443;
}

/* FORMOPMAAK */
.form .tekst {
	width: 100px;
}

.form input {
	font: 11px Tahoma;
	color: #013443;
	border: 1px solid #013443;
	padding: 2px;
}

.form select {
	font: 11px Tahoma;
	color: #013443;
	border: 1px solid #013443;
}

.form option {
	font: 11px Tahoma;
	color: #013443;
	padding: 2px;
}

.form td {
	padding: 2px;
	vertical-align: top;
}

.form table.totaal {
	width: 100%;
}

.honderd {
	width: 100%;
}

#ledenlijst {
	background: #fff;
	font: 11px Tahoma;
	color: #002e3b;
	padding: 10px;
	width: 1040px;
}

#ledenlijst table {
	width: 100%;
	font: 11px Tahoma;
	color: #002e3b;
}

#ledenlijst table td {
	padding-right: 5px;
}

hr {
	margin: 10px 0 8px 0;
	height: 0;
	border-bottom: 1px solid #002e3b;
}

.contact {
	vertical-align: top;
}

#fototop {
	background: url(../images/agendatop.png) no-repeat top center;
}

#fotobottom {
	padding: 40px 5px;
	width: 335px;
	background: url(../images/agendabottom.png) no-repeat bottom center;
}

#fotobg {
	margin-top: 20px;
	width: 345px;
	background: url(../images/overallbg.png);
}

#fotoalbum {
	width: 100%;
}

.agenda h3 {
	position: relative;
}

.agenda .date {
	position: absolute;
	right: 0;
	bottom: 0;
	font: 10px Tahoma;
	color: #013443;
	text-align: right;
	color: #027ea1;
}
