/* STANDARD */
body {
    background-color: rgb(224,224,212);
    text-align: center;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

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

img {
    margin: 0;
}

html, a, td, body, div {
    font-family: Arial, sans-serif, Verdana;
    font-size: 12px;
    color: black;
}

a:link, a:visited, a:hover, a:focus, a:active {
    color: rgb(118,112,138);
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    color: rgb(104,194,82);
}

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

h1 {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 8px;
    color: rgb(30,18,64);
}

h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    color: rgb(30,18,64);
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 6px;
    color: rgb(118,112,138);
}

h4 {
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 6px;
    color: rgb(118,112,138);
}

h5 {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

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: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0;
}
ol {
    margin: 0;
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0;
}

li {
    margin: 0;
    margin-left: 5px;
    margin-bottom: 2px;
    padding: 0;
}

div.by-cybox {
    position: relative;
    width: 988px;
    text-align: right;
    font-size: 10px;
    color: rgb(224,224,212);
    margin: 0 auto 0;
}

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(120, 120, 120);
    font-weight: normal;
}
a.by-cybox:hover, a.by-cybox:focus, a.by-cybox:active {
    font-size: 11px;
    color: rgb(80, 80, 80);
}

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(224,224,212);
    font-weight: normal;
    cursor: default;
}

/* LAYOUT */

div.umrandung {
  position: relative;
  margin: 0 auto 0;
  width: 986px;
  min-height: 415px;
  padding-top: 145px;
  background-color: white;
  background-repeat: repeat-y;
}

div.kopf {
    position: absolute;
    top: 0;
    left: 0;
    width: 986px;
    height: 145px;
    background-color: white;
    overflow: hidden;
}

div.menu {
    position: absolute;
    top: 122px;
    left: 0;
    width: 980px;
    height: 15px;
    padding: 2px;
    border: 1px solid rgb(139,139,137);
    background-color: rgb(221,225,138);
}

div.adresse {
    position: absolute;
    bottom: 20px;
    left: 1px;
    width: 237px;
    font-size: 11px;
    color: rgb(30,16,65);
    text-align: center;
    overflow: hidden;
}
div.adresse a:link, div.adresse a:visited, div.adresse a:hover, div.adresse a:focus, div.adresse a:active {
    font-size: 11px;
}

div.rechtliches {
    position: absolute;
    top: 145px;
    right: 0;
    width: 235px;
    height: 30px;
    padding-top: 22px;
    padding-right: 3px;
    border-left: 1px solid rgb(147,149,152);
    font-size: 11px;
    color: rgb(118,112,138);
    text-align: center;
    overflow: hidden;
}
div.rechtliches a:link, div.rechtliches a:visited, div.rechtliches a:hover, div.rechtliches a:focus, div.rechtliches a:active {
    color: rgb(118,112,138);
    font-weight: normal;
    font-size: 11px;
}
div.rechtliches a:hover, div.rechtliches a:focus, div.rechtliches a:active {
    color: rgb(30,16,65);
}

div.links {
    position: relative;
    width: 199px;
    min-height: 330px;
    text-align: left;
    padding-top: 59px;
    padding-left: 30px;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: top center;
    float: left;
    overflow: hidden;
}

div.links-border-top {
    position: absolute;
    top: 145px;
    left: 0;
    width: 239px;
    height: 1px;
    background-color: rgb(139,139,137);
    overflow: hidden;
}
div.links-border-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 239px;
    height: 1px;
    background-color: rgb(139,139,137);
    overflow: hidden;
}

div.mitte {
    position: relative;
    width: 628px;
    padding-top: 100px;
    padding-left: 84px;
    padding-right: 35px;
    text-align: left;
    float: left;
    overflow: hidden;
}
div.mitte img {
    margin: 5px;
}

div.mitte-titel {
    position: absolute;
    top: 197px;
    left: 310px;
    width: 657px;
    height: 14px;
    padding: 5px;
    padding-left: 12px;
    border: 1px solid rgb(139,139,137);
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-align: left;
    background-color: rgb(30,16,65);
    overflow: hidden;
}

/* MENUS */

a.menu-line-0:link, a.menu-line-0:visited, a.menu-line-0:hover, a.menu-line-0:focus, a.menu-line-0:active {
    font-size: 12px;
    font-weight: bold;
    color: rgb(30,18,64);
}
a.menu-line-0:hover, a.menu-line-0:focus, a.menu-line-0:active {
    text-decoration: underline;
}
a.menu-line-0-marked:link, a.menu-line-0-marked:visited, a.menu-line-0-marked:hover, a.menu-line-0-marked:focus, a.menu-line-0-marked:active {
    font-size: 12px;
    font-weight: bold;
    color: rgb(118,112,138);
}

a.menu-block3-1:link, a.menu-block3-1:visited, a.menu-block3-1:hover, a.menu-block3-1:focus, a.menu-block3-1:active {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    color: rgb(30,18,64);
}
a.menu-block3-1:hover, a.menu-block3-1:focus, a.menu-block3-1:active {
    text-decoration: underline;
}
a.menu-block3-1-marked:link, a.menu-block3-1-marked:visited, a.menu-block3-1-marked:hover, a.menu-block3-1-marked:focus, a.menu-block3-1-marked:active {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    color: rgb(118,112,138);
}

a.menu-block3-2:link, a.menu-block3-2:visited, a.menu-block3-2:hover, a.menu-block3-2:focus, a.menu-block3-2:active {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 3px;
    color: rgb(30,18,64);
}
a.menu-block3-2:hover, a.menu-block3-2:focus, a.menu-block3-2:active {
    text-decoration: underline;
}
a.menu-block3-2-marked:link, a.menu-block3-2-marked:visited, a.menu-block3-2-marked:hover, a.menu-block3-2-marked:focus, a.menu-block3-2-marked:active {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-left: 25px;
    margin-bottom: 3px;
    color: rgb(118,112,138);
}

a.menu-block3-3:link, a.menu-block3-3:visited, a.menu-block3-3:hover, a.menu-block3-3:focus, a.menu-block3-3:active {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 60px;
    margin-bottom: 2px;
    color: rgb(30,18,64);
}
a.menu-block3-3:hover, a.menu-block3-3:focus, a.menu-block3-3:active {
    text-decoration: underline;
}
a.menu-block3-3-marked:link, a.menu-block3-3-marked:visited, a.menu-block3-3-marked:hover, a.menu-block3-3-marked:focus, a.menu-block3-3-marked:active {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 60px;
    margin-bottom: 2px;
    color: rgb(118,112,138);
}