.body {
    background-color: #FFFFEE;
    text-align: center;
}

.header {
    margin-top: 5px;
    height: 80px;
    margin-left: 10px;
}

span.header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #0033CC;
    font-style: oblique;
    font-weight: bold;
    margin-left: 60px;
    margin-right: 60px;
    vertical-align: 80%;
}

.frame {
    position: relative;
    top: 10px;
    width: 958px;
    padding: 0;
    background: #CCCCCC;
    border: solid #FFFFEE;
    -moz-border-radius: 30px;
    margin: 0 auto;

}

.side {
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 8px;
    float: left;
    width: 150px;
}

.side-element {
    margin-top: 11px;
}

a.side-element {
    width: 50px;
    text-align: center;
}

.footer {
    margin-left: 165px;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
    width: 785px;
    height: 15px;
    font-size:10px;
    color:#0033CC;
}
.footer-left {
    width: 33%;
    float: left;

}

.footer-middle {
    float: left;
    width: 33%;
}

.footer-right {
    float: left;
    width: 33%;
}

.content {
    width: 785px;
    background-image: url("/datei/bilder/bg.gif");
    -moz-border-radius: 30px;
    margin-left: 165px;
    padding-top: 40px;
    min-height: 555px;
}

h1.content {
    width: auto;
    height: auto;
    min-height: 0px;
    margin-left: 10px;
    background-image: none;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 50px;
}

p.content {
    width: auto;
    height: auto;
    min-height: 0px;
    background-image: none;
    padding: 0;
    margin-top: 80px;
    margin-left: auto;
}

table.veranstaltung {
    border: 5px solid #CCCCCC;
    width: 720px;
    -moz-border-radius:30px;
    margin-left: 33px;
    position: relative;
    top: -10px;
}
.veranstaltung td{
    border-bottom: 2px solid;
    border-color: #CCCCCC;
    padding-left:10px;
}

p.warning {
    width:600px;
    margin-left: auto;
    font-size:18px;
}

div.centered {
    text-align: center;
    width: 90%;
}

table.impressum {
    text-align: left;
    vertical-align: text-top;
    margin-left: auto;
    width: auto;
    position: relative;
    left: 25px;
}

table.impressum td{
    text-align: left;
    vertical-align: text-top;
    margin-left: auto;
    width: auto;
    padding-bottom: 25px;
    padding-right: 25px;
}