.textausgabeunderline {
   line-height: 0.3;
   border-width: thin;
   border-bottom-style: solid;
   padding: 5px 10px 5px 10px;
}

.textausgabe {
   padding: 10px;
}

.textausgabebold {
   padding: 10px; 
   font-weight:bold;
}

.TitelBarBackground {
    background-image: url("../../images/titleLogo.png");
    background-repeat: no-repeat;
    background-position: left;
    //padding-top: 10px;
    padding-left: 210px;
    margin-left: 5px;
}

.ModulBoxBackground {
    background-image: url("../../images/bgLogo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-color:#b7d1e0;     
}
.PanelBoxBackground {
    background-color:#eaf0a6;     
}

.FooterBar {
    background-color:#99bfdc;   
    padding: 15px;
    text-align: right;
    color: #627089;
}

.extra-alt .x-grid-row .x-grid-cell { 

} 
 
.extra-alt .x-grid-row-alt .x-grid-cell { 
    background-color: #dce9f3; 
    color: #000; 
}

.extra-alt .x-grid-row-over .x-grid-cell { 
    background-color: #0764ab; 
    border-bottom-color: #999; 
    border-bottom-style: dashed; 
    border-top-color: #999; 
    border-top-style: dashed; 
    color: #ffffff; 
} 

.extra-alt .x-grid-row-selected .x-grid-cell { 
    background-color: #0764ab !important; 
    border-bottom-color: #999; 
    border-bottom-style: solid; 
    border-top-color: #999; 
    border-top-style: solid; 
    color: #ffffff;    
}

#haupttitel{
    font-family: Verdana, Sans-serif;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 10pt;
}
#subtitle {
    font-family: Verdana, Sans-serif;
    font-size: 12pt;
}
#contenttitle {
    font-family: Verdana, Sans-serif;
    font-size: 12pt;
}

// Tabellen Konfiguration
.tableFragenantwort {
    display: table;     
}
.tableTitleFragen {
    font-family: Verdana, Sans-serif;
    width: 800px;
    display: table-caption;
    text-align: left;    
    font-size: 10pt;    
}
.tableHeadingRow {
    width: 500px;
    display: table-row;
    font-weight: bold;
    text-align: left;    
}
.tableRow {
    width: 500px;
    display: table-row;
}
.tableCell{
    font-family: Verdana, Sans-serif;
    font-size: 9pt;  
    display: table-cell;
    width: 400px;
    border: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;    
}
.titleBar{
    padding-top: 10pt;
    width: 100%;
    //clear:both;
    
}
.titleText{  
    margin-right: 20px;
    float:left;
    
}
.titleGewerk{
    margin-right: 20px;  
    float:left;
}
.titleLogo{       
    margin-right: 30px;   
    float:right;
}
.clear{
    clear:left;
}

