﻿body {
    /*background: linear-gradient(to bottom, white, blue) no-repeat;*/
    height: 100%;
    margin: 0;
    background: #000027;
}
div {
    margin: 0px;
    padding: 0px;
}
.all {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    min-height: 100%;
    padding-bottom: 110px;
    background: #b8b8ff;
}
.header img {
    width: 1200px;
    max-width: 100%;
    /*max-height: 400px;*/
}
.navigation {
    float: left;
    width: 180px;
}
.navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.navigation li {
    background-color: #bbbbff;
    padding: 4px;
    border-left: 10px #003867 solid;
    border-top: 2px #003867 solid;
}
.content {
    margin-left: 190px;
}
.newspage {
    padding-bottom: 30px; /*frag mich nicht wieso, aber sonst geht der footer über die letzte nachricht*/
}
.news {
    min-height: 240px;
    margin-bottom: 10px;
    padding: 10px;
}
.newshead {}
.newsdate {
    float: left;
    margin-right: 15px;
    font-size: 0.8em;
    font-style: italic;
    color: #888888;
}
.news h1 {
    font-size: 2em;
}
.newsimage {
    float: left;
}
.newsimage img {
    width: 200px;
    height: 200px;
}
.newsdescription {
    margin-left: 210px;
}
.blogentrytext {
    border: 1px black solid;
    margin: 4px;
    margin-left: 8px;
    padding: 4px;
}
.blogentrydate {
    font-style: italic;
}
.blogpage textarea {
    width: 600px;
    height: 200px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    clear: both;
    text-align: center;
    background-color: #999999;
    color: #dddddd;
}