﻿#wrapper {
    margin-left: auto;
    margin-right: auto;
    background-color: white ;
    width: 90%;
    height: 1300px;
    /*border-style: solid;
    border-width: 1px;
    border-color: crimson;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
}



#header {
    /*background-color: antiquewhite;*/
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    /*border-style: solid;*/
    border-width: 1px;
    /* font-family:Pristina;
   font-family:Andalus;*/
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    text-align: center;
    font-size: 80px;
    font-variant-position: ordinal;
}




#menue-left {
    /*background-color: lightgoldenrodyellow;*/
    width: 19%;
    height: 60%;
    float: left;
    margin-bottom: 10px;
}



#content {
    /*background-color: whitesmoke;*/
    width: 80%;
    height: 60%;
    float: right;
    font-size: 1em;
}



#footer {
    background-color: seashell;
    width: 100%;
    height: 50px;
    clear: both;
}
