/*

Custom CSS fuer Dezernat 6 und
alle Unterseiten.

*/

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

/* TABS
 * Tab-Navigation fuer ahnlich strukturierte Seiten wie FAQs 
 * Wird zB fuer die FAQs in dez6/abt4/telekommunikation eingesetzt
 */

#content #inhaltsbereich ul#tabs {
    margin: 0; 
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    list-style-type: none;
    height: 24px;
    float: left;
    list-style-image: none; !important
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

#content #inhaltsbereich ul#tabs li {
    float: left;
    border: 1px solid #e6e6e6;
    background-color: white;
    height: 23px;
    line-height: 23px;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1em;
    margin-bottom: -0.2em;
    margin-right: 0.3em;
    background-color: #e6e6e6;
    list-style-type: none;
    list-style-image: none; !important
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#content #inhaltsbereich ul#tabs a {
    text-decoration: none;
    padding: 0;
    color: #476d69;
}

#content #inhaltsbereich ul#tabs li.active {
    background-color: white;
    border-bottom: 2px solid white;
}

#content #inhaltsbereich ul#tabs li:hover {
    background-color: #a3cf62;
}

#content #inhaltsbereich ul#tabs li:hover a {
    color: white;
}

#content #inhaltsbereich ul#tabs li.active:hover {
    background-color: white;
    border-bottom: 2px solid white;
}

#content #inhaltsbereich ul#tabs li.active a,
#content #inhaltsbereich ul#tabs li.active a:hover  {
    color: #003560;
}


/* Box */

#content #inhaltsbereich .dez6.info {
    border: 1px solid #e2e1da;
    background-color: #f8f7f6;
    padding: 10px;
}

#content #inhaltsbereich .dez6.info h2{
    border: none;
    font-size: 0.5em;
    font-weight: bold;
}

.extern {
    padding-right: 1.5em;
    background: transparent url(../images/icons/external.gif) no-repeat center right;
}

/* Table-fix fuer Chrome */

table.glossary {
     border-collapse: collapse; 
     table-layout: fixed; 
     width: 630px;
}
  
table.glossary td,
table.glossary td.wrap {
    width: 100px; 
    word-wrap: break-word;
    vertical-align: top;
}
