 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: center;  /* Zentrierung im Internet Explorer */
	min-height: 100%;
	height: 100%;

  }
  html>body, html>body #seite {
	height: auto;
}
input, select, textarea { border: 1px solid #969696; font-size: 11px; background-color: #E0E2E2; height: 14px; width: 138px; }
.suchbutton { color: #969696; border: 1px solid #969696; background-color: #c5c5c5; height: 18px; width: 60px;}

  h2 {
    font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
  }

  div#seite {
    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 #595959;
	border-right: 1px solid #595959;
    width: 1012px;
	right: 5%;
    left: 5%;


  }
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }
  
  
  
/*metanavi+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#metanavi{
	 margin: 0 26px 0 0; padding: 25px 0 0 0;
	 text-align:right;
	 font-size: 11px;
	 height: 50px;

  }
  
  div#metanavi a {
   margin-right: 6px;
   margin-left: 6px;
   text-decoration: none;
  }
  div#metanavi a:link {color: #000000; }
  div#metanavi a:visited {color: #808183; }
  div#metanavi a:hover {color: #c4151c; }
  div#metanavi a:active {color: #000000; }
  
  
/*logo+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#logo{
	 margin: 0 0 0 0; padding: 0px 0 0 65px;
	 background: #f1f2f2 url(../pics/zvl-bg.gif) repeat-x;
}

/*position+Pfadangabe++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#position{
	 margin: 0 0 0 0; padding: 12px 0 0 348px;	 
          height: 10px;

}
    
  
/*Navigation++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#navigation {
    float: left; width: 231px;
    margin: 0; padding: 10px 10px 5px 65px;
    background-color: #bb2d19;
	color: #ffffff;
	position: absolute;
	font-size: 14px;
	
  
  }

      .topnav{color: #ffffff; background: url(../pics/icon.gif) no-repeat; padding: 0 0 0 28px; text-decoration: none;font-size: 12px;}
      a.topnav:link {color: #ffffff; }
      a.topnav:visited {color: #ffffff; }
      a.topnav:hover {color: #000000; }
      a.topnav:active {color: #ffffff; }

      .topnavselected {color: #bb2d19; background: url(../pics/icon-sel.gif) no-repeat; padding: 0 0 0 28px; text-decoration: none; font-weight: bold;font-size: 12px;}


	 
/*inhalt+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#inhalt {
    float: right; width: 627px;
    margin: 0 0 0 0; padding: 15px 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 {
    clear: both;
	position: absolute;
     width: 947px;
	 margin: 0 0 0 0; padding: 10px 0 0 65px;
	 border-bottom: 15px solid #ffffff;
	 background-color: #949693;
	 color: #ffffff;
   	height: 28px;
	bottom: 0;
    font-size: 1em;
    text-align: left;
  }
  
div#footer2 {
display:none;
}
  
  







