 html,body, #seite {
    color: #5b5b5b; background-color: white;
    font-size: 100.01%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0; padding: 0;
    text-align: left;  /* Zentrierung im Internet Explorer */
    /*min-height: 100%;
    height: 100%;*/

  }
  /*html>body, html>body #seite {
	height: auto;
}*/


  div#seite {
    position: relative;
/*position: absolute;*/
    top: 0;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    padding: 0;
    background: #f7f7f7;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
    width: 580px;


  }
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }
  
  
  
/*metanavi+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#metanavi{
display:none;}
  
  
/*logo+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#logo{
	 margin: 0 0 0 0; padding: 0px 0 0 65px;
	 background: #f1f2f2 url(../pics/zvl-bg.gif) repeat-x;
          text-align: left; 
}

/*position+Pfadangabe++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#position{
display:none;
}
    
  
/*Navigation++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigation {
display:none;}


	 
/*inhalt+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#inhalt {
    float: right; width: 580px;
    margin: 0 0 0 0; padding: 30px 37px 0 0;

  }
     div#inhalt a {color: #000000; }
     div#inhalt a:link {color: #000000;}
     div#inhalt a:visited {color: #000000;}
     div#inhalt a:hover {color: #808183;}
     div#inhalt a:active {color: #000000;}
	 
  div#inhalt h1 {
    font-size: 16px;
	font-weight: bold;
	color: #bb2d19;
  }
  
    div#inhalt h2 {
	font-size: 13px;
	font-weight: bold;
	color: #bb2d19;
  }
  
  div#inhalt p {
    font-size: 1em;
    margin: 0;
  }
  div#inhalt img {
  margin: 11px 10px 5px 0px;
  }
 
  
/*FOOTER++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
  div#footer {
    
    position: relative;
     width: 580px;
	 margin: 0 0 20px 0; padding: 10px 0 0 65px;
	 border-bottom: 15px solid #5b5b5b;
	 background-color: #949693;
	 color: #ffffff;
   	height: 48px;
	/*bottom: 0;*/
    font-size: 1em;
    text-align: left;
  }

div#footer2 {
display:block;
}  

  
  
  






