     hmtl, body {
margin: 0px;
padding: 0px;
background-color:#5C0317;
width: 100%;
height: 100%;
}

#gesamt {
border:1px red solid;
position: absolute;
width: 100%;
height: 100%;
}
#hintergrundbild {
border: none;
height:100%;
width: 100%;
}
#kopf {
position: absolute;
top:0%;
left:0%;
right:0%;
height:25%;
text-align:left;
min-height:150px;
}
#Navigation {
position: absolute;
top:25%;
left:2%;
width:18%;
height:70%;
text-align:left;
}
#inhalt {
position: absolute;
border:1px solid red;
background-color:#800000;
opacity:0.60;
filter:alpha(opacity=60);
height:70%;
top:25%;
left:22%;
width:74%;
padding:10px;
overflow: scroll;
}
p,h1,h2,div,li,th,td {
 color: #FFFFFF;
}
li, th, td {
 font-size: x-small;
}

p, div {
 font-size: small;
}

h1 { font-family: AvantGarde Md BT, sans serif;
 font-size: x-large;
 font-weight:400;
}
 h2 {
 font-family: AvantGarde Md BT, sans serif;
 font-size: large;
 text-align: center;
 border:1px solid;
 border-color:#400000;
 border-left-color: #DD2915; border-top-color: #DD2915;
 background: #600000;
 width:100%
}
p,div,li,th,td {
 font-weight:600;
 font-family: Arial;
}
p, li, div {
padding:5px;
}
th, td {
padding-left:5px;
padding-bottom:0px;
padding-top:0px;
margin:0px;
}

table {
 padding:15px;
 border:0;
 text-align: left
}
  a.navi, a.navi_self {
    display:block;
    margin-bottom:10px;
    border: 1px solid;
    padding: 0.2em;
    text-decoration: none;
    font-size: medium;
    font-family:Arial, sans serif;
    }
  a.navi {
    border-color:#400000;
    border-left-color: #DD2915; border-top-color: #DD2915;
    color: white; background-color: #621313;
    }
  a.navi_self {
    border-color: #DD2915;
    border-left-color: #400000;
    border-top-color: #400000;
    color: #F9F7A4;
    background-color: #990000
    }
  a.navi:hover {
    border-color: #DD2915;
    border-left-color: #400000;
    border-top-color: #400000;
    color: #F9F7A4;
    background-color: #990000;
  }
.zit {
    color:#AFAFAF;
  }