body{
        margin: 0px;
        padding: 0px;
        text-align: center;
        background-color: #FFAE88;
}
#main
{
        margin-left: auto;
        margin-right: auto;
        width: 980px;
        border: 0px solid red;
        text-align: left;
        background-color: #FF8042;
        height: inherit;
}
#obenstartseite{
        position: absolute;
        margin-top: 10px;
        width: 980px;
        height: 250px;
        background-color: #FF8042;
        font-family: Seagull;
}
#mittestartseite{
        position: absolute;
        margin-top: 250px;
        margin-left: 0px;
        margin-bottom: 20px;
        width: 980px;
        height: auto;
        background-color: #FF8042;
        font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: bold;
        color: White;
}
#linksstartseite{
        position: absolute;
        margin-top: 250px;
        margin-left: 0px;
        width: 150px;
        height: auto
        background-color: #FF8042;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        text-align: center;
}
#rechtsstartseite{
        position: absolute;
        margin-top: 250px;
        margin-left: 830px;
        width: 150px;
        height: auto
        background-color: #FF8042;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        border: 0px solid Black;
        text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
        margin : 0;
        padding : 0;
}

h1 {
        color: Black;
        padding: 0 0 8px 0;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        font-size: 28px;
        text-align: center;
}

h2 {
        color: Black;
        padding: 0 0 8px 0;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
        text-align: center;
        font-size: 24px;
}

h3 {
        color: Black;
        padding : 8px 0 8px 0;
        font-weight : bold;
        font-size : 130%;
}

h4 {
        padding : 0 0 4px 0;
        font-weight : bold;
        font-size : 16px;
        font-weight : bold;
        text-align : left;
}

p {
        text-align : left;
        font-size : 16px;
        font-family : Century Gothic;
        font-weight : bold;
}
a {
        color: Navy;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
}
a.startseite {
        color: Navy;
        font-family: "Times New Roman", Times, serif;
        font-size: 26px;
        font-weight: bold;
        text-decoration: none;
}
a.navi {
        color: Navy;
        font-family: "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        background-color: #D2691E;
        padding-left: 4px;
        padding-right: 4px;
}

input,select,textarea {
background-color : #c0c0c0;
font-family: "Times New Roman", Times, serif;
        font-size: 14px;
color : #000000;
border-style: groove;
border-color : dimgray;
}
