@import "scroll.css";
@import "content.css";
@import "forms.css";
@import "gastenboek.css";

body {
	padding:0;
	margin:0;
	background-image:url(../img/bg.png);
	height:100%;
}

TABLE.newsletters {
	margin:40px 0;
	width:100%;
}

.contentspace ul li {
	margin-left:30px;
}

.alert {
	padding:4px;
	border:1px solid #d7dead;
	background-color:#e4e9c8;
	margin:5px;
	margin-bottom:20px;
	margin-left:16px;
	margin-right:16px;
}

INPUT[type=button]:hover, INPUT[type=submit]:hover {
	background-color:navy;
	color:white;
	cursor:hand;
}

FORM LABEL {
	margin-top:6px;
	display:block;
	margin-bottom:4px;
}

.errors {
	padding:4px;
	border:1px solid #e5e8ad;
	background-color:#eef0c8;
	margin-bottom:20px;
}

TABLE.newsletters TD A.send {
	color:red;
}

TABLE.sections {
	width:100%;
}

TABLE.sections TD {
	padding-bottom:20px;
}

DIV.poi {
	margin: 20px 0;
	padding:4px;
	background-color:#eee;
	border:1px solid #bbb;
}

#pagewrapper {
	width:100%;
	height:100%;
	text-align:center;
}

#contentwrapper {
	background-color:white;
	text-align:left;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:40px;
	width:1019px;
	border:1px solid white;
}

#topseperator {
	background-color:#990058;
	height:10px;
	border-bottom:1px solid white;
}

#headerseperator {
	background-color:#111;
	height:6px;
}

#topseperator-admin {
	background-color:#99001b;
	height:10px;
}

#headerseperator-admin {
	background-color:#444;
	height:6px;
}

#header {
	height:197px;
}

#footer .information {
	width:40%;
	float:right;
	text-align:right;
	font-size:9pt;
}

#content {
	width:640px;
	padding:10px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background: #ece7ee url(../img/contentbg.png) top right no-repeat;
}

#news {
	width:200px;
	background-color:#fff;
	color:black;
}

#news .item {
	background-color:white; 
	padding:4px;
	margin-bottom:14px;
	padding-bottom:14px;
	border-bottom:1px solid #ddd;
}

#news .footer {
	background-color:gray;
	color:white;
	padding:2px;	
}

#news .content, #news SPAN, #news * {
	font-size:8pt;
}	

#news .title {
	color:purple;
	font-size:9pt;
	font-weight:bold;
	margin-bottom:4px;
}

.contactwrapper {
	border-right:1px solid gray;
}

.contactdata {
	background-color:#242424;
	padding:10px;
	color:#939393;
}

.contactdata h1 {
	font-size:100%;
	margin-bottom:10px;
	font-weight:bold;
	color:#939393;
}

.contactdata p {
	line-height:1.0em;
}

#navigation {
	width:190px;
}

#navigation UL {
	list-style-type:none;
	list-type:none;
}

#navigation LI {
	font-size:10pt;
	padding: 6px 12px;
	background-color:#e550c5;
	margin-bottom:1px;
	color:white;
	font-weight:normal
}

#navigation LI A {
	text-decoration:none;
	font-weight:normal;
	color:white;
}

#navigation LI.current A {
	text-decoration:none;
	font-weight:bold;
	color:white;
}

#navigation LI.current {
	font-size:10pt;
	padding: 6px 12px;
	
	background: purple url(../img/menuitembg.png) left top no-repeat;	
	color:white;
	font-weight:bold
}

#navigation LI.important {
	padding: 6px 12px;
	background-color:#e55061;
	color:white;
	font-weight:bold
}

TABLE.contentwrapper {

}

#footer {
	background-color:#851556;
}

#footer,#footer-admin {
	padding:8px;
	color:white;
	font-size:8pt;
}

#footer-admin {
	background-color:#99001b
}

#footer A, #footer STRONG, #footer-admin A, #footer-admin STRONG {
	font-size:8pt;
	color:white;
	text-decoration:none;
}
