@charset "UTF-8";

@media all
{
 /*------------------------------------------------------------------------------------------------------*/

  * { margin:0; padding: 0 }
  option { padding-left: 0.4em } 
 
  * html body * { overflow:visible }
  * html iframe, * html frame { overflow:auto }
  * html frameset { overflow:hidden }

  html { height: 100% }
  body {
    min-height: 101%;
    font-size: 100.01%;
    color: #000;
    background: #fff;
    text-align: left;
  }

  fieldset, img { border: 0 solid}


  ul, ol, dl { margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em; }

  dt { font-weight: bold; }
  dd { margin: 0 0 1em 2em; }

  blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

 /*------------------------------------------------------------------------------------------------------*/


  #header { position:relative; z-index:7; }

  
  #logos {
    position:absolute;
    right:25px;
    top:25px;
    width:139px;
    height:31px;
  }

  #nav_main {
    position: absolute;
    left:305px;
    top:83px;  
    z-index:8;
  }
  
  #Navigation {
    z-index:9; /* rollout-menus must overlay the content area */
  }
  
  #nav_menu2 {
    position: absolute;
    left:0px;
    top:418px;  
  }
  
  
  #nav_products {
    margin:0; padding:1px 0 0 2px;
    text-align:center;  
  }
  
  #nav_products table {
    margin:0; padding:0; border:0;
  }
  
  #nav_products td {
    margin:0; padding:7px; border:0;
  }
  
  
  #nav { clear:both; width: auto }
  #main { clear:both; width: auto }


  #footer { clear:both; display:none }

  #col1 {z-index: 3}
  #col2 {z-index: 5}
  #col3 {z-index: 1}
  #col1_content {z-index: 4}
  #col2_content {z-index: 6}
  #col3_content {z-index: 2}

  #col1_content, #col2_content, #col3_content { position:relative }
  
  
  body { background: #cccccc; padding: 0px;	}
 
  #page_margins {
    border: 0; 
    width:1024px;
    height:800px;
    background-image:url(../images/hintergrund_komplett.jpg); 
    background-repeat: no-repeat; 
    margin:auto;
    overflow:hidden;
  }
  #page { border: none; }
  
  /* (Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center }
  #page_margins { text-align:left }
  
   /* Formatierung */    
    #header { height: 190px; color: black; background-color: transparent; }
    #header img {margin: 0 0 0 0; float: left;}
   
    #main { background: transparent; padding:0; }

    /* Formatierung der Spalten ist in die layout-xxx.css Varianten ausgelagert */
    
         
    #footer {margin:0; padding: 1em; border-color: #aaa; }


 /*------------------------------------------------------------------------------------------------------*/

   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
  }

  .clearfix { display: block }

  .floatbox { overflow:hidden }

  #ie_clearing { display: none }

 /*------------------------------------------------------------------------------------------------------*/


}
