﻿body
{
    background: #dedfda;
    background-attachment: fixed;
    background-image: url("../images/behaelter.jpg");
    background-repeat: no-repeat;
    color: #ffffff;
    font-family: Arial;
    margin: 0 auto;
    width: 960px;
}

div#contact
{
    background-color: #1babdd;
    border: 2px solid;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

div#content
{
    float: left;
    width: 100%;
}

div#footer
{
    color: #1a4568;
    float: left;
    width: 100%;
}

div#header
{
    color: #1a4568;
    float: left;
    margin-bottom: 1.5em;
    width: 100%;
}

div#text
{
    background-color: #1babdd;
    border: 2px solid;
    padding: 20px;
    text-align: justify;
}

h1
{
    font-size: xx-large;
    text-align: center;
    text-decoration: underline;
}

h2
{
    font-size: large;
    text-align: center;
}

img
{
    border: 0;
}

img#pictures
{
    display: block;
    margin: 0 auto;
}