/***********************Allgemeine-Settings-Start**************************/
* {
    margin: 0;
    padding: 0;
    font-family: "Arial";
}

html {
    overflow-y: scroll;
}

body {
    background: url(../image/bg-verlauf.gif) repeat-y center;
}

img{
    border: 0;
}

#index {
    width: 100%;
    height: 100%;
}

a {
    outline: none;
}

/***********************Allgemeine-Settings-Ende**************************/

/***********************Layout-Settings-Start**************************/
#wrapper {
    height: 667px;
    width: 932px;
    background: url(../image/buehne3.jpg) no-repeat;
    margin: 0 auto;
    position: relative;
}

#tuerkis {
    background: #e3f4f4 url(../image/tuerkis-seite/tuerkis-verlauf.gif) repeat-x;
    height: 100%;
    width: 50%;
    float: left;
    min-width: 466px;
}

#verlauf {
    background: #fff1e3 url(../image/orange-verlauf.jpg) repeat-x;
    height: 100%;
    width: 100%;
    float: left;
    position: absolute;
}
/***********************Layout-Settings-Ende**************************/

/***********************Layout-Settings-Linke-Seite-Start**************************/
#links {
    float: left;
    width: 450px;
    height: 600px;
    margin: 50px 0 0 15px;
}

.logo-links {
    margin: 50px 0 0 42px;
}

#daten-links {
    font-size: 14px;
    margin: 40px 0 0 50px;
    list-style: none;
    color: #004075;
    line-height: 1.4em;
}

.mail-links {
    color: #004075;
    line-height: 2em;
    text-decoration: none;
}

.termin-links {
    text-decoration: none;
    color: #3EA1A6;
}

.break {
    margin-bottom: 5px;
}

#startBtnTuerkis {
    position: absolute;
    top: 244px;
    left: 305px;
}

/***********************Layout-Settings-Linke-Seite-Ende****************************/

/***********************Layout-Settings-Rechte-Seite-Start**************************/
#rechts {
    float: left;
    width: 450px;
    height: 600px;
    margin-top: 50px;
}

.logo-rechts {
    margin: 50px 0 0 42px;
}

#daten-rechts {
    font-size: 14px;
    margin: 40px 0 0 50px;
    list-style: none;
    color: #004075;
    line-height: 1.4em;
}

.mail-rechts {
    color: #004075;
    line-height: 2em;
    text-decoration: none;
}

.termin-rechts {
    text-decoration: none;
    color: #FC7217;
}

#startBtnOrange {
    position: absolute;
    top: 244px;
    left: 745px;
}

/***********************Layout-Settings-Rechte-Seite-Ende**************************/

dl.zeiten {
    line-height: 1.4em;
    text-align: left;
    float: left;
    padding-bottom: 15px;
    padding-left: 50px;
    font-size: 90%;
    color: #004075;
}

dl.zeiten dt {
    width: 90px;
    float: left;
    margin-right: 0.3em

}

dl.zeiten dd {
    display: block;
    width: 360px;
}

dt.oeffnung {
    font-size: 90%;
}

h3.termin {
    float:left;
    padding: 2px 0 0 0;
}

#links ul li span {
    color: #00848b;
}

#links p {
    color: #004075;
    margin-top: 5px;
    padding-left: 50px;
    font-size: 90%;
}

#rechts ul li span {
    color: #fc7217;
}

#rechts p {
    color: #004075;
    margin-top:5px;
    padding-left:50px;
    font-size:90%;
}
