@charset "UTF-8";

@media all
{
 /*------------------------------------------------------------------------------------------------------*/

/* browser reset */

* { 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%; margin-bottom: 1px; }
body {
    font-size: 100.01%;
    position: relative;
    color: #000;
    background: #fff;
    text-align: left;
}

fieldset, img { border:0 solid; }

ul, ol, dl { margin: 0 0 1em 0 }
li { margin-left: 1.5em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote { margin: 0 0 1em 0.8em; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }

 /*------------------------------------------------------------------------------------------------------*/

 body { background: #D1D0D0; padding: 0px;	}
 
  #page_margins {
    position absolute;
    top:0;
    border: 0; 
    width:853px;
    height:681px;
    margin:auto;
    overflow:visible;
    text-align:left;
  }
  
  #page { border: none; 
    background-color: white;
    }
  
  /* (Zentrierung des Layouts in alten IE-versionen */
  body { text-align: center }

  #nav_main {
    height:29px;
    z-index:8;
    margin:0; 
    padding:0 23px 0 33px; 
    border:0;
  }
  
  #Navigation {
    z-index:9; /* rollout-menus must overlay the content area */
  }
  
   
  #nav { clear:both; width: auto; }
  
  #main { 
    clear:both; width: auto;
    background-image: url('../images/rechterBalken.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    padding:0; margin:0;
    height:465px;
    width:853px;
    overflow:visible;
  }


  #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 }
  
     
    #header { 
        height: 170px;
        background-image: url('../images/epersonal_header.jpg');
        background-repeat: no-repeat;
        margin:0; padding:0;
    }
    
 
    /* Formatierung der Spalten ist in die layout-xxx.css Varianten ausgelagert */
    
         
    #footer {
        margin:0; padding: 0; 
        width:853px;
        height:46px; 
        background-image: url('../images/untererBalken.jpg');
        background-repeat: no-repeat;
        background-position:top left;
        clear:both;
        z-index:7;        
    }


 /*------------------------------------------------------------------------------------------------------*/

   .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
  }

  .clearfix { display: block }

  .floatbox { overflow:hidden }

  #ie_clearing { display: none }

 /*------------------------------------------------------------------------------------------------------*/


}
