/* CSS Document */

body {
    font: normal 100.00% Arial, Helvetica;
    color: black;
	padding-top: 7px;
  }
  
  a {
  	 text-decoration: underline;
	 color: black;
	}
	
	a:hover {color:gray;
	}
  
  * html body {
  font: normal 10.00% Arial, sans-serif;
  }
  
  *:first-child+html body {
  font:normal 100.00% Arial, sans-serif;
  }
  
  /*Ausrichtung Inhalt */
  
  div.uberclass {
  width:940px; 
  position:relative; 
  margin: 0; 
  margin-left:-8px;
  }
  
  * html div.uberclass {
  margin-left: -10px;
  }
  
  *:first-child+html div.uberclass {
  margin-left: -10px;
  }
  
  /* Logo-Bereich */
  
  div.header {
  width:940px; 
  height: 70px; 
  margin-bottom:11px;
  }
  
  * html div.header {
  margin-bottom:18px;
  }
  
  *:first-child+html div.header {
  margin-bottom:24px;
  }
  
  
  /* oranges Quadrat */
  
  div.quadrat {
  
  clear:left; 
  float:left; 
  width:40px; 
  padding-top:9px;
  
  }
  
  * html div.quadrat {
  
  padding-top: 0px;
  margin-top: -1px;
  
  }
  
  *:first-child+html div.quadrat {
  
  margin-top: -13px;    
  
  }
  
  
  /*Navileiste */

  div#Rahmen {
    width: 899px;
    padding: 0px; padding-left:0px; padding-top:4px;
	border-bottom: 1px solid silver;
	float:left;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 897px;
    w\idth: 897px;
	padding: 2px; padding-left:0px; padding-bottom: 4px; padding-top: 6px;
  }
  div#Rahmen div {
     clear:left;
  }
  
  ul#Navigation {
  font-size: 12px;
    margin-left: 0; padding: 0;
    text-align: left;
  }
  
  /* Korrektur Linksabstand Navi */
  
  div.naviabstand {
  
  margin-top: -1px;
  margin-left: -7px;
  position:relative;
  float:left;
  width:904px;
  
  }
  
  * html div.naviabstand {
  
  margin-left: -3px;
  width:900px;
  
  }
  
  *:first-child+html div.naviabstand {
  
  margin-top:0px;
  
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin-right: 0px; padding-left: 0px; margin-top:-2px;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.3em;
  }
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.2em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 17px; left: 0.00px;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -0.0em;
    lef\t: 0.00em;
	top: 17px
  }
  
  *:first-child+html ul#Navigation li ul {
  
  top: 15px;    }
  
   
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    padding-bottom:0.1em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
	padding-top:1px;
    display: block;
    margin-bottom: 3px;
  }
  
  * html ul#Navigation li ul li {
  padding-top:0px;
  margin-bottom:4px;
  }
  
  *:first-child+html ul#Navigation li ul li {
  margin-bottom:2px;
  }
  

  ul#Navigation a, ul#Navigation span {
    display: block;
    padding: 0px 7px;
	padding-right:37px;
	padding-bottom:1px;
    text-decoration: none; font-weight: normal;
    color: gray; 
  }
  
  *:first-child+html ul#Navigation a, ul#Navigation span {
  padding-bottom: 1px;
  padding-right:37px;
  }
  
  
  * html ul#Navigation a, * html ul#Navigation span {
  padding-right:36px;
    width: 21px;
/* Breite nach altem MS-Boxmodell fuer IE 5.x */
/* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    color: black;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: black;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
  }
  
  
  /*weiße Fläche zwischen Navi und Content */
  
  div.contentabstand {
  
  height:66px; 
  width: 900px; 
  background-color: white; 
  clear:left; 
  border-bottom: 1px solid silver; 
  margin-left:40px;
  
  }
  
  * html div.contentabstand {
  
  height:52px; 
  
  }
  
  *:first-child+html div.contentabstand {
  
  height:52px; 
  
  }
  
  
  /*runde Ecken */
  
	div.rund {
	position: relative;
	background-image: none;
	width: 188px;
	height: auto;
	margin:auto;
	margin-bottom: 15px;
	font-size:12px; line-height: 19px; }
	div.oben {
	background-image: url(images/rund_oben.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:188px;
	height:9px; }
	div.mitte {
	color: black;
	background-color: white;
	text-align: left;
	margin: 0; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; }
	div.unten {
	background-image: url(images/rund_unten.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:188px;
	height:9px; }
	
.firmenlogos {float: left;
				position:relative;
				width: 114px;
				height: 74px;
				border-right:1px solid gray;
				border-top:1px solid gray;
				margin-right:1px;
				margin-bottom:1px;}

