html {
	overflow-y: scroll;
}
body {
	font: 100%/1.4 Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}
div, ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
h1 {
	color: #003c00;
	padding-left: 200px;
	padding-top: 0px;
	font: normal 20px/36px 'Courgette', cursive;
}
h1 span {
	font-size: 32px;
	display: block;
	padding-left: 180px;
	}
h2 {
	color: #003c00;
	font-size: 22px;
	font-weight: normal;
	padding-left: 40px;
	padding-top: 30px;
	line-height: 32px;
}
p {
	font-size:0.875em;
	}
p.hinweis {
	color: #003c00;
	padding-top: 10px;
	font: normal 18px/1.4 'Courgette', cursive;
	text-align:center;
	margin-bottom: 0;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #000;
}
#header {
	background: #ffffd9;
	height: 110px;
}
#seite {
	width: 960px;
	margin: 0 auto;
	background: rgba(255,255,217,0.9);
	-moz-box-shadow:  2px 2px 10px #333;
	-webkit-box-shadow: 2px 2px 10px #333;
	box-shadow: 2px 2px 10px #333;
	position: relative;
}
#logo {
	position: absolute;
	height: 130px;
	width: 120px;
	left: 30px;
	top: 20px;		
	}
#menue {
	font-size: 13px;
	text-align: right;
	padding-right: 20px;
	padding-top: 8px;
	}
#menue a {
	text-decoration: none;	
	}	
#inhalt {
	padding: 0px 0px 10px;
	background: url(../layout/schatten.png) no-repeat center top;
}
#nav {
	background: #4c4946 url(../layout/hg-nav.jpg) repeat-x left top;
	float: left;
	height: 270px;
	width: 200px;
	padding-top: 50px;
}
#nav ul {
	list-style: none;
	border-top: 1px solid #afa8a1; 
	margin-bottom: 15px;
}
#nav ul li {
	border-bottom: 1px solid #afa8a1; 
}
#nav ul li.info {
	font-size: 13px;
}
#nav ul a, #nav ul a:link, #nav ul a:visited { 
	padding: 3px 5px 3px 15px;
	display: block; 
	width: 180px;
	text-decoration: none;
	color: #fff;
}
#nav ul a:hover, #nav ul a:active, #nav ul a:focus, #nav ul .klick3 a { 
	color: #000;
	background: #ffffd9;
}
#navt {
	background: #d8f1a9;
	float: left;
	width: 200px;
	margin-bottom: 30px;
}
#navt ul {
	list-style: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
#navt ul li {
	border-bottom: 1px solid #afa8a1; 
	position: relative;
}
#navt ul a, #navt ul a:link, #navt ul a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px;
	text-decoration: none;
	color: #003c00;
}
#navt ul a:hover, #navt ul a:active, #navt ul a:focus, #navt .klick a { 
	color: #000;
	background: #ffffd9;
}
#navt ul.level2 {
	position: absolute;
	width: 180px;
	left: 150px;
	-webkit-box-shadow: 1px 1px 4px #999;
	box-shadow: 1px 1px 4px #999;
	top: -999px;
	z-index: 99;
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	background: #ffffd9;
	}
#navt li:hover ul.level2 {
	/*display: block;*/
	opacity: 1;
	top: 2px;
	}
#navt ul.level2 a, #navt ul.level2 a:link, #navt ul.level2 a:visited {
	width: 160px;
	font-size: 12px;	
	}
#navt ul.level2 a:hover, #navt ul.level2 a:active, #navt ul.level2 a:focus { 
	color: #003c00;
	background: #d8f1a9;
}

#navt .klick ul {
	background: #ffffd9;
	border-top: 1px solid #afa8a1; 
	}
#navt .klick ul a, #navt .klick ul a:link, #navt .klick ul a:visited {
	padding: 5px 5px 5px 45px;
	width: 150px;
	font-size: 12px;	
	}
#navt .klick li:last-child {
	border-bottom: none; 
	}
#navt .klick ul a:hover, #navt .klick ul a:active, #navt .klick  ul a:focus, #navt .klick2 a { 
	color: #003c00;
	background: #d8f1a9;
}

#inhalt-re {
	float: left;
	width: 760px;
	}
#inhalt-re ul, #inhalt-re ol {
	padding: 0 15px 15px 40px;
}
#slider {
	margin-left: 200px;
	height: 320px;
	width: 760px;
}
#fuss {
	padding: 6px 0 6px 0px;
	color: #003c00;
	border-top: 1px solid #afa8a1;
	text-align: center;
}
#fuss p {
	font-size: 0.75em;
	}
.clearfloat {
	font-size: 1px;
	clear: both;
	height: 1px;	
	}
.startbilder {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;	
}
.npschild {
	margin-top: 40px;
	margin-left: 12px;
	}
.fbschild {
	margin-top: 40px;
	margin-left: 52px;
	}
table {
	border: 1px solid #d8f1a9;
	background: #ffffd9;
}
.txt12 { 
	font-size: 12px 
}
td {
	font-size: 12px;
	padding: 3px 5px;
	vertical-align: top;
	border-bottom: 1px dotted #d8f1a9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #d8f1a9;
	border-right-color: #d8f1a9;
	border-left-color: #d8f1a9;
}

.zentriert {
	text-align: center;
}
.eingerueckt {
	margin-left: 50px;
}
.eingerueckt2 {
	margin-left: 140px;
}
.eingerueckt-re {
	margin-right: 50px;
	margin-left: 20px;
	margin-top: 10px;
}
.rand {
	border: 1px solid #d8f1a9;
	-webkit-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	margin-left: 10px;
}
.linie {font-size: 12px; border-bottom: 1px dashed #557b44; }
.rahmen {border: solid 1px #d8f1a9; }
.rot {
	color:#F00; font-weight:bold;}
@media screen and (min-width:960px) { 
html {
	background: #eae9e9 url(../layout/hg-body.jpg) no-repeat fixed center top;
	background-size: cover;
}}
