@import "reset.css";
body {
    background: url("../bilder/loveicon-11.png") repeat scroll 0 0 transparent;
    color: #564B47;
    font-family: Georgia,Times;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#box {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    width: 800px;
}
#header {
    background-image: url("../bilder/gestalt_01.jpg");
    height: 323px;
}
#content {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 12px;
}
#spalte1 {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 50px;
    text-align: justify;
}
h2 {
    background-color: #90897A;
    color: #564B47;
    font-size: 2.9em;
    letter-spacing: 0.2em;
    padding: 7px;
    text-transform: uppercase;
}
h3 {
    font-size: 2em;
    font-weight: 100;
    margin-bottom: 32px;
    margin-top: 0;
    padding-top: 30px;
}
h4 {
    border-bottom: 1px solid;
    font-size: 1.7em;
    font-weight: 100;
    margin-top: 39px;
    padding-bottom: 6px;
}
p {
    font-size: 17px;
    line-height: 1.4em;
    margin-top: 17px;
}
.left {
    border: 2px solid #E4E4E4;
    float: left;
    margin-bottom: 6px;
    margin-right: 16px;
    padding: 8px;
    background: #FFFFFF;
}
.frage {
    color: red;
}
.antwort {
    color: green;
    padding-left: 41px;
}
#footer {
    background-image: url("../bilder/gestalt_03.jpg");
    height: 307px;
    margin: 0;
    padding-top: 26px;
}
#footer a {
    color: grey;
    font-size: 13px;
    line-height: 20px;
    margin-left: 84px;
    text-decoration: none;
}
#footer a:hover {
    color: #ACACAC;
}
#footer a:visited {
    color: grey;
    font-size: 13px;
    line-height: 20px;
    margin-left: 84px;
}
#footer h3 {
    border-bottom: 2px dotted;
    color: grey;
    margin-bottom: 10px;
    margin-left: 40px;
    width: 331px;
}
h5 {
    border-bottom: 3px dotted #000000;
    border-top: 3px dotted #000000;
    float: right;
    font-family: Georgia,Times,serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    margin-left: 44px;
    margin-top: 31px;
    padding: 10px;
    text-align: center;
    width: 278px;
}
a {
    color: #000000;
}
a:hover {
    color: #656565;
}
