   * {
      margin  : 0;
      padding : 0;
      border: 0;
      }

   html { 
      color: #5E5B54; 
      font-size: 0.6em; 
      font-family: Verdana, Arial, Helvetica, sans-serif; 
      line-height: 1.3;
	  height:100%;
      }

    body { 
      background-color: #797d7f; 
      background-image: url("../images/bg_body.png"); 
      background-repeat: repeat-x; 
      text-align: center; 
      height:100%;
	  scrollbar-3dlight-color: #C5C5C5;
	  scrollbar-arrow-color: #626262;
	  scrollbar-base-color: #CC0000;
	  scrollbar-darkshadow-color: #C5C5C5;
	  scrollbar-face-color: #E7E7E7;
	  scrollbar-highlight-color: #E7E7E7;
	  scrollbar-shadow-color: #E7E7E7;
	  scrollbar-track-color:#fff;
      }
   
      
   img {
      border:0;
      vertical-align:bottom;
      } 

   /* Fix IE. Hide from IE Mac.*/
   * html body {
      background-color: #6D7173;
      }

  #abstand {
      width:500px;
      height:50%;
      margin-bottom:-226px; /* halbe Höhe von #container */
      float:left;
      }

  #container   { 
      background-image: url("../images/bg_content.png"); 
      text-align: left; 
      margin: 0 auto; 
      padding: 0; 
      width: 748px; 
      height: 451px; 
      clear: left; 
      }

   * html #container   { background-image: url("../images/bg_content_ie.png") } 
      
 


 #logo {
      height:34px;
      width: 123px;
      border: 0; 
      padding: 0;
      margin: 0;
      float: left;
      }

  #inhalt {  
      clear: both;
      margin-left: 11px;
      width: 726px;
      }


   #head {
      padding-top: 7px;
      display: block;
      }      




/* Horizontales Menü */


   ul#navi  { 
      list-style-type: none; 
      background-image: url("../images/bg_navi.png");
      margin: 0; 
      padding: 0;
      height: 22px;   
  }

   * html ul#navi   { margin-top: -2px; }

  ul#navi li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
  }

  ul#navi li ul {   /* Unternavigation ausblenden */
    margin: 0;
    position: absolute;
    display: none;
    list-style-type: none;
  }

  ul#navi li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
    list-style-type: none;
  }


  ul#navi li ul li {
    float: none;
    text-align: left;
    display: block;
  }

  ul#navi a {
    display: block;
  }

	#callback {
    padding-left: 150px;  
 }



   #headline{
	  margin-top: 36px;
      float: left;
	  height:38px;
      }


   #referenzen {
	width:726px;
	height:299px;
    background-image: url("../images/bg_ref.png");
	}



   #info  { 
	  float: left;
      margin-top: 3px; 
      height: 222px; 
     /* background-color: #ff0000;*/
      }

   #info2  { 
	  float: left;
      margin-top: 21px; 
      height: 165px; 
      }


	#kdetail {
      float:right;
      margin-top:40px;
      width:377px;
      height:207px;
      background-image: url("../images/bg_kdetail.png");
      }


    #img_detail {
        float:right;
       	width:310px;
    	height:207px;
	 
      }


   #subsubnavi  {           
        list-style-type: none; 
        margin-top: 5px;	
        margin-left: 51px; 
      }

  #subsubnavi li {
      float:left;
	  list-style: none;

      }

   #subref  {           
        list-style-type: none; 
        float:left;
        margin-top: 20px;	
        margin-left: 99px; 
      }

   * html #subref   { 
	  margin-left: 46px;
 } 

  #subref li {
	  list-style: none;
	  float: left;  /* ohne width - nach CSS 2.1 erlaubt */
      }

  #subref li img{
    padding-left: 10px;
      }



  #subsubnavi li img {
    padding-left: 22px;
      }


   #subsub_ref {
		float:left;
        list-style-type: none; 
        margin-top: 14px;
        margin-left: 20px;
     }

  * html #subsub_ref   { 
	  margin-left: 11px;
 } 

   #querstreifen   {
	  clear:both;
      margin-top: 17px;	  
	  width: 88px; 
      height: 165px;
	  float: left; 
      }

   #txt {
	  float: left;
	  padding-top: 3px;
	  margin-top: 19px;
	  margin-left: 25px;
	  padding-right: 10px;
      width: 280px;
      height: 155px;
      overflow: auto;
      }

   #txt2 {
	  float: left;
	  margin-top: 40px;
	  margin-left: 113px;
	  padding-top: 3px;
	  padding-right: 10px;
      width: 200px;
      height: 130px;
      overflow: auto;
      }
 
   * html #txt2   { 
	  margin-left: 55px;
 } 
  
   #root{
      float: right;
	  margin-top: 0px;
      }       


 
      
   #footer{
	  clear: both;
      float: left;
      margin-top: 12px;
      }
      
   #btn_impressum{
	  float: left;
      margin-top: 12px;
      }

   #footer_pfeil{
	  float: left;
	  width: 20px;
      height: 22px;
      margin-top: 12px;
      }
      
    p {
     margin-top: 10px;
     line-height: 140%;    
     }

    a {
	color:#9BA302;
    text-decoration: none;
    
    }

    a:hover {
	color:#7F8600;
    text-decoration: none;    
    }

    a.ref {
	color:#E15F11;
	font-weight: bold;
    text-decoration: none;
    
    }

    a.ref:hover {
	color:#E69D72;
	font-weight: bold;
    text-decoration: none;    
    }

   #txt ul {
	 padding-top: 10px;
     padding-left: 20px;
     }

   #linkpfeil {
	 margin-top: 0px;
     }
 
   h1 {
      font-size: 0.9em;
	  font-weight: bold; 
      line-height: 1.4;
   }

   h2 {
      color: #E15F11;
      font-size: 0.9em; 
	  font-weight: bold; 
      line-height: 1.4;
   }

   h3 {
      color: #9BA302;
      font-size: 0.9em; 
	  font-weight: bold; 
      line-height: 1.4;
   }



   h5 {
      color: #5E5B54;
      font-size: 0.9em;
	  font-weight: normal;
      line-height: 1.8;
   }

   h6 {
      color: #9BA302;
      font-size: 0.9em;
	  font-weight: normal;
      line-height: 1.8;
   }


input	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #5E5B54;
		background: #fff;
		border: solid 1px;
		}

input.rueckruf	{
		width: 130px;
		}

textarea 	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #5E5B54;
		background: #fff;
		border: solid 1px;
		}


select	 	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #5E5B54;
		background: #fff;
		border: solid 1px;
		}


a.logout {
		float: left;
		margin-top: 31px;
		}   




 