body {
	background-image: none;
	background-color: White;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	overflow: auto;
}

a {
	font-weight: normal;
	color: Black;
}

td, th
{
	vertical-align: top;
	font-size:11px;
}

input, select, textarea {
	border: solid black;
	border-width: 0px 0px 1px 0px;
}

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 black;
	background-color: Silver;
	color: Black;
	text-decoration: none;
}



/****************************
Postionsrahmen
****************************/
#main {
	position: absolute;
	top: 0px;
	left: 0px;
}

#bilderanilayer {
	display: none;
}

#menu {
	display: none;
}

#textlayer {
	position: absolute;
	left: 0cm;
	top: 3cm;
	width: 15cm;
	z-index: 5;
}

#bildlayer {
    display: block;
	position: absolute;
	left: 13cm;
	top: 3cm;
	z-index: 10;
}

#bildlayer img {
   border: 2px solid green;
	margin-bottom: 5mm;
}

#logo {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
}

#impressum {
	display: none;
}

#hirschenbg {
	display: none;
}
