/* Grundlayout */

html {
	overflow-y: scroll;
}

body {
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 15px;
    background-color: #999;
}

#main {
    width: 969px;
    background-color: #fff;
    padding: 14px;
    margin: 26px auto 26px auto;
}

#head {
    width: 969px;
    height: 200px;
    position: relative;
}

#body {
    width: 969px;
    position: relative;
    margin: 28px 0 14px 0;
    background-image: url("../images/body_bg.png");
    background-repeat: repeat-y;
}

#left {
    width: 184px;
    float: left; 
}

#right {
    width: 745px;
    float: right;
}

#content {
    width: 731px;
    padding: 14px 14px 0 0;
    margin: -14px 0 0 0;   
}

div.clear {
    padding: 0;
    margin: 0;
    clear: both;
}

/* Header */

#logo {
	width: 413px;
	height: 149px;
	position: absolute;
	left: 0;
	top: 21px;
	z-index: 100;
}

#mask {
    width: 969px;
    height: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

#slideshow {
    width: 590px;
    height: 200px;
    padding-left: 379px; 
    overflow: hidden;   
}

/* Navigation */

ul.nav {
    padding: 0;
    margin: 0;
}

ul.margintop{
    margin-top: 80px;
}

ul.nav li {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #fff;
}

ul.nav li a {
    width: 174px;
    display: block;
    background-color: #c2d6ba;
    padding: 5px 3px 5px 7px;
    color: #000;
    text-decoration: none;
}

ul.nav li a:hover,
ul.nav li a.active {
    background-color: #628a4f;
    color: #fff;
    text-decoration: none;
}

ul.nav ul.subnav {
	padding: 0 0 0 30px;
}

ul.nav ul.subnav li a {
	width: 144px;
	background-color: #f9e8c1;
}

ul.nav ul.subnav li a:hover,
ul.nav ul.subnav li a.active {
	background-color: #ef7d00;
}

/* unter unter Ordner */

ul.nav ul.subsubnav {
	padding: 0 0 0 30px;
}

ul.nav ul.subsubnav li a {
	width: 113px;
	background-color: #f9e8c1;
}

ul.nav ul.subsubnav li a:hover,
ul.nav ul.subsubnav li a.active {
	background-color: #ef7d00;
}

#konto {
	padding: 28px 0 0 7px;
}

/* Content Hintergrundbilder */

#content.cd { background: URL("../images/cd.jpg") no-repeat left top; 
}

/* Content Styles */

#content a {
    color: #628a4f;
    text-decoration: none;
}

a.arrow {
	background: url("../images/arrow.png") no-repeat 0 6px;
	padding: 0 0 18px 15px;
}

a.pdf {
	background: url("../images/pdf-icon.png") no-repeat 0 0;
	padding: 0 0 0 25px;
}

#content a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 16px;
    font-weight: bold;
	color: #628a4f;
    padding: 0;
    margin: 0 0 18px 0;
}

h2 {
    font-size: 15px;
    font-weight: bold;
	color: #c5c5c5;
    padding: 0;
    margin: 0 0 18px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #628a4f;
	padding: 0;
	margin: 0 0 12px 0;
	text-align: left;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

p {
	padding: 0;
	margin: 0 0 18px 0;
	font-size: 12px;
	text-align: left;
}

.narrow {
    width: 391px;
}

.wide {
    width: 476px;
}

#content img.left {
    float: left;
    margin: 0 15px 15px 0;
}

#content img.right {
    float: right;
    margin: 0 0 15px 15px;
}

#content img.border {
    border: solid #000 1px;
}

#content ul {
    margin: 0;
    padding: 0;
}

#content ul li {
    list-style-type: none;
    background: url("../images/li.gif") no-repeat 2px 3px;
    margin: 0;
    padding: 0 0 4px 16px;
}

.listitem {
	overflow: auto;
	border-bottom: 1px solid #000;
	margin: 0 0 18px 0;
}

.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.gallery a {
	float:left;
	margin:0 20px 20px 0;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px solid #000;
	margin-bottom: 24px;
}

/* Kontaktseite */

#formular td {
	padding:5px 0 5px 0;
}

input, textarea {
    font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

p.green {
	color:#46b92f;
	font-weight:bold;
}

p.red {
	color: #C00;  
	font-weight:bold;
}

textarea {
	width: 350px;
    height: 137px;
	padding: 4px;
	background-color: #9d9d9c;
    border: 0;
    overflow: hidden;
}

.kontakt input {
	width:256px;
	height:18px;
	padding:3px 4px 1px 4px;
    background-color: #9d9d9c;
    border: 0;
}

input.error {
    color: #C00;  
	border: 1px solid #C00;
}

#send {
	width: 180px;
	height: 24px;
	padding: 2px 0 4px 0;
    background-color: #ef7d00;
    color: #fff;
}

#send:hover {
    background-color: #000;
    text-decoration: none;
}
#main #body #right #content #post-body-8427780815042098236 p br {
	color: #F00;
}

/* Slideshow */


.next {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

#meinFader {
	position: relative;
}


/* Sidebar - wer gespendet hat*/

#sidebar {
   overflow:scroll;
   padding: 2px 2px 2px 2px;
   height:140px;
   width:180px;
   border: 1px solid #C00;

}
#main #body #right #content #post-body-8427780815042098236 table tr td p {
	font-size: 11px;
}
