/*** ALL ELEMENTS ***/

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    color: #1B1B1B;
    vertical-align: top;
}


/*** MASTER LAYOUT ***/

body {
    width: 100%;
    text-align: center;
    background-color: #D6DFF5;
    margin: 0px;
    padding: 5px 0px 5px 0px;
}

div, table {
    margin: auto;
}

div.layout, div.layout_popup {
    width: 760px;
    border: 1px solid #778BB9;
    background-color: #FFFFFF;
    padding: 5px 0px 5px 0px;
    text-align: center;
}

div.layout_popup {
    width: 436px;
}

div.layout_footer, div.layout_footer_popup {
    width: 760px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    font-weight: normal;
    font-size: 11px;
    color: #778BB9;
}

div.layout_footer_popup {
    width: 436px;
}

table.layout {
    width: 750px;
    border: 2px solid #778BB9;
}

table.layout_popup {
    width: 426px;
    border: 2px solid #778BB9;
}

td.layout_left {
    width: 160px;
    background-color: #778BB9;
    text-align: left;
}

td.layout_left div {
    float: left;
}

td.layout_middle {
    width: 426px;
    border: 0px;
}

td.layout_right {
    width: 160px;
    background-color: #778BB9;
}


/*** NAVIGATION TOP ***/

td.layout_topnavi {
    height: 18px;
    background: url(img/bg_button_0.gif) repeat-x #778BB9;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    padding: 0px;
}

td.layout_topnavi table {
    float: left;
    height: 18px;
    list-style-type: none;
    margin: 0px;
}

td.layout_topnavi td {
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    padding: 1px 12px 0px 12px;
    overflow: hidden;
}

td.teaser_head a, td.teaser_head a:hover, td.teaser_head a:visited, td.teaser_head a:active, 
td.layout_topnavi td a, td.layout_topnavi td a:hover, td.layout_topnavi td a:visited, td.layout_topnavi td a:active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

td.layout_topnavi td:hover, td.layout_topnavi td.active {
    background: url(img/bg_button_1.gif) repeat-x #778BB9;
}


/*
td.layout_topnavi ul {
    width: 100%;
    height: 18px;
    list-style-type: none;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #FFFFFF;
    background: url(img/bg_button_0.gif) repeat-x #778BB9;
    float: left;
    overflow: hidden;
}

td.layout_topnavi li {
    float: left;
    height: 17px;
    padding: 1px 12px 0px 12px;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #FFFFFF;
}

td.layout_topnavi li a, td.layout_topnavi li a:hover, td.layout_topnavi li a:visited, td.layout_topnavi li a:active {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

td.layout_topnavi li:hover, td.layout_topnavi li.active {
    background: url(img/bg_button_1.gif) repeat-x #778BB9;
}
*/

/*** NAVIGATION LEFT ***/


ul.navi, ul.navi ul {
    list-style: none;
    margin: 15px 0px 0px 5px;
}

ul.navi li {
    padding: 2px;
    vertical-align: middle;
    clear: both;
    margin-top: 1px;
}

ul.navi ul {
    margin: 3px 0px 0px 7px;
}
    
ul.navi a, ul.navi a:active, ul.navi a:hover, ul.navi a:visited {
    font-weight: bold;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
}

ul.navi ul li a, ul.navi ul li a:active, ul.navi ul li a:hover, ul.navi ul li a:visited {
    font-weight: normal !important;
}

ul.navi table {
    margin-left: 0px;
}

ul.navi table img {
    margin: 3px 4px 0px 0px;
}



/*** TEASER ***/

.teaser {
    width: 100%;
    float: right;
    margin-left: 2px;
    table-layout: fixed;
}

.teaser_left {
    width: 100%;
    margin-right: 2px;
    table-layout: fixed;
}

.teaser_head {
    background: url(img/bg_headline.gif) repeat-x #778BB9;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #788BB5;
    text-align: left;
    padding: 2px 5px 3px 10px;
    color: #FFFFFF;
    font-weight: bold;
}

.teaser_content, .teaser_content_last {
    background-color: #FFFFFF;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #778BB9;
    text-align: left;
    padding: 10px 10px 10px 10px;
}

.teaser_content_last {
    border-width: 0px 0px 4px 0px;
}

/*** FORMS ***/

div.fehler {
    margin-left: 90px;
    padding-top: 2px;
    font-weight: bold;
    color: #ff1000;
}

span.fehler {
    font-weight: bold;
    color: #ff1000;
    margin-right: 20px;
}

div.label {
    width: 86px;
    margin-right: 4px;
    padding-top: 2px;
    margin-bottom: 2px;
    float: left;
    clear: both;
}

table.formtable td {
    padding-bottom: 2px;
}

div.input {
    width: 289px;
    margin-bottom: 2px;
    float: left;
}

div.input-text {
    width: 289px;
    padding-top: 2px;
    margin-bottom: 2px;
    float: left;
}

input.checkandradio {
    float: left;
}

label.checkandradio {
    padding-top: 2px;
    margin-right: 8px;
    margin-left: 2px;
    display: block;
    float: left;
}

select {
    width: 289px;
    border: 1px solid #AEBAEC;
    background-color: #FFFFFF;
}

input, textarea {
    border: 1px solid #AEBAEC;
    background-color: #FFFFFF;
}

.checknradio {
    border-width: 0px;
}

input.input {
    width: 283px;
}

textarea.input {
    width: 283px;
    border: 1px solid #AEBAEC;
    background-color: #FFFFFF;
}

textarea.input_lang {
    width: 375px;
}

input.submit {
    text-align: center;
    margin: 10px 0px 0px 0px;
    width: 115px;
    height: 20px;
    vertical-align: center;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #AEBAEC;
    background: url(img/bg_button_0.gif) repeat-x #AEBAEC;
    clear: both;
}

input.small, input.small_plz, input.small_ort {
    width: 130px;
}

input.small_ort {
    width: 91px;
}

input.small_plz {
    width: 35px;
    margin-right: 2px;
}

button {
    background-color: #778BB9;
    color: #ffffff;
}

/*** CONTENT ***/

div.content_breadcrumb {
    text-align: right;
    padding: 1px 12px 1px 10px;
    color: #778BB9;
}

.content_line, .content_line_small {
    border-width: 3px 0px 0px 0px;
    border-style: solid;
    border-color: #778BB9;
    margin: 2px 10px 2px 10px;
    padding: 0px;
}

div.content .content_line, .content .content_line_small {
    margin: 2px 0px 2px 0px !important;
}

.content_line_small {
    border-width: 1px 0px 0px 0px;
}

div.content {
    text-align: left;
    padding: 0px 10px 10px 13px;
}

div.content li {
    padding: 1px;
    vertical-align: middle;
    clear: both;
}

div.content ul li {
    margin-left: 15px;
}

ol {
    list-style-type: decimal;
}

ol li {
    margin-left: 20px;
}

ul.pm_list li {
    list-style-type: none !important;
    margin-left: 0px !important;
    padding-bottom: 6px !important;
}

a, a:visited, a:active, .linkstyle {
    font-weight: bold;
    color: #778BB9;
    text-decoration: none;
}

a:hover, .linkstyle:hover {
    text-decoration: underline;
}

h1 {
    font-size: 16px;
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

p {
    margin-top: 12px;
}

div.layout_footer a, div.layout_footer a:hover, div.layout_footer a:visited, div.layout_footer a:active {
    font-weight: normal;
    font-size: 11px;
}

div.hidden {
    display: none;
}

.vrh {
    color: #5E7DC7;
}

.rvg {
    color: #00AE83;
}

.afr {
    color: #F58020;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

div.content_breadcrumb strong {
    color: #778BB9;
}

strong, b {
    font-weight: bold;
}

small, .klein {
    font-size: 11px;
}

i {
    font-style: italic;
}

.teaserlink, .teaserlink:hover, .teaserlink:active, .teaserlink:visited {
    display: block;
    text-decoration: none;
    cursor: hand;
}

.noborder {
    border-width: 0px;
}

table.generated td {
    padding-right: 4px;
}

table.table_changed {
    margin-left: 0px;
    width: 100%;
}

table.table_changed td {
    border: 1px solid #778BB9;
    padding: 2px;
}

table.table_changed th {
    color: #ffffff !important;
    font-weight: bold;
    padding: 2px;
    background: url(/img/bg_button_0.gif) repeat-x #778BB9;
}

table.table_changed td.blue {
    background-color: #E7EEF8;
}

.nomargin {
    margin: 0px !important;
}

img.left {
    float: left !important;
    margin: 0px 10px 5px 0px !important;
}

img.right {
    float: right !important;
    margin: 0px 0px 5px 10px !important;
}

img.center {
    float: center !important;
    margin: 0px 10px 5px 10px !important;
}

li.nostyle {
    list-style-type: none;
}