html, body{
	color: #000;
	background-color: #fff;
	font: 11px/1.3em Verdana,Arial, Helvetica, sans-serif;
}

#nav {
	position: absolute;
	top: 107px;
	left: 10px;
	width: 160px;
	font-weight: normal;
	line-height: 18px;
	background-color: #FFFFF9;
	color: #000;
}

#nav ul, #nav li {
	list-style-type: none;
	margin-left:0;
	padding-left:0;
}

#nav ul.sub {
	list-style-type: none;
	margin-left:10px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
}

#nav ul.sub li.active a {
	background-color: #fc6;
	color: #930;
	text-decoration: none;
}

#nav a, #nav li.active li a {
	background-color : transparent;
	color: #930;
	text-decoration: none;
}

#nav a:hover, #nav li a:hover {
	background-color: #fc6;
	color: #930;
	text-decoration: none;
}

#nav li.active a {
	background-color: #fc6;
	color: #930;
	text-decoration: none;
}

a {
	background-color : transparent;
	color: #930;
}

a:visited {
	background-color : transparent;
	color: #f60;
}
	
#content {
	padding-top : 0px;
	padding-bottom : 10px;
	padding-left : 180px;
	padding-right : 5%;
	background-color: #FFFFF9;
	color: #000;
	clear:both;
}

#content-print {
	padding-right : 5%;
    }


#bottom {
  	padding-top : 10px;
	padding-bottom : 30px;
	padding-left : 180px;
	padding-right : 10px;
	font-size: 8pt;
	border-top: 1px solid #fc6;
	border-right: 0px solid #fc6;
	border-bottom: 0px solid #fc6;
	border-left: 0px solid #fc6;
}

#bottom-print {
  	padding-top : 10px;
	padding-bottom : 30px;
	padding-left : 10px;
	padding-right : 10px;
	font-size: 8pt;
	border-top: 1px solid #fc6;
	border-right: 0px solid #fc6;
	border-bottom: 0px solid #fc6;
	border-left: 0px solid #fc6;
}


p,ul,ol {
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	background-color : transparent;
}

h1, h2, h3, h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h1.content {
	font-size: 150%;
	border-bottom: 2px solid #fc6;
}


h2 {
	font-size: 140%;
	text-align: left;
	padding-right: 3px;
	padding-bottom: 2px;
	border-top: 0px solid #fc6;
	border-right: 0px solid #fc6;
	border-bottom: 1px solid #fc6;
	border-left: 0px solid #fc6;
}

h3 {
	font-size: 120%;
	border-bottom: 1px solid #fc6;
	background:#ffffff;
}

h4.weblog {
	font-size: 120%;
	font-weight: normal;
	background:#ffffff;
}


hr {	color: #f60;
	background: #f60;
	margin: auto 0px auto auto;
	width: 100%;
	height:1px;
	text-align: right;
	border: 1px solid #f60;
}

/*-- Suche und Sitemap--*/
.rubrik {	
	color: #000;
	margin: auto 0px auto auto;
	width: 100%;
	text-align: left;
	padding:5px 2px; margin: 5px 0px; 
	border-top: 0px solid #fc6;
	border-right: 0px solid #fc6;
	border-bottom: 1px solid #fc6;
	border-left: 0px solid #fc6;
	background:#ffffff;
	font-weight:bold;
}

.rubrik a:link { color:#000; font-weight:bold; text-decoration: underline;}
.rubrik a:visited { color:#000; font-weight:bold; text-decoration: underline; }
.rubrik a:hover { color:#930; font-weight:bold; text-decoration: underline;}
.rubrik a:active { color:#000; font-weight:bold; text-decoration: underline;}

#header {
	padding: 0;
	color: #040;
	background-color:#fff;
	background: url("img/schilken-bg101.jpg") 0 0 no-repeat; 
	height: 90px;
	border-bottom: 1px solid #fc6;
	} 

#header-print {
	padding: 0;
	color: #040;
	background-color:#fff;
	height: 90px; } 

#pagetitle {
	margin: 0px 0px 0px 110px;
	padding: 4px 0 0 0;
	text-align: left;
	font-size: 240%;
	color: #040; }
	
#pagetitle-print {
	margin: 0px 0px 0px 10px;
	padding: 4px 0 0 0;
	text-align: left;
	font-size: 150%;
	color: #040; }

#pagesubtitle {
	margin: 0px 0px 0px 110px;
	padding: 30px 0 0 0;
	text-align: left;
	font-size: 200%;
	color: #040; }

#pagesubtitle-print {
	margin: 0px 0px 0px 10px;
	padding: 30px 0 0 0;
	text-align: left;
	font-size: 120%;
	color: #040; }


