/*!
 * jQuery UI CSS Framework 1.9.0 Anpassungen für AOK-Styles
 *
 */
#inhalt .jquery,  #inhalt .jqueryNoJS {
    margin: 10px 10px 20px 10px;
}

#inhalt .jquery p {
    margin: 10px;
    padding: 0;
    font-size: 1em;
    line-height:18px;
}

#inhalt .jquery h2 {
    font-size: 1em;
}

#inhalt .jquery h3 {
    font-size: 1em;
}

#main .jquery  #FOGForm  .singlefieldDescr {
    font-size: 1em;
}

#inhalt .ui-widget-content select {
    list-style-type: none;
    margin:0;
}

#main #inhalt .ui-widget-content form {
    font-size: 1.0em;
}

#main #inhalt .ui-widget-content form label {
    font-size: 0.9em;
}

#inhalt .ui-widget-content li {
    list-style-type: none;
    font-size: 1em;
    margin:0;
}

#inhalt .weissraum .jquery ul {
    margin-right: 0px;
}

#inhalt .jquery .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

#inhalt .jquery table {
    margin: 0px;
    width: 100%;
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
}

.ui-widget-content a {
    color: #008A34;
}
.ui-accordion .ui-accordion-content {
    border-top: 0 none;
    padding: 10px;
    overflow: hidden;
}

.jqueryNoJS .showtabs {
    display: none;
}

/* Autocompletion-Widget */
.ui-autocomplete {
    list-style-type:none;
    width:250px;
    overflow-x:hidden;
    overflow-y:auto;
    min-height:50px;
    max-height:250px;
    border:2px solid #F1F2ED;
    background-color:#FFFFFF;
}    
li.ui-menu-item {
    border-bottom: 1px solid black;
    margin-left: -40px;
    list-style-type: none;
    margin-bottom: 0px;
    padding: 5px;
}    
li.ui-menu-item a {
    color: #000000;
}
.ui-autocomplete-loading {
    background: white url('/medien/rem/img/loading.gif') right center no-repeat;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 100px;
}

/* jQuery Crosslinkbox Start */
#navi_inhalt .jqueryCB {
    margin: 0;
}

#navi_inhalt .jqueryCB .box {
    padding: 0;
}

#navi_inhalt .jqueryCB .box h2 {
    padding: 10px;
}

#navi_inhalt .jqueryCB .box p {
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

#navi_inhalt .jqueryCB .box li {
    list-style-type: none;
    margin:0;
}
/* jQuery Crosslinkbox Ende */
.tooltip {
    max-width:350px;
}

