
/*  */
/* 
*/
table figure img {
    width:120px ;
}

caption a {
 color: #b3e0da !important;
}

/* !!!! Layout von Tabellen generell !!!! */
.text table.table_st {
 width: 100%;
 border: 1px solid #B3B3B3;
}
.text table.table_st caption {
 background-color: #6183bb;
 color: #ffffff;
 text-align: left;
 font-weight: bold;
}
.text table.table_st th {
 background-color: #a4b2d7;
 color: #242424;
 text-align: left;
 vertical-align: middle;
 border-top: 1px solid #B3B3B3;
 border-bottom: 1px solid #B3B3B3;
}
.text table.table_st td {
 vertical-align: middle;
 border-top: 1px solid #B3B3B3;
}
.text table.table_st td.e1 {
 background-color: #d4d9eb;
 vertical-align: middle;
 border-top: 1px solid #B3B3B3;
}

/* Starting AutoComplete CSS */
.ac_results {
 padding: 0px;
 border: 1px solid black;
 background-color: white;
 overflow: hidden;
 z-index: 99999;
}

.ac_results ul {
 width: 100%;
 list-style-position: outside;
 list-style: none;
 padding: 0;
 margin: 0;
}

.ac_results li {
 margin: 0px;
 padding: 2px 5px;
 cursor: default;
 display: block;
 /*
 if width will be 100% horizontal scrollbar will apear
 when scroll mode will be used
 */
 /*width: 100%;*/
/* font: menu; */
 font-size: 12px;
 /*
 it is very important, if line-height not setted or setted
 in relative units scroll will be broken in firefox
 */
 line-height: 16px;
 overflow: hidden;
}

.ac_loading {
 background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
 background-color: #eee;
}

.ac_over {
 background-color: #0A246A;
 color: white;
}

.text table.tabelle1 .th_blau {
background-color: #eaeff5;
}

.right {
text-align:right;
}

.textbild {
width: 178px;
float: left;
margin-right: 10px;
}

/* Abstand &uuml;ber jeder h4-&Uuml;berschrift */
h4{
margin-top: 20px;
}

/* End of AutoComplete CSS */

tr.border-bottom-grey th, tr.border-bottom-grey td, .border-bottom-grey {
 border-bottom: 1px solid grey;
}

tr.border-right-grey th, tr.border-right-grey td, .border-right-grey {
 border-right: 1px solid grey;
}

tr.center td {
 text-align: center;
}

.faq_question {
display:initial !important;
}
hr {
                border-width:0;
                height:1px;
                background-color:#ccc;
}
/*  */