body {
    color: black; 
	background-color: #fdedc1;
    font-size: 100.01%;
    font-family: Verdana, Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }


  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    padding: 0;
  }
  
  #Oben {
  	position:relative;
    margin: 0; 
	width: 800px;
	height: 50px;
    background: #650c0d;
  }

#Oben a{
  display: block;
    padding: 0;
    font-weight: bold;
	font-size: 10pt;
	text-decoration:none;
	color: white;
	}


  h1 {
    font-size: 1.5em;
    margin: 0; 
    text-align: center;
	width: 800px;
	height: 100px;
    background: #000627 url(pics/hi_header.jpg) no-repeat 100% 100%;
  }

  ul#Navigation {
   	font-size: 0.83em;
	width: 150px;
	height: 100%;
	float: left;
	margin: auto auto auto auto;
 	/*margin: 5px auto auto 0; */
	padding: 0;
  }
  
  ul#Navigation li {
    list-style: none;
	display: inline;
    margin: 0; padding: 0;
	/*float: left; */
  }
  
  ul#Navigation a {
    display: block;
    padding: 0;
    font-weight: bold;
	font-size: 10pt;
	text-decoration:none;
	color: black;
  }
  
  ul#Navigation a:link {
    color: black;
	background-color: #edeeef; 
	width: 100%; 
  }
  
  ul#Navigation a:visited {
    color: grey; 
	background-color: #edeeef; 
	width: 100%;
  }
  
  ul#Navigation a:hover {
    color: grey; 
	background-color: #aeafb2; 
	width: 100%;
  }
  
  ul#Navigation a:active {
    color: black; 
	background-color: #edeeef; 
	width: 100%;
  }
  
  div#Container {
  	/*margin: 10px auto 10px 0; */
	margin: 0 auto 0 0 ;
  	width: 800px;
	min-height: 350px;
	background: url(pics/hg.jpg);
	background-position: 0px 0px;
	height: auto;
	 }

  div#Inhalt {
    width: 600px; 
	min-height: 350px; 
	margin: 0 0 0 auto;
  	padding: 0 1em; 
	background: #ffffff; }
  
  * html div#Inhalt {
    height: 350px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  
  #Spacer{
 float:left;
 width:10px;
 margin-right:-500px;
}
  
/*Links untere Leiste*/
  p#Fusszeile {
    clear: both;
    font-size: 6 pt;
	font-family: Verdana;
	color: #FFFFFF;
    margin: 0; 
	padding: 0.1em;
    text-align: right;
    background-color: #650c0d;
	text-decoration: none;
  }
  
  p#Fusszeile a {
    font-weight: bold; text-decoration: none; 
  }
  
  p#Fusszeile a:link {
    color: white; width: 100%; text-decoration: none; font-size: 9pt;
  }
  
  p#Fusszeile a:visited {
    color: white; width: 100%; text-decoration: none; font-size: 9pt;
  }
  
  p#Fusszeile a:hover {
    color: white; width: 100%; text-decoration: none; font-size: 9pt;
  }
  
  p#Fusszeile a:active {
    color: white; width: 100%; text-decoration: none; font-size: 9pt;
  }



/*Schriftstile*/

.normal {
	font-family: Verdana;
	font-size: 12px;
	font-color: black;
	padding: 0;
	line-height: 1.5;
}

.normalfett {
	font-family: Verdana;
	font-size: 12px;
	font-color: black;
	font-weight: bold;
}

.grossfett {
	font-family: Verdana;
	font-size: 13px;
	font-color: black;
	font-weight: bold;
}

.klein {
	font-family: Verdana;
	font-size: 10px;
	font-color: black;
}

.ueberschrift {
	font-family: Verdana;
	font-size: 14px;
	font-color: black;
	font-weight: bold;
}

/*Links*/

a:link {color: #000000; text-decoration:underline; font-weight:bold}
a:visited {color: #757575; text-decoration:underline; font-weight:bold}
a:hover {color: #650C0D; text-decoration:underline; font-weight:bold}
