@charset "utf-8";
html{
        height: 100%;
}
body  {
        font-family:  Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        background: white;
        margin: 0;         
        padding: 0;
        text-align: center;         
        color: #000000;
        height:100%;
}
    
.thrColAbsHdr #container { 
        position: relative;
        width: 990px;  
        background: #FFFFFF;
        height: 100%;
        margin: 0 auto; 
        text-align: left;
} 
.thrColAbsHdr #header {
        height: 190px; 
        background: White;
        padding: 0 0 0 0; 
} 
    
.thrColAbsHdr #header h1 {
        margin: 0;         
        padding: 10px 0; 
 }
.thrColAbsHdr #sidebar1 {
      display:none;
}
    
.thrColAbsHdr #sidebar2 {
    display:none; 
}
    
.thrColAbsHdr #mainContent {
        margin: 0; /* Der rechte und der linke Rand dieses div-Elements erstellen die beiden äußeren Spalten an den Seitenrändern. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge der Randleisten-divs immer gleich. */
        margin-left: 10px;
        padding: 15px 10px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
        height: 100%;
        width: 590px;
        float: left;
        border: 1px solid #cccccc;
        background-image: url();
        background-position: bottom;
        background-repeat: repeat-x;
        position: relative;
        display: block;
}
   
.thrColAbsHdr #mainContent_start {
        margin: 0;
        margin-left: 10px;
        padding: 15px 10px; 
        height: 100%;
        width: 590px;
        float: left;
        border: 1px solid #cccccc;
        background-image: url();
        background-position: bottom;
        background-repeat: repeat-x;
        position: relative;
        display: block;
}
  
.thrColAbsHdr #footer { 
        padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
        background:#DDDDDD;
    } 
    
.thrColAbsHdr #footer p {
        margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
        padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
        clear:both;
    }
    
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
        float: right;
        margin-left: 8px;
    }
    
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
        float: left;
        margin-right: 8px;
    }   
     
#middle{
        background-color: White;
        margin-top:20px;
        margin-bottom: 0px;
       padding-bottom: 15px;
        
     }
    
     
     
.content_footer{
         text-align: right;
        height:35px;
        padding-top:10px;
     }
     
     
    /*NAVIGATION TOP*/
    
#menu{
        display:none;
        margin-left:13px;
    }
    
    
#menu .navi_off{
    background-image: url();
    background-repeat: no-repeat;
    width: 96px;
    height: 25px;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
}
#menu .navi_off a {
    
    color: Black;
    text-decoration: none;
    font-weight: bold;
}
    
#menu .navi_on{
        background-image: url();
        background-repeat: no-repeat;
        width:96px;
        height: 25px;
        padding-top:10px;
        padding-left:10px;
        float: left;
        text
    }
    
#menu .navi_on a{
        text-decoration: none;
        font-weight: bold;
        color: #757575;
    }
    
    
#menu .navi_end{
        background-image:url();
        background-repeat: repeat-x;
        width:212px;
        height: 25px !important;
        height: 35px;
        padding-top:10px !important;
        padding-left: 10px;
        float: left;
        text-align: right;
    }
    
#menu .navi_bar{
    clear: both;
    background-image: url();
    background-repeat: no-repeat;
    background-position: top;
    width: 967px;
    height: 23px;
    /*margin-top: -15px !important;*/
    margin-top: 0px;
    margin-left: -1px;
    /*border: 1px solid red;*/
} 
    
    
    
    
#sidebar1 .navi_left_off{
        background-image: url();
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 10px;
    }
    
#sidebar1 .navi_left_off a{
        
        text-decoration: none;
        font-weight: bold;
        color: Black;
        padding-left:5px;
    }
    
    
.sidebar_right_header{
        background-image: url();
        height: 18px;
        width: 167px;
        
    }
    
.sidebar_right_content{
        border: 1px solid #cccccc;
        border-top: none;
        width: 151px;
        background-image: url();
        background-position: bottom;
        background-repeat: repeat-x;
        margin-top:-2px;
        margin-left:2px;
        padding: 5px 5px 5px 5px;
    }
    
    
.sidebar_right_content_next{
        border: 1px solid #cccccc;
        width: 151px;
        background-image: url();
        background-position: bottom;
        background-repeat: repeat-x;
        margin-top:11px;
        margin-left:2px;
        padding: 5px 5px 5px 5px;
    }
    
    
.sidebar_right_content a{
        text-decoration: none;
        font-weight: bold;
        color: Black;
        margin-left:5px;
    }
    
.sidebar_right_content_next a{
        text-decoration: none;
        font-weight: bold;
        color: Black;
        margin-left:5px;
    }
    
    
h1{
            font-size: 11px;
        color: Red;
}
    
h2{
        font-size: 11px;
        color: black;
          margin:0px;
    }

.poll {
    border: 1px solid Black;
    background-color: White;
    font-size:11px;
    font-weight: bold;
}
 
.main_box_left{
     
       border: 1px solid #cccccc;
        width: 48%;
        float:left;
        background:none;
        background-position: bottom;
        background-repeat: repeat-x;
 }
  
.main_box_right{
     
       border: 1px solid #cccccc;
        width: 48%;
        float:right;
        background: none;
        background-position: bottom;
        background-repeat: repeat-x;
 }
 /*LINKS*/
 a{
     color: Red;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
 }
 
/*FORMULARE*/
.kleingedrucktes{
    font-size:10px;
    font-style: italic;
}

/*REDDOT INTERNE FORMARTIERUNGN*/
.reddot{
    color:red;
}