/****************************
*  Autor: Barbara Drischel  *
*****************************/

.menu {
 padding: 0px;
 margin: 2px 0;
 margin-top: 0px;
 background-color: transparent;
 text-align: center;
 }

.menu li{
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
 }

.menu a{
 display: block;
 font-size: 80%;
 font-weight: normal;
 border: 1px solid rgb(100,100,100);
 border-top-style: none;
 border-left-style: none;
 padding: 2px;
 padding-left: 20px;
 margin: 2px auto;
 color: rgb(25,25,25);
 text-decoration: none;
 text-align: left;
 background-image: url(../img/ball-0.png);
 background-repeat: no-repeat;
 background-position: 4px;
 background-color: transparent;
 }

.menu a:hover{
 background-image: url(../img/this.png);
 background-repeat: no-repeat;
 background-position: 4px;
 background-color: rgb(255,255,255);
 color: rgb(0,0,0);
 border-right-style: solid;
 border-bottom-style: solid;
 }

.menu h4{
 background-color: transparent;
 background-image: url(../img/h4-menu.gif);
 background-repeat: no-repeat;
 color: rgb(50,50,50);
 border-style: none;
 border-bottom: 2px solid rgb(0,0,0);
 font-size: 90%;
 margin: 0;
 margin-top: 10px;
 padding: 5px;
 padding-left: 15px;
 text-align: left;
 font-weight: bold;
 }

#kapitel{
 background-color: transparent;
 background-image: url(../img/h4-menu.gif);
 background-repeat: no-repeat;
 color: rgb(50,50,50);
 border-style: none;
 border-bottom: 4px double rgb(0,0,0);
 line-height: 20px;
 font-size: 100%;
 margin-top: 8px;
 margin-left: 0px;
 margin-right: 0px;
 padding-top: 8px;
 padding-left: 20px;
 text-align: left;
 font-weight: bold;
 }

#kapitel:hover{
 background-image: url(../img/h4-menu.gif);
 color: rgb(0,0,0);
 }

#this{
 background-image: url(../img/ball.png);
 background-repeat: no-repeat;
 background-position: 4px 4px;
 background-color: rgb(255,255,255);
 text-decoration: none;
 color: rgb(0,0,0);
 border-right-style: solid;
 border-bottom-style: solid;
 }

.navi-left-foot{
 margin: 20px 0;
 }

.navi-left-foot h5{
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 font-size: 80%;
 font-weight: normal;
 margin: 2px 0px;
 padding: 5px 0;
 text-align: center;
 color: rgb(0,0,0);
 background-image: url(../img/a-hover-foot.jpg);
 }

.navi-left-foot a{
 display: block;
 padding: 3px;
 padding-left: 18px;
 padding-right: 1px;
 background-image: url(../img/a-hover-foot.jpg);
 background-repeat:repeat;
 background-position: 4px 4px;
 background-color: rgb(255,255,255);
 text-decoration: none;
 color: rgb(0,0,0);
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 font-size: 70%;
 }
