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

.navi-top a{
 display: inline-block;
 width: 33%;
 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/a-hover.jpg);
 background-color: rgb(250,250,225);
 color: rgb(50,50,50);
 }

.navi-top #this{
 display: inline-block;
 width: 200px;
 background-image: url(../img/a-href.jpg);
 background-color: rgb(255,255,255);
 background-position: 0px 0px;
 background-repeat: repeat;
 color: rgb(50,50,50);
 border: 1px dotted rgb(150,150,150);
 padding: 2px 5px;
 }

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

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