/**********************************************
Schriften, Farben... 

background-color:#fff;
TopNav
dunkles grau #D8D9DB;
helles grau #ECEDEE;
nav_vlist Linkfarbe #2E7DAF;

***********************************************/


/**********************************************************************************************************************************
**  DIV-Container des Basislayouts 
**********************************************************************************************************************************/
body{ background-color:#ffff; }
  #all{width:990px; background-color:none;}

  
  /**********************************************************************************************************************************
  **  Headercontainer Logo, Sprachlinks und weitere Kopflinks, Suche
  **********************************************************************************************************************************/
  #header {position:relative; height:72px; clear:both;}
    /*Logo*/
    #header  .logolink{ position:absolute; top:10px; left:20px; font-size:208%; }
    /* Sprachlinks und weitere Kopflinks */
    .navHeader{ position:relative; top:36px; left:250px; width:510px; overflow:hidden;}
      .meta{ float:right;  color: #000; background: transparent; }
      /*langMenu siehe Menu.css*/
    /* Suchbox */
    .searchbox { width:200px; position:absolute; top:39px; right:0px; font-size:10px; }
  
  /**********************************************************************************************************************************
  **  UDM Ausklappnavigation 
  **********************************************************************************************************************************/
  #navTop{  width:100%; margin:0px padding:0px; float:left;  border:0px solid green; }
    #udm {  position:relative; top:0px; left:0px;}    
    
  #main {  clear:both; width: auto;  border:0px solid #fff;}
    
    /**********************************************************************************************************************************
    ** breadcrumb 
    **********************************************************************************************************************************/
    .breadcrumb{  padding:6px 10px;  margin-bottom:0px;  width:900px; border:0px solid red; overflow:hidden;}
    /**********************************************************************************************************************************
    ** print
    **********************************************************************************************************************************/
    .divPrintLink{  position:absolute; top:104px; left:930px; border:0px solid red; }
    /**********************************************************************************************************************************
    **  col1 
    **********************************************************************************************************************************/
    #col1 {
      width: 200px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
      float: left;
      z-index: 3; /* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor dem Spaltenhintergrund erscheinen. */
      margin-top:12px;
      border:0px solid red;
      }
      #col1Content {
        z-index: 4;
        position:relative;
        margin-left:10px; margin-right:10px;
        border:0px solid green;
        }
        
    /**********************************************************************************************************************************
    **  col2 
    **********************************************************************************************************************************/
    #col2 {
      width:784px;
      margin-left: 202px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
      z-index: 1; /* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor dem Spaltenhintergrund erscheinen. */
      margin-top:12px;
      border-left:1px solid #ECEDEE;
      }
      #col2Content {
        z-index: 2;
        position:relative;
        border:0px solid green;
        margin-left:20px;    
        }
    /**********************************************************************************************************************************
    **  col2 printVersion
    **********************************************************************************************************************************/
    #allPrint{ border:0px solid red; }
    #allPrint #col2 {
      width:100%;
      margin-left: 10px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
      z-index: 1; /* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor dem Spaltenhintergrund erscheinen. */
      margin-top:12px;
      border-left:0px solid #ECEDEE;
      }
      #allPrint #col2Content {
        z-index: 2;
        position:relative;
        border:0px solid green;
        margin-left:0px;    
        }
    /**********************************************************************************************************************************
    **  col1Home
    **********************************************************************************************************************************/
    #col1Home {
      float: left;
      width: 330px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
      z-index: 3; /* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor dem Spaltenhintergrund erscheinen. */
      border:0px solid red;
      }
       #col1Content {
        z-index: 4;
        position:relative;
        margin-left:10px; margin-right:10px;
        border:0px solid green;
        }    
        
      
    /**********************************************************************************************************************************
    **  col2Home
    **********************************************************************************************************************************/
    #col2Home {
      width:654px;
      margin-left: 332px; /* Standard-Wert, falls keine anderen Vorgaben gemacht werden */
      z-index: 1; /* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor dem Spaltenhintergrund erscheinen. */
      border-left:1px solid #ECEDEE;
      }
      #col2Content {
        z-index: 2;
        position:relative;
        border:0px solid green;
        margin-left:20px;    
        }
  
        
  /**********************************************************************************************************************************
  ** footer 
  **********************************************************************************************************************************/
  #footer { clear:both;  padding:6px 10px; margin-top:10px; border-top:1px solid #ECEDEE; border-bottom:1px solid #ECEDEE;}  /* Backup f�r IE-Clearing */
  #footer p{ font-size:10px; margin-bottom:0px;}