body {
    background-color: rgb(81,99,117);
    padding: 0;
    margin: 0;
    text-align: center;
}
   
html, a, td, body, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

form, h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}

a:link, a:visited, a:hover, a:focus, a:active {
    color: rgb(81,99,117);
    font-weight: normal;
    text-decoration: underline;
}
a:hover, a:focus, a:active {
    color: rgb(198,0,35);
}

h1 {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 16px;
    color: rgb(65,80,95);
    font-weight: bold;
}
h2 {
    font-family: Verdana, Arial, Sans Serif;
    font-size: 16px;
    color: rgb(198,0,35);
    font-weight: normal;
}
h3 {
    font-size: 14px;
    color: black;
    font-weight: bold;
    padding-bottom: 3px;
}
h4 {
    font-size: 14px;
    color: white;
    font-weight: bold;
    padding-bottom: 3px;
}

@media all {

    a img {
        color: inherit;
        border: none;
    }

    div.image img, div.image-left img, div.image-right img, div.image-center img, img {
        margin: 0;
    }
    
    div.links-banner img {
        margin: 7px;
    }

    div.mitte img {
        margin: 5px;
    }

    div.rechts img {
        margin: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }

}

div.image   {
    min-width:  100px;
    margin-top: 7px;
    margin-bottom: 4px;
    margin-left:  5px;
    margin-right:  14px;
    font-size: 10px;
}
div.image-left   {
    min-width:  100px;
    margin-top: 7px;
    margin-bottom: 4px;
    margin-left:  5px;
    margin-right:  14px;
    font-size: 10px;
    float: left;
}
div.image-right   {
    min-width:  100px;
    margin-top: 7px;
    margin-bottom: 4px;
    margin-left:  9px;
    margin-right:  10px;
    font-size: 10px;
    float: right;
}
div.image-center   {
    width:  100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 10px;
}
div.image a, div.image-left a, div.image-right a, div.image-center a {
    font-size: 10px;
}

ul {
    margin: 0;
    margin-top: 10px;
    margin-left: 3px;
    margin-bottom: 5px;
    padding: 0;
}
ol {
    margin: 0;
    margin-top: 10px;
    margin-left: 15px;
    margin-bottom: 5px;
    padding: 0;
}
li {
    margin: 0;
    margin-left: 15px;
    margin-bottom: 5px;
    padding: 0;
}

div.by-cybox {
    position: relative;
    width: 988px;
    margin: 0 auto 0;
    font-size: 11px;
    color: rgb(81,99,117);
    text-align: right;
}

a.by-cybox:link, a.by-cybox:visited, a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
    font-size: 11px;
    color: rgb(220,220,220);
    font-weight: normal;
    text-decoration: none;
}
a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
    color: rgb(200,200,200);
}

a.cybox-links:link, a.cybox-links:visited, a.cybox-links:hover, a.cybox-links:focus, a.cybox-links:active {
    font-size: 11px;
    color: rgb(81,99,117);
    font-weight: normal;
    cursor: default;
    text-decoration: none;
}

input.suche {
    width: 120px;
    height: 16px;
    border: 1px solid rgb(102,102,102);
    background-color: white;
    padding: 0;
    padding-top: 2px;
    padding-left: 3px;
    font-size: 12px;
}

/* Templatespezifische-Konfiguration */

div.umrandung {
    position: relative;
    width: 986px;
    min-height: 366px;
    margin: 0 auto 0;
    padding-top: 172px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    text-align: left;
    background-color: rgb(225,232,236);
    background-repeat: repeat-y;
}

div.kopf {
    position: absolute;
    top: 0;
    left: 0;
    width: 986px;
    height: 122px;
    border-bottom: 1px solid rgb(210,100,75);
    overflow: hidden;
}

div.kopf-banner {
    position: absolute;
    top: 56px;
    left: 793px;
    width: 170px;
    height: 55px;
    overflow: hidden;
}

div.rechtliches {
    position: absolute;
    top: 123px;
    right: 0;
    width: 185px;
    height: 15px;
    padding: 3px;
    padding-left: 20px;
    color: rgb(81,99,117);
    font-size: 11px;
    background-color: rgb(157,172,187);
    border-bottom: 1px solid rgb(210,100,75);
    overflow: hidden;
}
div.rechtliches a:link, div.rechtliches a:visited, div.rechtliches a:hover, div.rechtliches a:focus, div.rechtliches a:active {
    font-size: 11px;
    color: rgb(81,99,117);
    text-decoration: none;
}
div.rechtliches a:hover, div.rechtliches a:focus, div.rechtliches a:active {
    color: white;
}

div.titel {
    position: absolute;
    top: 123px;
    left: 209px;
    width: 681px;
    height: 17px;
    padding: 2px;
    padding-left: 94px;
    background-color: rgb(157,172,187);
    border-bottom: 1px solid rgb(210,100,75);
    overflow: hidden;
}

div.suche {
    position: absolute;
    top: 123px;
    left: 0;
    width: 235px;
    height: 30px;
    padding: 3px;
    padding-top: 15px;
    padding-left: 20px;
    color: rgb(81,99,117);
    background-color: white;
    border-bottom: 1px solid rgb(210,100,75);
    border-right:  1px solid rgb(210,100,75);
    overflow: hidden;
}

div.links {
    position: relative;
    width: 260px;
    float: left;
}

div.links-menu-line {
    position: relative;
    width: 259px;
    height: 1px;
    background-color: rgb(232,70,28);
    overflow: hidden;
}

div.links-menu {
    position: relative;
    width: 259px;
    background-repeat: repeat-y;
    background-color: #EDEFF1;
    padding-bottom: 25px;
}

div.links-banner {
    position: relative;
    width: 208px;
    padding-top: 26px;
    padding-bottom: 26px;
    text-align: center;
}

div.mitte {
    position: relative;
    width: 414px;
    padding: 5px;
    padding-left: 41px;
    padding-right: 15px;
    float: left;
}

div.mitte-breit {
    position: relative;
    width: 638px;
    padding: 5px 15px 5px 51px;
    float: left;
}

div.rechts {
    position: relative;
    width: 230px;
    padding: 12px;
    font-size: 11px;
    float: left;
}
div.rechts a:link, div.rechts a:visited, div.rechts a:hover, div.rechts a:focus, div.rechts a:active {
    font-size: 11px;
    color: rgb(232,71,29);
}
div.rechts a:hover, div.rechts a:focus, div.rechts a:active {
    color: rgb(198,0,35);
}

/* MENU */

/* Ebene 1 (0) */
a.menu-table3-0:link, a.menu-table3-0:visited, a.menu-table3-0:hover, a.menu-table3-0:focus, a.menu-table3-0:active {
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
a.menu-table3-0:hover, a.menu-table3-0:focus, a.menu-table3-0:active {
    color: rgb(198,0,35);
}
a.menu-table3-0-marked:link, a.menu-table3-0-marked:visited, a.menu-table3-0-marked:hover, a.menu-table3-0-marked:focus, a.menu-table3-0-marked:active {
    font-size: 14px;
    font-weight: bold;
    color: rgb(232,70,28);
    text-decoration: none;
}
td.menu-table3-0-start {
}
td.menu-table3-0-end {
}
td.menu-table3-0 {
    height: 27px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
td.menu-table3-0-marked {
    height: 27px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* Ebene 2 (1) */
a.menu-table3-1:link, a.menu-table3-1:visited, a.menu-table3-1:hover, a.menu-table3-1:focus, a.menu-table3-1:active {
    font-size: 12px;
    color: black;
    text-decoration: none;
}
a.menu-table3-1:hover, a.menu-table3-1:focus, a.menu-table3-1:active {
    color: rgb(198,0,35);
}
a.menu-table3-1-marked:link, a.menu-table3-1-marked:visited, a.menu-table3-1-marked:hover, a.menu-table3-1-marked:focus, a.menu-table3-1-marked:active {
    font-size: 12px;
    color: rgb(232,70,28);
    text-decoration: none;
}
td.menu-table3-1-start {
}
td.menu-table3-1-end {
    height: 1px;
    background-repeat: no-repeat;
}
td.menu-table3-1 {
    height: 25px;
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
td.menu-table3-1-marked {
    height: 25px;
    padding-left: 33px;
    background-repeat: no-repeat;
    background-position: bottom;
}

/* Ebene 3 (2) */
a.menu-table3-2:link, a.menu-table3-2:visited, a.menu-table3-2:hover, a.menu-table3-2:focus, a.menu-table3-2:active {
    font-size: 12px;
    color: black;
    text-decoration: none;
}
a.menu-table3-2:hover, a.menu-table3-2:focus, a.menu-table3-2:active {
    color: rgb(198,0,35);
}
a.menu-table3-2-marked:link, a.menu-table3-2-marked:visited, a.menu-table3-2-marked:hover, a.menu-table3-2-marked:focus, a.menu-table3-2-marked:active {
    font-size: 12px;
    color: rgb(232,70,28);
    text-decoration: none;
}
td.menu-table3-2-start {
}
td.menu-table3-2-end {
    height: 1px;
    background-repeat: no-repeat;
}
td.menu-table3-2 {
    height: 25px;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
td.menu-table3-2-marked {
    height: 25px;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* Ebene 4 (3) */
a.menu-table3-3:link, a.menu-table3-3:visited, a.menu-table3-3:hover, a.menu-table3-3:focus, a.menu-table3-3:active {
    font-size: 12px;
    color: black;
    text-decoration: none;
}
a.menu-table3-3:hover, a.menu-table3-3:focus, a.menu-table3-3:active {
    color: rgb(198,0,35);
}
a.menu-table3-3-marked:link, a.menu-table3-3-marked:visited, a.menu-table3-3-marked:hover, a.menu-table3-3-marked:focus, a.menu-table3-3-marked:active {
    font-size: 12px;
    color: rgb(232,70,28);
    text-decoration: none;
}
td.menu-table3-3-start {
}
td.menu-table3-3-end {
    height: 1px;
    background-repeat: no-repeat;
}
td.menu-table3-3 {
    height: 25px;
    padding-left: 72px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
td.menu-table3-3-marked {
    height: 25px;
    padding-left: 72px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

div.newstag {
  background-color: #FFFFFF;
}
div.newstag img {
  margin: 0 10px 3px 0;
}

div.newstag-header {
  position: relative;
  padding: 1px 4px 1px 4px;
  border: 1px solid #BBC6CF;
  border-bottom: 0;
}
div.newstag-content {
  padding: 6px;
  border: 1px solid #BBC6CF;
}

div.newstag-header .headline2 {
  font-size: 14px;
  color: #000000;
  margin: 0;
  padding: 0;
}

div.news-content-detail img, div.news-content img {
  margin: 0 10px 3px 0;
}

div.stellt-vor {
  position: relative;
  border: 1px solid #516375;
  padding: 10px;
  margin: 0 10px 0 13px;
  background-color: #EDEFF1;
  text-align: center;
}
div.stellt-vor-head {
  background-color: #516375;
  padding: 5px;
  margin: 0 10px 0 13px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #516375;
  border-bottom: 0;
  color: #FFFFFF;
  text-align: center;
}