body {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica;
    background-color: #FFF;
    color: #000;
    background-image: url(/cms/upload/seitendesign/background.png);
    background-repeat: repeat-y;
    background-position: top center;
    text-align: center;
}

#wrapper {
    width: 850px;
    margin: 0 auto;
    text-align: left;
}

#service-menue {
    background-image: url(/cms/upload/seitendesign/background_trennlinie.jpg);
    background-repeat: repeat-x;
    background-color: #FFF;
    color: #000;
    font-size: 8pt;
    vertical-align: top;
    height: 22px;
    padding-left: 42px;
}

#service-menue a {
    text-decoration: none;
    color: #000;
}

#service-menue a.active {
    font-weight: bold;
}

#menue {
    float: left;
    width: 142px;
}

#menue ul {
    list-style-type: none;
}

#menue li {
    background-image: url(/cms/upload/seitendesign/background_menueitem.jpg);
    background-repeat: no-repeat;
    background-color: navy;
    color: #FFF;
    margin-bottom: 7px;
    width: 142px;
    height: 22px;
    text-align: center;
    font-size: 10pt;
    list-style-type: none;
}

#menue li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    height: 22px;
    padding-top: 3px;
}

#menue .active {
    font-weight: bold;
}

.submenue {
    background-image: url(/cms/upload/seitendesign/background_submenueitem.jpg) !important;
    background-repeat: repeat-x !important;
    background-color: #FFF;
    width: 142px;
    height: 22px;
    text-align: center;
    font-size: 9pt !important;
}

.submenue a {
    color: #1B6A9E !important;
    display: inline !important;
    background-color: #FFF !important;
    padding-left: 3px;
    padding-right: 3px;
}

.submenue div {
    height: 22px;
    padding-top: 3px;
}

#content {
    margin-left: 220px;
    width: 580px;
}

h2 {
    color: #1B6A9E;
    font-size: 12pt;
    font-weight: bold;
}

.text {
    color: #000;
    font-size: 10pt;
}

.text ul li {
    list-style-image: url(/cms/upload/seitendesign/bild_bullet.jpg);
    padding-bottom: 3px;
}

.text a {
    color: #000;
    text-decoration: underline;
}

.vita {
    width: 500px;
    border: none;
}

.vita td {
    padding-left: 10px;
    padding-bottom: 10px;
}

.vita .jahreszahl {
    vertical-align: top;
    border-right: 1px solid black;
    padding: 0px !important;
}