/* CSS für die Kopfzeilen und Navigation */

#head {
  position:absolute; 
  margin:0; 
  top:0; 
  left:175px; 
  display:block; 
  width:100%; 
  height:0; 
  background:#E0B981; 
  z-index:5; 
  overflow:hidden; 
}

#left {
  position:absolute; 
  left:0; 
  top:0;
  bottom:0;
  width:175px; 
  background:#6C1C10;
  z-index:4; 
  overflow:auto;
  padding-top:20px;
  padding-left:5px;
}

* html #left {
  height:100%; 
  top:0; 
  bottom:0; 
  border-top:100px solid #fff; 
  border-bottom:50px solid #fff; 
  color:Black;
}

#left ul {
  list-style-type:none;
}

#left .li1 {
  width:155px;
  background:#E0B981;
  border:1px solid #6C1C10;
  font-size:10pt;
  font-weight:bold;
  color:Black;
}

#left .li2 {
  width:155px;
  background:#A88B61;
  border:1px solid #6C1C10;
  font-size:10pt;
  font-weight:bold;
  color:Black;
/*  color:#EDEEE8; */
}

/* Hyperlinks */

#left .li1 a {
  width:147px;
  display:block;
  color:black;
  text-decoration:none;
  font-size:10pt;
  font-weight:bold;
  padding:4px;
}

#left .li2 a {
  width:147px;
  display:block;
  color:Black;
  text-decoration:none;
  font-size:10pt;
  font-weight:bold;
  padding:4px;
}

#left a:hover {
  width:147px;
  display:block;
  background-color:#6C1C10;
  color:#EDEEE8;
  text-decoration:none;
  font-size:10pt;
  font-weight:bold;
  padding:4px;
}

#left .aktiv a {
  width:147px;
  display:block;
  background-color:#705D41;
  color:#EDEEE8;
  text-decoration:none;
  padding:4px;
  font-size:10pt;
  font-weight:bold;
}

#foot {
  position:absolute; 
  margin:0; 
  bottom:0; 
  left:170px; 
  display:block; 
  width:100%; 
  height:0; 
  z-index:5; 
  overflow:hidden; 
  background:#000; 
}
