/*Allgemeine Formatdefefinitionen*/

body  {
  	background-color: white;
    font-size: 80.01%;
    font-family: Helvetica,Arial,sans-serif;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
  
p { 
	color: black;
  	font-family: Helvetica,Arial,sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

 h1 {
    font-size: 1.2em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
	background: #eee;
	border: 1px solid #009966;

}

  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }


div#Gesamtseite {
	width:773px; /* legt fixe Breite für gesamte Seite fest */
	margin: 0;
	border: 1px solid #CCCCCC;
}

/*CSS-Definitionen für Seitenkopf*/

div#Identifikation1 {
 	background-image:url(../images/hintergrund1.jpg);
	text-align:right;
	height: 43px;
	color:black;
	font-size:0.7em;
}

div#Identifikation2 {
	/* background-image:url(../images/hintergrund2.jpg); */
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	background-color: #eee;
	margin-bottom: 1em;
	padding: 0.2em;
	color:#009966;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div#Identifikation2 a {
	color: black;
}

div#Identifikation2 a:link {
    color: black; background-color: #eee; 
}

div#Identifikation2 a:visited {
    color: black; 
}

div#Identifikation2 a:hover {
    color: #009966; 
}
  
div#Identifikation2 a:active {
    color: blue; background-color: gray;
}
	 

/*CSS-Definitionen für Navigationsleiste links*/

ul#Navigation {
   float: left; width: 10em;
    margin: 0 0 1.2em; 
	padding: 0;
    /* border: 1px solid silver; */
}
  
ul#Navigation li {
    list-style: none;
    padding: 0;
	color: #009966;
	background-color:#eee;
	padding:0.3em;
	border-bottom: 1px dotted #999999;
}

ul#Navigation a {
	color: black;
    /* display: block;  */
    padding: 0.3em;
	margin-left: 0.3em;
	
	
}
ul#Navigation a:link {
    color: black; background-color: #eee; 
}

ul#Navigation a:visited {
    color: black; 
}

ul#Navigation a:hover {
    color: #009966; 
}
  
ul#Navigation a:active {
    color: blue; background-color: gray;
}

/*CSS-Definitionen für rechte Spalte (DIV-Element)*/

div#Info {
    float: right; width: 150px;
    border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0.2em;
	font-size: 1em;
}

div#Info h2 {
    font-size: 1em;
	color: #FFFFFF; 
	display: block;
	background-color: #009966;
	border: 1px solid #CCCCCC;
	padding: 0.2em;
	margin-bottom: 0.5em;
	text-align: center;
}

div#Info p {
	font-size: 1em;
	background-color:none;
}

/*CSS-Definitionen für Hauptspalte in der Mitte*/

div#Inhalt {
    margin: 0 13em 1em 12em;
    padding: 0 1em;
 /*   border: 1px dashed silver; */
}
  
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
	padding-top: 0.2em;
	border-top: #999999 dotted 1px;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }


  /*CSS-Definitionen für Fußleiste*/
  
  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
	background-color:#CCCCCC;
 	
  }