/*****************************
*   Autor: Barbara Drischel  *
******************************/
/* Rahmen für die Navigation an der linken Seite*/

.navi-top a{
 display: inline-block;
 width: 28%;
 font-size: 80%;
 color: black;
 background-color: rgb(175,175,175);
 background-image: url(../img/a-href.jpg);
 margin: 0px auto;
 padding: 2px 10px;
 border: 1px solid silver;
 text-align: center;
 text-decoration: none;
 }

.navi-top a:hover{
 background-image: url(../img/head-g.jpg);
 background-color: rgb(250,250,225);
 color: rgb(50,50,50);
 border: 1px solid rgb(250,200,50);
 }

.navi-top #this{
 display: inline-block;
 width: 180px;
 background-image: url(../img/head-g.jpg);
 background-repeat: repeat;
 background-position: 0;
 background-color: rgb(255,255,255);
 color: rgb(50,50,50);
 border: 1px solid rgb(250,200,50);
 padding: 2px 5px;
 font-weight: bold;
 font-size: 75%;
 }

.navi-top #li{
 float: left;
 margin-left: 0px;
 padding: 3px 0;
 }

.navi-top #re{
 float: right;
 margin-right: 0px;
 padding: 3px 0;
 }
