* {
        margin:0;
        padding:0;
}
html, body {
        text-align:left;
        background-color:rgb(255, 255, 255);
        color:rgb(0, 70, 190);
        font-size:1em;
        font-family:Arial;
        line-height:1.5;
}
html{
        overflow-x: visible;
        overflow-y: scroll;
}
#container{
        margin:auto;
        width:800px;
        margin-top:25px;
}
#logo{
        width:200px;
        float:right;
        margin-left:5px;
        margin-top:35px;
        margin-bottom:5px;
}
#menue{
        width:595px;
        float:left;
        text-align:center;
        color:rgb(249, 180, 29);
        background-color:rgb(0, 70, 190);
        margin-bottom:45px;
}
#sprachen{
        width:70px;
        text-align:right;
        float:right;
        margin:2px;
        margin-bottom:45px;
}
#inhalt{
        float: left;
        width:595px;
}
#datum{
        float:left;
}
h1{
        font-size:1.5em;
        color:rgb(249, 180, 29);
        margin-top:5px;
        margin-bottom:15px;
 }
h2{
        font-size:1.1em;
        margin-top:25px;
        margin-bottom:10px;
        color:rgb(249, 180, 29);
 }
.maik{
        font-size:0.8em;
        margin-left:10px;
        margin-bottom:5px;
 }


textarea{
        background-color:rgb(255, 255, 255);
        color:rgb(0, 70, 190);
        font-family:Arial;
        overflow-x:hidden;
        overflow-y:auto;
        white-space:normal;
}
input{
        background-color:rgb(255, 255, 255);
        color:rgb(0, 70, 190);
        font-family:Arial;
}
img{
        border-color:rgb(0, 0, 0);
}
a:link {
        color:rgb(249, 70, 29);
}
a:active {
        color:rgb(249, 70, 29);
}
a:visited {
        color:rgb(249, 180, 29);
}
a:hover {
        color:rgb(249, 180, 29);
}