body{
    background-color: #9A9A9C;  
    font-size: 1.05em; 
    font-family: "Sans", Times New Roman; 
    text-align: justify; 
    margin-top: 0.3em;  
    padding: 0; 
    color: #000022; 
    background-image: url(Grafiken/bodybg.png); 
}

body a:link{ 
    color: #012D6A; 
    text-decoration: none; 
}
body a:visited{ 
    color: #012D6A; 
    text-decoration: none; 
}
body a:hover{
    color: #000022;
    cursor: pointer; 
}
body a:active{
    color: #000022;
    cursor: pointer; 
}

body h1{
    color: #012D6A;
    font-size: 2em;
}
body h2{
    color: #012D6A;
    font-size: 1.5em;
}

div#seite{
    margin: 0 auto;
    width: 50em;
    border: 3px solid #000000;
    min-height: 45em;
    margin-bottom:0;
    background-image: url(img/spacer.png);
    background-repeat: repeat-y;
}


div#header{
    background-image: url(img/header.png);
    background-repeat: no-repeat;
    width: 50em;
    height:11.75em;
    border: none;
    
}

ul#navi{
    float: left;
    text-align: left;
    padding: 1em;
    margin-left:0;
    border: none;
}
ul#navi li{
    list-style: none;
}
ul#navi a{
    display: block;
    width: 8em;
}
ul#navi h1, h2, h3, h4{
    color: #012D6A;
    font-size:1.1em;
    background-image: none;
}
ul#navi h1:hover{
    background-image: url(img/star.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
ul#navi h1:active{
    background-image: url(img/star.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
ul#navi a:link{
    color: #012D6A;
}
ul#navi a:visited{
    color: #012D6A;
}

div#content{
    width: 25em;
    float: left;
    text-align: justify;
    padding-left: 1em;
    padding-top: 2em;
    min-height: 45em;
    overflow: auto;
    margin: 0;
}

ul#navi2{
    float: right;
    text-align: left;
    padding: 1em;
    margin-left: 20px;
    border: none;
}
ul#navi2 li{
    list-style: none;
}
ul#navi2 a{
    display: block;
    width: 9em;
}
ul#navi2 h1, h2, h3, h4{
    color: #012D6A;
    background-image: none;
    font-size:1.1em;
}

ul#navi2 h1:hover{
    background-image: url(img/star.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
ul#navi2 h1:active{
    background-image: url(img/star.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
ul#navi2 a:link{
    color: #012D6A;
}
ul#navi2 a:visited{
    color: #012D6A;
}


div#footer{
    clear: both;
    text-align: center;
    width:50em;
    padding:0;
    margin-bottom: 20;
    margin-top:0;
}




div#footer1{
    height: 2px;
    text-align: center;
    font-size: 1px;
    color: #9A9A9C;
}
