/* CSS Document */

body /*Allgemeine Formatierung für die gesamte Seite*/
{
	width: 930px;
	margin: 0px auto;
	background-image: url(../Bilder/graskachel1.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	text-align: center; /*Zentrierung der Seite für IE*/
}

/*Bereich um die ganze Seite herum*/
#container{
	font-family: Arial, Helvetica, sans-serif;
	width: 930px;
	text-align: center;
	margin-top: 10px;
	background-color: transparent;
}

/* Bild oben */
#header {
	height: 127px;
}

/*Menübereich*/
#menu
{
	float: left;
	width: 150px;
	height: auto;
	background-color: black;
	border: 1px solid #FFDD00;
	color: #FFDD00;
	margin: 5px 0 5px 0;
	padding: 10px 5px 0px 5px;/*NS: ohne Angabe linke Ausrichtung der Listenelemente!*/
}

#menu ul
{
	width: 135px;
	margin: 0;
	padding: 0;
}

#menu ul li 
{
	list-style: none;
	width: 135px;
	margin: 0; 
	padding: 0;
}

#menu li a, #menu li span
{
	height: 1%; /*height braucht man hier, damit der ganze Bereich verlinkt wird im IE*/
	display:block;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	text-align:center;
	margin-top:3px;
	background-image: url(../Bilder/hgnav1.jpg);
}

#menu a:hover, #menu span, #menu a:active 
{
	background-image:url(../Bilder/hgnav2.jpg)}

/*hellgelber Inhaltscontainer*/
#contents 
{
	margin: 5px 0 5px 170px ;
	height: auto; /*Netscape: Box streckt sich nicht automatisch, wenn Px-Wert zu klein*/
	padding: 10px 10px 10px 10px;
	text-align: center;
	background-color: #F9EDA2;
}

#contents a
{
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: underline;
}

#contents a:link
{
	color: #009933;
}

#contents a:visited
{
	color: #009933;
}

#contents a:hover
{
	background-color: #FFDD00;
}

#contents a:active
{
	color: #009933;
}

/*Fußzeile*/
#footer
{
	clear: both;
	height: 10px;
	background-color: #FFDD00;
	padding: 3px;
	border: 1px solid black;
	color: black;
	text-align: right;
	font-size: x-small;
}

/*Überschrift1*/
h1 
{
	width: 500px;
	font: Verdana;
	font-size: large;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000;
	margin: 10px 115px 0 115px;
	padding: 5px;
	background-color: #FD0;
}

/*Überschrift2 Navigation*/
h2 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFDD00;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

h3
{
	width: 500px;
	font: Verdana;
	font-size: medium;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000;
	margin: 10px 115px 0 115px;
	padding: 5px;
	background-color: #FD0;
}

td 
{
	padding: 5px;
	border: 1px solid black;
	border-collapse: collapse;
	vertical-align: top;
	text-align:left;
}

.p_normaltext 
{/*class; f&#228;ngt mit Punkt an und wird im html als div class="p_normaltext" angegeben, steht in Stillliste*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	text-align: left;
	padding: 0 110px 0 115px;
}

.p_bild
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	line-height:1.0 em;
	text-align: left;
	padding: 0 60px 0 60px;
}

.leftimage
{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.pcenter
{
	text-align:center;
	font-weight:bold;
}

.pfettkursiv
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	font-style:italic;
	padding: 0 110px 0 115px;
	text-align:left;
}

textarea 
{
	width:300px;
	height:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-attachment:fixed;
	background-image: url(../Bilder/hg_textarea.jpg);
	padding-left: 5px;
	
}

.Stil1 {font-size: 9pt}
.Stil6 {font-size: medium}
.Stil3 {font-size: medium; font-weight: bold; }