/* CSS Document */

/* general tag definitions  */
   html, body {
      height: 100%;
   }
   body {
      margin: 0;
      padding: 0;
      background-color: #ffffff;
      background-image: url(/images/main/header_background.gif);
      background-repeat: repeat-x;
   }
   table {
      border-collapse: collapse;
      border-spacing: 0;
   }
   sub, sup {
     line-height: 0;
     font-size: 80%;
   }
   td, th { padding: 0; }
   form { 
       padding: 0px; 
       margin: 0px;
       height: 100%; /* expand outer box to 100% height */
   }
   p { margin: 0 0 10px 0; }
   img { border: 0; }
   

/* special definitions */   
       
/* basic layout structure */
    /* error & debug information */
   .divDebug {
       visibility: hidden;
       position: absolute; 
       left: 0;
       padding: 5px; 
       z-index: 1001; 
       color: #999; 
       width: 300px;
   }
   .divErrorContent, .divErrorMaster {
       visibility: visible;
       position: absolute; 
       left: 0;
       padding: 5px; 
       z-index: 1001;  
       color: #999;
   }
   .divErrorContent { bottom: 400px; }
   .divErrorMaster { bottom: 200px; }
   .divDebug { bottom: 0; }
   .noEvents {
        margin: 0 0 0 45px;
   }      
   
   /* main structure */
   .divMainWrapper {
       padding: 0;
       width: 850px;
       margin-left: auto;
       margin-right: auto;
       min-height: 100%;
       _height: 100%; /* Interpreted only by IE, IE only hack */  
   }
    /* header begin */
    .divNavi {
        width: 705px;
        height:25px;
        margin-left: auto;
        margin-right: auto;
        margin-top:45px;
        margin-bottom:0;
        padding:0;
        border:0;
    }
    div.divNaviOuter {
        float: left;
        margin: 0;
        line-height:16px;
        padding: 1px 14px 0 14px;
        #padding-top: 2px;
    }
    div.divActNaviOuter {
        background-image: url(/images/main/navigation_aktiv.gif);
        background-repeat: no-repeat;
        background-position: 6px 14px;
        height: 24px;
        margin: 0;
        float:left;
        padding: 0 14px;
        border:0;
        line-height:16px;
    }    
    div.divActNaviInner {
        border-bottom: solid 3px #fff0ca;
        border-top:0;
        border-right:0;
        border-left:0;
        padding: 1px 0 0 0;
        #padding-top:2px;
        margin: 0;
    }
   .divHeaderImages {
       width: 800px;
       min-height: 262px;
       _height:262px;
       margin-left: auto;
       margin-right: auto;
       padding: 0;
       border-spacing: 0;
       border:0;
       margin-top:0;
       margin-bottom:0;
   }   
   .divHeaderLogoOuter {
       background-color: #ffffff;
       background-image: url(/images/main/logo.gif);
       background-repeat: no-repeat;
       background-position: 2px 0;
       text-align: center;
       float: left;
       display: table;
       height: 262px;
       #position: relative; 
       overflow: hidden;
       width: 267px;
   }
   
   .divHeaderLogoMiddle {
       #position: absolute; 
       #top: 50%; 
       display: table-cell; 
       vertical-align: middle;
       width: 267px;
       left: 0px;
   }
   
   .divHeaderLogoInner {
       #position: relative;  
       #top: -50%;
       width: 150px;
       margin-left:auto;
       margin-right:auto;
   }
   
   .tdHeaderLogoText {
       height: 100%;
       vertical-align: middle;
       text-align: center;
   }
   
   .divHeaderPic {
       background-color: #ffffff;
       background-image: url(/images/main/maske_headerimage.gif);
       background-repeat: no-repeat;
       width: 530px;
       height: 262px;
       float: left;
   }
   
   .imgHeaderPic {
        margin: 8px 0 0 9px;
   }       
   
   .divFooterLeft {
       padding: 20px 0 10px 55px;
       float: left;
       width: 625px;
   }
   
   .divFooterRight {
       padding: 20px 0 10px 0;
       float: left;
       width: 130px;
       text-align: right;
   }
   
/* basic layout structure end */
   
/* default classes */
   .clear {
       clear: both;
       padding:0;
       margin:0;  
   }

/* (unordered) list elements (menu) */
    .menulist {
      list-style: none;
      margin: 0;
      padding: 0;
   }
   .menulist ul {
       margin: 0;  
       padding: 0;         
   }
   .menulist li {
       line-height: 12px; 
       margin: 0 0 3px 0;   
   }
   /* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
    * html .menulist li {
        height: 1%;
    }
    /* End Hack */

   .liItemLine { 
       height: 0;
       line-height: 0;
       font-size: 0;
       padding: 0 0 0 14px; 
       margin: 0;
   }
   
   .divImgHeader {
       position:relative;
       overflow:hidden;
       margin: 8px 0 0 9px;       
   }
