body {
    padding: 0px;
    color: #000000;
    background-color: #FFFFFF;
    font-family: arial,tahoma,helvetica,sans-serif;
    overflow: auto;
    text-align: center;
}

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

/* Definieren des Headers */

div#wrapper {
    margin: 0px auto;
    margin-top: 100px;
    width: 952px;
    text-align: center;
}
div#header {
    clear: both;
    float: left;
    position: relative;
    margin: 0px auto;
    height: 122px;
    width: 952px;
    border: 0px;
    background-color: white;
    background-image: url(/header_bg.gif);
    background-repeat: no-repeat;
    overflow: hidden;
}

.logoimage {
    position: absolute;
    margin: auto;
    max-height: 60px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

/* Definieren des Hauptdivs in der Mitte */

div#main {
    clear: both;
    float: left;
    position: relative;
    margin: 0px auto;
    padding: 0px;
    padding-top: 23px;
    padding-bottom: 18px;
    width: 950px;
    border: 0px;
    border-left: 1px solid #797979;
    border-right: 1px solid #797979;
    text-align: left;
    background-color: white;
}

div#main_center {
    padding-left: 20px;
    padding-right: 200px;
    color: #4E5057;
    font-size: 0.8em;
}

div#main_center h1 {
    margin: 0px;
    padding: 0px;
    color: #4E5057;
    font-size: 1.5em;
    font-weight: bolder;
}

div#main_center h2{
    margin: 0px;
    padding: 0px;
    color: #797979;
    font-size: 1.0em;
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #797979;
    clear:left;
}

div#main_center p {
    margin-bottom: 10px;
    line-height:1.3em;
}

div#main_center a {
    border-bottom: 1px dotted #797979;
    color: #797979;
    text-decoration: none;
}

div#main_center a:hover {
    color: #810312;
    border-bottom: 1px dotted #810312;
}

/* Definieren des Footers */

div#footer {
    clear: both;
    float: left;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    font-size: 0.7em;
    color: #4E5057;
    height: 52px;
    width: 952px;
    border: 0px;
    background: url(/footer_bg.gif) no-repeat;
}

div#footer p {
    margin-top: 20px;
}

div#footer a {
    text-decoration: none;
    color: #4E5057;
}

div#footer a:hover {
    text-decoration: underline;
}
