body {
    font: 13px Arial, Helvetica, sans-serif;
}

#top, #header, #mainmenu, #content, #footer {
	width: 980px;
}

#wrapper {
	position: absolute;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	z-index: 1;
}

#top {
	color: #00a6d0;
	padding: 5px;
	text-align: right;
	padding-right: 10px;
	width: 975px;
}

    #top a {
    	color: #000;
    }
	

    #top a.forgetpw {
    	color: #00a6d0;
    }

    #top black {
    	color: #000000;
    }
	
#header {
	background: #00a5cf;
}

    #header img {
    	margin: 5px;
		margin-bottom: 0px;
    }

	#header #contact {
		color: #fff;
		float: right;
		margin: 20px;
		text-align: right;
	}

	#header strong {
		color: #000;
	}

#mainmenu {
	background: #000;
	height: 40px;
}

#mainmenu li.active a {
    text-decoration: underline;
}

	#mainmenu li {
		display: block;
		float: left;
		margin: 11px 20px 0px 13px;
	}
	
	#mainmenu li a {
		color: #fff;
		font-size: 15px;
		text-decoration: none;
	}

#content {
	
}

#footer {
	background: #fff url("../img/streepjes.gif") repeat-x;
	padding: 15px 0px 7px 10px;
	width: 970px;
	border-bottom: 1px solid #000;
	clear: both;
}

#footer ul {
	float: right;
}

#footer li {
	display: block;
	float: left;
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
}

#footer li.last {
	border: 0;
}

#footer li a {
	color: #000;
}

a {
	color: #000;
}

/* FRONTPAGE */

#splash {
	height: 507px;
	padding: 15px 25px;
}

.frontpage h1 {
	color: #fff;
	font-size: 45px;
}

#splashtext { 
    color: #fff;
	font-size: 17px;
	width: 600px; 
	float: left;
}

#splashtext p {
    margin: 10px 0px;
	width: 400px;
	text-decoration: none;
}

#splashtext a {
	color: #fff;
    text-decoration: none;
}

.fpblock {
	background-color: #fff;
	width: 230px;
	margin-left: 680px;
	margin-bottom: 15px;
	padding: 15px;
	background-position: right;
	background-repeat: no-repeat;
}

.fpblock a {
	text-decoration: none;
	color: #fff;
	padding: 8px;
	display: block;
	width: 75px;
	background: #000 url("../img/black_arrow.gif") no-repeat;
	background-position: 75px 13px;
}

.fpblock p {
	margin: 10px 0px;
}

.pic p {
	margin-right: 80px;
}

h2 {
    color: #fff;
    font-size: 16px;
}

.pic h2 {
	width: 150px;
}

.b1 h2 { color: #000; }
.b2 { background-color: #00a5cf; }
.b3 { background-color: #000; color: #fff; }
.b3 a {
	background: #fff url("../img/white_arrow.gif") no-repeat;
    background-position: 75px 13px;
	color: #000;
}

/* USER LIST */

.filterlist {
	clear: both;
	height: 20px;
	margin-top: 15px;
	float: right;
}

.filterlist li {
	float: left;
	margin-right: 10px;
}

.filterlist li a {
	background: #ccc;
	color: #000;
	padding: 5px;
	text-decoration: none;
}

.filterlist li.active a {
	background: #000;
	color: #fff;
}

.memberlist {
	clear: both;
	margin-top: 10px;
	width: 100%;
}

.memberlist th {
	padding: 5px;
	background-color: #00a5cf;
	color: #fff;
}

.memberlist th.emailkolom {
	width: 50px;
}
.memberlist td, .profilelist td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

/* PROFILE */

h3 {
	font-size: 18px;
	margin: 10px 5px;
}

h1 {
	margin-left: 5px;
	color: #000;
	font-size: 45px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.profileform p {
	float: left;
	border-bottom: 1px solid #ccc;
	width: 440px;
	padding: 5px;
	margin-right: 40px;
	min-height: 30px;
}

.profileform p label {
	display: block;
	float: left;
	width: 150px;
	vertical-align: middle;
	padding-top: 7px;
	font-weight: bold;
}

.profileform p input {
	vertical-align: middle;
	padding: 3px;
	width: 200px;
}

.profileform p.p_extra_info {
    float: none;
    border: 0;
}

.profileform p.p_extra_info label {
    margin: 5px 0px 8px 0px;
}

.profileform textarea {
	width: 713px;
	height: 150px;
	display: block;
}

.profileform .submit {
	margin: 5px 6px 20px 6px;
	display: block;
	clear: both;
}

.profileform .errorlist {
	display: none;
	position: absolute;
	padding: 5px;
	background: #F99;	
}

.backlink {
    background:#000000 url(../img/black_arrow.gif) no-repeat scroll 135px 13px;
    color:#FFFFFF;
    display:block;
    padding:8px;
    text-decoration:none;
    width: 135px;
}

/* CONTENT */

#imagebar {
	height: 40px;
}

#submenu {
	float: left;
}

#submenu li {
	border-bottom: 1px solid #000;
	width: 200px;
	padding: 10px 20px;
}

#submenu li.active a {
    text-decoration: underline;
}

#submenu li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

#tekstvlak {
	margin-left: 260px;
}

    #tekstvlak p {
    	margin-bottom: 15px;
    }
	
	#tekstvlak strong {
		font-weight: bold;
	}
	
	#tekstvlak li {
		margin-left: 15px;
		padding-left: 5px;
		list-style-type: disc;
	}

#path {
	padding: 10px 0px;
	border-bottom: 1px solid #000;
	font-size: 14px;
    padding-left: 10px;
}

#path span {
	color: #00a6d0;
}

#path a {
	color: #000;
	margin-right: 10px;
	background: url("../img/pijltje_vooruit.gif") center right no-repeat;
	padding-right: 15px;   
}

#path a.last {
	background: #fff;
}

/* NIEUWS */

.bericht {
	border-bottom: 1px solid #000;
	padding: 10px;
	text-decoration: none;
	display: block;
}

#tekstvlak .last {
	border-bottom: 0;
}

.bericht h3 {
	margin: 0px;
	margin-bottom: 7px;
}

.bericht span {
	color: #777;
	font-size: 14px;
}

.bericht div {
	color: #000;
	padding: 7px;
	background: #000;
	color: #fff;
    width: 78px;
	margin-top: 5px;
	background: #000 url("../img/black_arrow.gif") no-repeat;
	background-position: 77px 11px;
}

.grey {
	margin-left: 10px;
	color: #777;
	font-size: 14px;
}

.highlight {
	color:#00a5cf;
	font-size: 14px;
	display: block;
	margin: 15px 0px;
	font-weight: bold;
}

#tekst {
	margin: 10px 10px;
}

.subscribeform {
    padding: 10px;
    background: #f0f0f0;
}

.subscribeform p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.subscribeform .help {
    display: block;
    font-size: 11px;
}


/* GALLERIES */

.galleryblock {
	width: 203px;
	display: block;
	float: left;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 20px;
}

.galleryblock img {
	display: block;
}

.galleryblock div {
	background-color: #00a6d0;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}

#overlay {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 2;
	opacity: 0;
}

#boxpopup {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -420px;
	top: 20px;
	z-index: 3;
	padding: 10px;
	display: none;
	background: #fff;
}

#boxpopup img {
	display: block;
}

.prev {
	position: absolute;
	left: 0px;
	top: 200px;
	width: 45px;
	height: 45px;
	background: #fff url("../img/prev.gif") top right no-repeat;
	cursor: pointer;
	cursor: hand;
}

.next {
	position: absolute;
    right: 0px;
    top: 200px;
    width: 45px;
    height: 45px;
    background: #fff url("../img/next.gif") top left no-repeat;
	cursor: pointer;
    cursor: hand;
}

.close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px; height: 40px;
	background: #fff url("../img/close.gif") center center no-repeat;
	cursor: pointer;
    cursor: hand;
}

/* CONTACT */

.contactform {
	margin-top: 15px;
}

.contactform p {
	float: left;
	padding: 5px;
	padding-left: 0px;
	margin-right: 15px;
}

.contactform p label {
	float: left;
	width: 120px;
}

.contactform input {
	width: 190px;
	border: 1px solid #000;
	padding: 3px;
}

.contactform textarea {
	border: 1px solid #000;
	width: 534px;
}

.submit {
	border: 0;
	padding: 4px;
	width: auto;
	background: #000;
	color: #fff;
	display: block;
	clear: both;
}

.contactform .submit {
    width: auto;
}


/* CALENDAR */

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

#leftcol #submenu {
    float: none;
}

#calendar {
	width: 220px;
	padding: 10px 10px;
	border-bottom: 1px solid #000;
}

#calendar table {
	width: 220px;
}

#calendar th {
	text-align: center;
	color: #777;
}

#calendar td {
	text-align: center;
	padding: 5px 0px;
	border: 1px solid #fff;
}

#calendar td a {
	text-decoration: none;
	padding: 5px;
}

#calendar td span {
	padding: 5px;
}

#calendar .ui-datepicker-header {
	text-align: center;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 1px;
}

#calendar .ui-datepicker-prev {
    float: left;
	cursor: hand;
	cursor: pointer;
	margin-left: 5px;	
}

#calendar .ui-datepicker-next {
    float: right;
	cursor: hand;
    cursor: pointer;
	margin-right: 5px;
}

#calendar .ui-datepicker-current-day {
	background: #ccc;
}

#calendar td.event {
	background-color: #00a6d0;
}

