* {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
    width: 100%;
}

body {
    color: #3E5562;
    height: 100%;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 160%;
    width: 100%;
}

h1 {
    font-size: 1.2em;
    font-style: italic;
}

a {
    color: #3E5562;
}

ul {
    padding: 0px 0px 0px 20px;
}

p {
    margin: 4px 0px 8px 0px;
}

hr {
    clear: both;
    visibility: hidden;
}

#w {
    margin: 0px auto 0px auto;
    width: 780px;
}

#h img {
    float: left;
}

#h .navi {
    background-color: #337460;
    float: right;
    font-weight: bold;
    margin: 100px 0px 0px 0px;
    padding: 6px 10px 2px 4px;
    text-align: right;
    width: 530px;
}

#h .navi a, #h .navi span {
    color: #fff;
    padding: 2px 10px 15px 10px;
}

#h .navi a.active {
    background-color: #b3cbc4;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
    color: #337460;
    padding: 2px 10px 15px 10px;
    text-decoration: none;
}

div#c {
    background-color: #B3CBC4;
    margin-top: 8px;
    padding: 10px;
}

div#c div {
    background-color: #ccddd8;
    margin: 5px 4px 5px 28px;
}

div#c div .left {
    float: left;
    width: 270px;
}

div#c div .left img {
    margin: 10px 0px 5px 0px;
}

div#c div .right {
    float: right;
    width: 380px;
}

div#c div .right h1 {
    margin: 20px 0px 5px 0px;
}

div#c div .right ul {
    list-style-type: none;
    padding: 0px 0px 0px 5px;
}

div#c div .right ul.columns li {
    float: left;
    width: 180px;
}

table#ct {
    border: 2px #B3CBC4 solid;
    border-top: 6px #B3CBC4 solid;
    margin-top: 8px;
    width: 100%;
}

table#ct a {
    color: #fff;
}

table#ct th {
    color: #fff;
    text-align: left;
    padding: 0px 0px 0px 20px;
    background-color: #669788;
}

table#ct th h1 {
    font-size: 15px;
    margin: 8px 0px 4px 0px;
    padding: 0px;
}

table#ct th p {
    font-size: 0.9em;
    margin: 2px 0px 4px 0px;
    padding: 0px;
}

table#ct td {
    vertical-align: top;
    margin: 0px;
    padding: 5px 5px 8px 5px;
}

table#ct td.date {
    background-color: #FEE5C8;
    width: 140px;
}

table#ct td.date .ausgebucht {
    text-decoration: line-through;
}

table#ct td.date .ausgebucht-note {
    color: #C03;
}

table#ct td.title {
    background-color: #CCDDD8;
}

table#ct td.title a {
    color: #3E5562;
}

table#ct td.price {
    background-color: #FDC88C;
    width: 80px;
}

table#ct td.price-big {
    background-color: #FDC88C;
    width: 240px;
}

#slogan {
    padding: 10px 0px 10px 35px;
}