body {
	font-size: 100.01%;
	/* zur Vermeidung eines IE-Bugs, der Schrift plötzlich in sehr klein darstellt */
	font-family: sans-serif;
	background-color: #990000;
	text-align: center;
	/* damit der folgende Container zentriert wird */
}

#container {
	/*background-color: #F25B22;*/
	background-color: #Fee3cb;
	text-align: left;
	margin: 0 auto;
	width: 50em;
}

#kopf {
	text-align: center;
	padding: 5px;
	background-color: #FFCB99;
	background-image:  url(../bilder_zum-hirsch/zum_hirsch_index_kopf.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
h1 {
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
#logo {
	position: relative;
	left: 200px;
	top: 10px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
#menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #999999;
	text-align: center;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}
ul {
	list-style-type: none;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	/* damit der IE nicht einrückt, wo keine Einrückung sein soll */
}
li {
	display: inline;
	/* damit es nebeneinander steht - s.o. */
	padding: 0px 28px;
	border-right-width: 1px;
	border-right-style: solid;
	/* für den Trenner */
}
#li-last {
	border-right-width: 0px;
	border-right-style: none;
	/* zur Verhinderung des Trenners hinten dem letzten Menüpunkt */
}
a:link,  a:visited, a:active{
	text-decoration: none;
	font-weight: 300;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	font-weight: 300;
	color: #FFFFFF;
}

#inhalt {
	font-family: sans-serif;
	margin: 5px 60px;
	/*background-color: #F25B22;*/
	background-color: #Fee3cb;
	background-image: url(../bilder_zum-hirsch/background-logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
h2, legend {
	/* Überschrift im Inhaltsbereich und Formularkopf */
	font-size: 1em;
	font-weight: bold;
	margin-top: 40px;
}
p {
	font-family: sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: justify;
}
img {
	float:right; 
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	text-align: center;
	color: #FFFFFF;
	padding: 3px;
	font-weight: 300;
}
.links {
	float:left;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:10px;
	margin-right: 10px;

}
.litext {
	list-style-position: inside;
	list-style-type: square;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	background-color: #666666;
}
.ultext {
}
td {
	line-height: 1.2em;
	font-size: 0.9em;
}
.tdbutton {
	margin: 2px;
	padding: 2px;
}
.hirsch {
	font-size: 2em;
}
#grey {
	color: #666666;
	font-weight: 300;
}

