strong, b {
    font-weight: bold;
}

em {
    font-style: italic; 
}

u {
    text-decoration: underline;
}

p {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 16px;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

h3 {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}

#contentMain ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

#contentMain ul li {
    font-size: 12px;
    line-height: 16px;
    list-style: disc;
    margin-bottom: 5px;
}

#contentMain .news-latest-item,
#contentAdditional .news-list-item {
    margin-bottom: 20px;
}

#contentAdditional .news-list-item .news-list-date {
    font-size: 10px;
}

#contentMain .news-latest-item p, 
#contentAdditional .news-list-item p {
    margin-bottom: 3px;
}

#contentMain .news-latest-item a, 
#contentAdditional .news-list-item a {
    color: #669999;
}

#contentMain .news-single-backlink a {
    color: #669999;
}

#contentMain li a, 
#contentMain p a {
    color: #669999;
}   

#contentMain p a:hover {
    text-decoration: underline;
}
.clearer {
    clear: both;
}

#formCAGTSAF_bestellung_publikationen fieldset .formfield label, 
#formCAGTSAF_bestellung_mitteilungen fieldset .formfield label {
    display: block;
}

#formCAGTSAF_bestellung_publikationen fieldset .formfield input, 
#formCAGTSAF_bestellung_mitteilungen fieldset .formfield input {
    margin: 0px 0px 5px 0px;
}

#formCAGTSAF_bestellung_publikationen fieldset table td .formfield input, 
#formCAGTSAF_bestellung_mitteilungen fieldset table td .formfield input {
    margin: 0;
}

#formCAGTSAF_bestellung_publikationen fieldset table, 
#formCAGTSAF_bestellung_mitteilungen fieldset table {
    margin: 10px 0px;
}

#formCAGTSAF_bestellung_publikationen fieldset table td, 
#formCAGTSAF_bestellung_mitteilungen fieldset table td {
    padding: 2px 5px 2px 0px;
}

#search {
    width: 1000px;
    position: absolute;
    right: 0px;
    top: 66px;
    height: 29px;
    background: #d8d8d8;
}

#searchform {
    position: absolute;
    top: 6px;
    right: 0px;
    height: 20px;
    width: 195px;
}

#flashheader {
    margin-bottom: 29px;
}

input#suchwort {
    width: 130px;
    height: 14px;
    border: 1px solid #000;
}

input#suchen {
    position: absolute;
    right: 13px;
    width: 45px;
    height: 16px;
    font-size: 11px;
    border: 1px solid #000;
}

.tx-indexedsearch legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tx-indexedsearch-form {
    margin-bottom: 5px;
}

.tx-indexedsearch-searchbox-sword {
    padding-left: 3px;
}

.tx-indexedsearch form fieldset {
    margin-bottom: 25px;
}

.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;
    text-align: left;
}
.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #FC6601;
    color: white;
}

