html,body {
	margin:0 auto;
	padding:0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.9em;
    height:100%;
	background:#EEE url(../i/bg-lines.jpg) repeat 0 0;
	}
	
/* general text styles */
a:link, a:visited {
	color:#FEA50B;
	text-decoration:underline;
	}
a:hover {
	color:#FE7408;
	text-decoration:none;
	}
a:active {
	color:#FEA50B;
	text-decoration:underline;
	}
h1 {
	font-size:1.45em;
	font-weight:normal;
	color:#C70B0B;
	padding:0;
	margin:0 0 15px 0;
	clear:both;
	}
h2 {
	font-size:1.2em;
	padding:0;
	margin:0 0 15px 0;
	}
h3 {
	font-size:1em;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
	}
h3 a:link, h3 a:visited {
	color:#323D43;
}
em {
	display:block;
	clear:both;
	font-style:normal;
}
ul {
	list-style:none;
	}
li {
	list-style:none;
	}

/* general layout styles */
#sitecontainer {
	margin:0 auto;
	padding:0;
    width:960px;
    height:100%;
	}
#bodycontainer {
    position:fixed;
	float:left;
	padding:0;
	margin:0 0 0 312px;
    width:648px;
    height:100%;
    top:0;
    bottom:0;
	background:transparent url(../i/shade-L.png) repeat-y top right;
    _position:absolute; /* IE6 hack -- sorry*/
	_background:#FFF url(../i/shade-L.png) repeat-y top right;
	}
#header {
	padding:0;
	margin:0;
    width:578px;
    height:97px;
	text-align:right;
	padding:10px 70px 0 0;
	background:transparent url(../i/top.png) no-repeat top right;
	}
#header div.quicklinks {
	float:right;
	margin:0 10px 0 0;
	}
#header #cse-search-box {
	float:right;
	}
#header #cse-search-box input.searchbtn {
	border:none;
	background:transparent;
	color:#666;
	padding:5px 4px 3px 4px;
	margin:0;
}
#header #cse-search-box input {
	font-size:0.85em;
	margin:0;
	border-top:1px solid #AAA;
}
#leftwrapper {
    position:fixed;
	padding:0;
	margin:0;
    width:312px;
    height:100%;
    top:0;
    right:auto;
    bottom:0;
	background:transparent url(../i/shade-R.png) repeat-y top left;
}
#leftcontainer {
	float:left;
	padding:0;
	margin:0 0 0 10px;
    width:302px;
    height:100%;
    top:0;
    right:auto;
    bottom:0;
	background:#FFF url(../i/menu-logo.png) no-repeat bottom right;
	_margin:0 0 0 5px; /* IE6 hack -- sorry*/
	}
#credits {
	position:fixed;
	bottom:0;
	padding:0 20px 5px 20px;
	color:#777;
	font-size:10px;
}
#credits a {
	color:#777;
}
#content {
	position:absolute;
    top:107px;
    right:auto;
    bottom:169px;
	overflow:auto;
	padding:10px 20px;
    width:598px;
	background:#FFF;
	_position:fixed; /* IE6 hack -- sorry*/
	_padding:20px 20px 169px 20px; /* IE6 hack -- sorry*/
	}
#footer {
	position:absolute;
	padding:0;
	margin:0 auto;
    width:638px;
	height:169px;
    top:auto;
    bottom:0;
	background:#FFF;
	}
#footer a.logo {
	display:block;
	float:left;
}

/* home page selection */
#homebox a:link,#homebox  a:visited {
	color:#FFF;
	text-decoration:underline;
	}
#homebox a:hover {
	color:#FEA50B;
	text-decoration:none;
	}
#homebox a:active {
	color:#FEA50B;
	text-decoration:underline;
}
#homebox .scholen { 
	color:#fff; 
	font-size:10pt; 
	font-family:verdana; 
	font-weight:700; 
	line-height:10pt; 
	text-decoration:none; 
	margin-left:30px; 
}
#homebox .scholen p {
	padding:0;
	margin:0 0 15px 30px;
}

/* left navigation */
#leftnav {
	float:left;
	width:232px;
	height:500px;
	padding:0 0 0 70px;
	margin:0;
	background:#FFF url(../i/menu-bg.png) no-repeat top left;
	}
#leftnav ul {
	margin:200px 0 0 0;
	padding:0;
	font-size:14px;
	}
#leftnav li {
	text-decoration:none;
	padding:0;
	}
#leftnav li a {
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:5px 10px;
	margin:0;
	width:215px;
	color:#444;
	}
#leftnav li a:hover {
	background:transparent url('../i/leftnav_li.gif') no-repeat 0 10px;
	text-decoration:underline;
	color:#000;
	}
#leftnav li a:active, #leftnav .active {
	background:transparent url('../i/leftnav_li.gif') no-repeat 0 10px;
	text-decoration:none;
	color:#000;
	}
#leftnav .depth1 {
	font-weight:bold;
	}
#leftnav .depth2 {
	font-size:12px;
	padding:0 0 0 10px;
	}
#leftnav .depth3 {
	font-size:11px;
	padding:0 0 0 15px;
	}
/* form styles */
form li {
	margin:2px 0;
}
input {
	padding:3px 3px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	border:1px solid #999;
	background:#EEE;
	}
textarea {
	padding:3px 3px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	border:1px solid #999;
	background:#EEE;
	}
input.btn {
	padding:2px 3px;
	margin:0 0 0 2px;
	border:1px solid #EEE;
	background:#999;
	color:#FFF;
	}
label {
	display:block;
	float:left;
	padding:1px 5px 0 0;
	width:90px;
	text-align:right;
	}
fieldset {
	border:1px solid #828282;
	padding:10px;
	}
legend {
	color:#828282;
	}
span.confmessage {
	display:block;
	padding:4px 10px;
	border:1px solid #85DD00;
	background:#F7FFEA;
	}
span.errmessage {
	display:block;
	padding:4px 10px;
	border:1px solid #FF4617;
	background:#FFE3DD;
	}
.f_error {
	border:1px dotted red;
	margin:2px 0;
	}
.f_errortext {
	display:block;
	clear:both;
	color:red;
	margin:0 0 0 95px;
	}

/* sizes */
.size1 { width:50px; }
.size2 { width:100px; }
.size3 { width:150px; }
.size4 { width:250px; }
.size5 { width:330px; }
.size6 { width:500px; }

/* module styles */
/* module: news styles */
#module_news.newslist {
	float:left;
	margin:0;
	padding:0;
	background:#FFF url(../i/bord-01.jpg) no-repeat top left;
	width:224px;
	height:169px;
	}
#module_news.newslist .newsitem {
	margin:5px;
	padding:5px 10px;
	color:#FFF;
	}
#module_news.newslist em.date {
	font-size:0.9em;
	font-style:normal;
	padding:0;
	margin:0;
	}
#module_news.newslist h4 {
	font-size:1em;
	padding:0;
	margin:0;
	}
#module_news.newslist p.more {
	position:absolute;
	bottom:0;
	height:20px;
	padding:3px 15px;
	margin:0;
	font-size:0.95em;
	}
#module_news.newsdetail h4 {
	font-size:1.2em;
	}
#module_news.newsdetail em.date {
	margin:0;
	float:right;
	font-size:1em;
	font-style:normal;
	}
#module_news.newsdetail .newsitem {
	margin:0 0 10px 0;
	}

/* module: events styles */
#module_event.eventlist {
	float:left;
	margin:0;
	padding:0;
	background:#FFF url(../i/bord-02.jpg) no-repeat top left;
	width:224px;
	height:169px;
	}
#module_event.eventlist .eventitem {
	margin:5px;
	padding:5px 6px;
	color:#FFF;
	}
#module_event.eventlist em.date {
	font-size:0.9em;
	font-style:normal;
	padding:0;
	margin:0;
	}
#module_event.eventlist h4 {
	font-size:1em;
	padding:0;
	margin:0;
	}
#module_event.eventlist p.more {
	position:absolute;
	bottom:0;
	height:20px;
	padding:3px 11px;
	margin:0;
	font-size:0.95em;
	}
#module_event.eventdetail h4 {
	font-size:1.2em;
	}
#module_event.eventdetail em.date {
	margin:0;
	float:right;
	font-size:1em;
	font-style:normal;
	}
#module_event.eventdetail .newsitem {
	margin:0 0 10px 0;
	}
	
/* module: photolister */
#module_photolister {
	float:left;
	padding:0;
	margin:0;
	width:182px;
	height:169px;
	}
#module_photolister .photo {
	float:left;
	width:90px;
	height:60px;
	overflow:hidden;
	padding:0;
	margin:0 1px 12px 0;
	text-align:center;
	}
#module_photolister p {
	float:left;
	display:block;
	clear:both;
	font-size:0.95em;
	margin:0;
	padding:3px 6px;
	width:170px;
	height:20px;
	background:#444;
	}
	
/* module:sitemap */
#module_sitemap ul {
	list-style-image:url('../i/thumb.gif');
	}
#module_sitemap li {
	font-size:1.1em;
	margin-bottom:5px;
	}
#module_sitemap li.depth2{
	margin-left:20px
	}
#module_sitemap li.depth3{
	margin-left:40px
	}
#module_sitemap li.depth4{
	margin-left:60px
	}
/* fckeditor styles */
html.fckeditor {
	background:#EEE;
	}
body.fckeditor {
	text-align:left;
    width:598px;
	padding:10px 20px;
	margin:0 auto;
	height:100%;
	background:#fff;
	}
body.fckeditor a[href] {
	color:#FEA50B !important;
	text-decoration:underline;
	}