body {
    background-color: rgb(29, 76, 108);
    background-position: 197px 0px;
    font-family: "Arial";
    font-size: 13px;
}

h1 {
    color: #009EE0;
    display: inline;
    font-family: "Arial";
    font-size: 20px;       
    font-weight: bold;
}

h2 {
    color: #FFFFFF;
    display: inline;
    font-family: "Arial";
    font-size: 14px;
    font-weight: bold;
}

#main {
    background-color: #262626;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
    width: 950px;
}
                 
#head {
    background-image: url("../img/hintergrund_farbverlauf.png");
    background-repeat: repeat-x;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 950px;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

#content {
    margin-left: auto;
    margin-right: 100px;
    margin-top: auto;
    min-height: 13px;
    width: 950px;
    color: #FFFFFF;
}


#center {
/*     //float: left; */
    min-height: 300px;
    width: 700px; 
}

#centertext{
}

#footer {
    background-image: url("../img/footer.png");
    height: 50px;
    width: 950px;
}

a:visited {
color:#a2a2a2;
}

a{
color: #009EE0;
}


.headerpics {
    position: absolute;
    float: left;
}

