

/*  überschrift h1*/
  body {
    color: black; 
    background: #CCCCCC url(img/hg-body2.gif) ;
    font-size:12px;
    font-family: Verdana, Arial,sans-serif;
    
    text-align: center;  /* Zentrierung im Internet Explorer */
  }


  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 
    760px;		/* breite gesamt*/
    
    background: #EEEEEE url(img/streifen.gif) repeat-y;
    border: 4px solid white;
    
  }
  html>body div#Seite {
    border-color: white;  /* Farbangleichung an den Internet Explorer  */
  }



  
  
  h1 {
    color:#CC0000;
      font-size: 1.5em;
      margin: 0; padding: 1.4em;
      text-align: right;
      background: #EEEEEE url(img/verlauf2.jpg) ;
      border-bottom: 3px solid white;
  }
  
  
  
  
  


  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 200px;
    margin: 0 0 1.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.1em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    	
    color: white; background-color: gray;
    text-decoration:none; 
    font-family:Verdana; 
    font-weight:bold; ; 
    color:#ffffff; 
    font-size:11px;
  }
  ul#Navigation a:visited {
    color: white; background-color: gray; text-decoration:none; 
    font-family:Verdana; 
    font-weight:bold; ; 
    color:#ffffff; 
    font-size:11px;
  }
  ul#Navigation a:hover {
    color: white; background-color: #004080;text-decoration:none;
    font-family:Verdana; 
    font-weight:bold; ; 
    color:#ffffff; 
    font-size:11px; 
  }
  ul#Navigation a:active {
    color: white; background-color: gray;text-decoration:none; 
    font-family:Verdana; 
    font-weight:bold; ; 
    color:#ffffff; 
    font-size:11px;
  }


  div#Inhalt {
  	background: #EEEEEE url(,,img/bg_stripes.gif) ;
    margin: 0 0 1em 220px;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size:13px;
    margin: 0.2em 0;
    color: #004080;
  }
  div#Inhalt p {
    font-size:13px;
        margin: 0.2em 0;
    color: #000000;
  }


	div#Inhalt a:link {
	    	
	    color: darkred; 
	    text-decoration:underline; 
	    font-family:Verdana; 
	    
	    font-size:12px
	  }
	  div#Inhalt a:visited {
	    color: darkred; 
	  }
	  div#Inhalt a:hover {
	    color: black; 
	  }
	  div#Inhalt a:active {
	    color: darkred; 
	  }



  p#Fusszeile {
    clear: both;
    font-size:12px;
    margin: 0; padding: 0.1em;
    text-align: center;
    color:white;
    background-color: gray;
    border-top: 1px solid silver;
  }
  
  _p#Fusszeile {
      clear: both;
      font-size:10px;
      margin: 0; padding: 0.1em;
      text-align: center;
      background-color: gray;
      border-top: 1px solid silver;
  }
