

/* Allgemeine Angaben: */

body {
    font-family: Trebuchet ms, MS Arial, MS Verdana, sans-serif;
    color: #999;
    font-size: 15px;
    line-height: 18px;
    background-image: url(../images/_background.png);
    background-repeat: repeat;
}

header, footer, section, aside, nav, article {
    display: block;
}

#wrapper {
    width: 982px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #006899;
    -moz-box-shadow: 10px 10px 5px #999; /* Mozilla Firefox */
    -webkit-box-shadow: 10px 10px 5px #999; /* Google Chrome */
}


/* Kopfbereich: */

header {
    width: 980px;
    height: 035px;
    margin: 0 auto;
    background: #fff;
}

#form {
    width: 980px;
    margin: 0 auto;
    padding-top: 25px;
    background: #fff;
    overflow: hidden;
}


/* Navigationsmenue: */

nav {
    background: #006899;
    margin: 0 auto;
    width: 980px;
    height: 40px;
    display: block;
}

    nav .menu {
        font-size: 16px;
        font-weight: lighter;
    }

        nav .menu ul {
            margin: 0;
            padding: 20px 0 0 20px;
            list-style: none;
            line-height: 5px;
        }

        nav .menu li {
            display: block;
            float: left;
        }

        nav .menu a {
            display: block;
            float: left;
            margin-right: 5px;
            padding: 0px 15px;
            color: #fff;
            text-decoration: none;
        }

            nav .menu a:hover {
                color: #62B5DE;
                text-decoration: none;
            }


/* Seiteninhalt: */

#content {
    float: left;
    width: 900px;
    margin-left: 40px;
    float: left;
}

div.columns {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari, Chrome */
    column-count: 2; /* Opera, IE, W3C Standard */
    border: 1px solid #006899;
    padding: 10px;
    font-size: 14px;
    color: #003366;
}

a, a:link, a:visited {
    color: #006899;
}

a:hover, a:active {
    color: #003366;
}

p {
    margin-bottom: 18px;
}

li {
    padding-left: 5px;
}

article {
    margin-bottom: 10px;
}

    article img {
        border: none;
        -webkit-box-shadow: 3px 3px 7px #777;
        -moz-box-shadow: 3px 3px 7px #777;
    }

#content p, ul, ol, hr {
    margin-bottom: 24px;
}

    #content ul ul, ol ol, ul ol, ol ul {
        margin-bottom: 0;
    }

#content h1, h2, h3, h4 {
    color: #003366;
    margin: 0 0 20px 0;
    line-height: 1.0em;
}

h1, h2 {
    font-weight: bold;
    clear: both;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 1.0em;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color:#006899;
    margin: 0 0 20px 0;
    line-height: 1.2em;
}

.imgleft {
    float: left;
    border: 0;
    margin: 0px 20px 0px 10px;
    padding: 5px;
}

.imgleft1 {
    float: left;
    border: 1px solid #006899;
    margin: 5px 10px 10px 15px;
    padding: 5px;
}

.imgright {
    float: right;
    border: 1px solid #006899;
    margin: 5px 10px 10px 15px;
    padding: 5px;
}

.imgright1 {
    float: right;
    border: 0;
    margin: 2px 10px 10px 15px;
    padding: 5px;
}



.frameit {
    border: 15px #ccc solid;
    margin-right: 15px;
    /* curved border radius */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


span.fehler {
    color: red;
}



/* Fussbereich: */

footer {
    color: #fff;
    width: 980px;
    margin: 0 auto;
    clear: both;
}

#footer-area {
    background: #006899;
    color: #fff;
    font-size: 90%;
    padding: 10px 0;
    overflow: hidden;
}

.footer-segment {
    float: left;
    margin-right: 10px;
    margin-left: 45px;
    width: 180px;
    margin-bottom: -10px;
}

footer aside h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.1em;
}

footer p {
    margin-top: -10px;
}

footer a:link, a:visited {
    color: #fff;
    text-decoration: none;
}

footer a:hover, a:active {
    color: #62B5DE;
}
