body{
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    padding:0;
    margin:0;
    margin-top:72px;
    background-color:#F6F6F6;
}

/* Global */
.container{
    width: 80%;
    max-width:1250px;
    margin:auto;
    padding:0;
    overflow:hidden;
}

.textblockright {
    text-align:justify;
    padding-left: 20px;
}

.freetext{
    text-align:justify;
    padding:0;
    margin:0;
}

a {
    color: black;
    text-decoration: underline dotted;
}

a:hover {
    text-decoration: underline;
}

header{
    position: fixed;
    background: #252735;
    color: #ffffff;
    padding-top:4px;
    padding-bottom:4px;
    min-height: 1.2em;
    top: 0;
    width:100%;
    border-bottom: #83818f 1px solid;
    z-index: 10;
    font-size: 1em;
}

footer{
    position: fixed;
    background: #252735;
    color: #dddde3;
    padding-top:4px;
    padding-bottom:4px;
    text-align:center;
    min-height: 1.0em;
    bottom: 0;
    width:100%;
    border-bottom: #83818f 1px solid;
    z-index: 10;
    font-size: 0.8em;
}

header .navtd
{
    margin:0;
    width:260px;
    height:32px;
    background-color: none;
    text-align: center;
    padding:0;
    padding-top:4px;
    padding-bottom:0px;
}

header .navtdactive
{
    margin:0;
    width:260px;
    height:32px;
    background-color: #444456;
    text-align: center;
    font-weight: bold;
    padding:0;
    padding-top:4px;
    padding-bottom:0px;
}

header .navbtn
{
    margin:0;
    font-size: 16px;
    display: table-cell;
    text-decoration: none;
    background-color:none;
    color: #eeeef0;
    border:none;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    padding-bottom: 0;
    width:200px;
    height:32px;
    vertical-align: middle;
}

header .navbtninactive:hover
{
    /*background-color: #444444;*/
    color:white;
    text-decoration: underline dotted;
}

header td{
    text-align: left;
    height:50px;
}

header a .list{
    color: #cccccc;
    /*font-weight: bold;*/
    text-decoration: none;
    /*text-transform: uppercase;*/
}

header a:hover .list{
    color: #cccccc;
    /*font-weight: bold;*/
    text-decoration: underline dotted;
    /*text-transform: uppercase;*/
}

header .current a{
    color:#FFFFFF;
    /*font-weight: bold;*/
    text-decoration: dotted;
}



header #title{
    text-align: left;
    width:55px;
    min-width:55px;
    padding:0 0px 0px 0px;
    background-image: url("../images/portraits/andreas_vr_circle.png");
    background-size: 50px 50px;
    background-position-x: 0;
    background-position-y: 0px;
    background-repeat: no-repeat;
}*

/*header #title{
    border-right:#c0d0db 1px solid;
    text-align: left;
    width:150px;
    min-width:120px;
    padding:0 25px 0px 65px;
    background-image: url("../images/portraits/andreas_vr_circle.png");
    background-size: 50px 50px;
    background-position-x: 0;
    background-position-y: 0px;
    background-repeat: no-repeat;
}*/

header #navigation
{
    padding-left: 0px;
    padding-right: 0px;
    
    text-align: center;
}

header ul{
    margin: 0;
    padding: 0;
    min-width:500px;
}

header li{
    /*float:left;*/
    display:inline;
    padding:0 20px 0px 20px;
}


.todo{
    color: #555599;
    font-style: italic;
}

.statement{
    color: #555599;
}


@media(max-width: 1200px) {
    /*.container{
        width: 80%;
    }*/

}

@media(max-width: 800px) {
    header #title{
        display: none;
        width:0px;
        min-width:0px;
    }

    header li {
        padding:0 10px 0px 10px;
    }
    .textblockright {
        font-size:0.8em;
    }
}

@media(min-width: 700px) {
    header .navbtn
    {
        font-size: 20px;
    }
}

@media(max-width: 700px) {

    header ul {
        padding-left: 0px;
        margin-left: 0px;
    }

    header #title{
        padding: 0px;
    }

    header li{
        /*float:left;*/
        padding:0 1em 0px 1em;
        font-size: 1em;
    }

    header #navigation
    {
        padding-left: 0px;
        padding-right: 0px;
        
        /*text-align: left;*/
    }

}

@media(max-width: 700px) {
    .container{
        width: 100%;
        font-size: 0.75em;
    }
    header li{
        padding:0 1em 0px 1em;
        font-size: 2em;
    }
    .textblockright {
        padding-right: 20px;
    }
    .textblockleft {
        padding-left: 20px;
    }
    .freetext{
        text-align:justify;
        padding-left:20px;
        padding-right:20px;
    }
}


@media(max-width: 550px) {
    header .navbtn{
        font-size: 1em;
    }

}
