@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;
}

.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:849px;
	border:1px solid white;
}

#topseperator {
	background-color:#990058;
	height:10px;
}

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

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

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

#header {
	height:197px;
}

#content {
	width:650px;
	padding:10px;
	background: #ece7ee url(../img/contentbg.png) top right no-repeat;
}

.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;
	border-right:1px solid gray;
}

#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-color:#e5509d;
	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:2px;
	padding-top:4px;
	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;
}