body {
	margin: 0px;
	color: black;
	background-color: #96c495;
	/* Farbe Dunkelgrün: #013300 */
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	overflow: hidden;
}

a
{
	font-weight: normal;
	color: Black;
}

a:hover {
	text-decoration:none;
}

td, th
{
	vertical-align: top;
	font-size:11px;
}

input, select, textarea {
	border: 1px solid black;
}

h1 {
	text-align: center;
	font-size: 30px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight:normal;
	line-height: 32px;
}

h3 {
	text-align: center;
	font-size: 20px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight:normal;
	line-height: 20px;
}

.schaltflaeche {
	display: inline;
	padding: 2px 10px 2px 10px;
	border: 1px solid white;
	background-color: #96c495;
	color: Black;
	text-decoration: none;
}

.schaltflaeche:hover {
	background-color: #013300;
	color: White;
}



/****************************
Postionsrahmen
****************************/

#main {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
    z-index: 5;
}

#bilderanilayer {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 210px;
	height: 180px;
	z-index: 15;
	border: 2px solid white;
}

#bilderanilayer * {
	position: absolute;
	top: 0px;
	left: 0px;
	/* Rahmen für IE */
	border: 0px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 230px;
	width: 196px;
	z-index: 10;
}

#menu a
{
	color: #E0FFE0;
	font-family: Georgia, serif;
	font-size: 24px;
	display: block;
	font-weight: 100;
	text-decoration: none;
	padding: 10px 0px 0px 20px;
	line-height: 24px;
}

#menu a:hover {
	color: White;
	text-decoration: underline;
}

#menu div a {
	color: #E0FFE0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 40px;
	padding-top: 1px;
	line-height: 14px;
}

#textlayer {
	position: absolute;
	left: 240px;
	top: 50px;
	width: 360px;
	max-width: 340px;
	padding: 0 10px 200px 10px;
	z-index: 5;
}

#bildlayer {
	position: absolute;
	left: 600px;
	top: 20px;
	width: 200px;
	z-index: 10;
}

#bildlayer img {
    border: 2px solid white;
	margin-bottom: 5px;
}

#bildlayer #buttons a {
    display: block;
	border: 2px solid white;
	width: 165px;
	max-width: 140px;
	margin-bottom: 5px;
}

#logo {
    display: none;
}

#impressum {
	position: absolute;
	right: 15px;
	bottom: 5px;
	color: #E0FFE0;
	z-index: 10;
}

#impressum a {
	color: #E0FFE0;
}

#hirschenbg {
	position: absolute;
	left: 200px;
	bottom: 0px;
	z-index: 1;
}


/****************************
Seitenspezifische
****************************/
#index_picline img {
	border: 2px solid white;
	margin: 0px;
}

#indexmenu {
	font-size: 14px;
}

#index_termine a {
	color: White;
}

#bildergalerie img {
    border: 2px solid white;
	margin-bottom: 5px;
}

