#right .vereinrechts {
   color            : #000;
   background       : #fff;
   margin-left      : 5px;
   position         : absolute;
   width            : 120px;
   border           : 1px solid #004000;
   visibility       : hidden;
}

#right .karte {
   color            : #000;
   background       : #fff;
   margin-left      : 5px;
   position         : absolute;
   width            : 130px;
   border           : 1px solid #004000;
}

div.vereinrechts .team {
   font-family      : Verdana, Arial, sans-serif;
   font-size        : 0.75em;
   font-weight      : bold;
   text-transform   : uppercase;
   color            : #fff;
   background       : #004000;
   margin-bottom    : 0;
   padding          : 2px;
   border           : none;
   display          : block;
}

div.vereinrechts .info {
   font-family      : Arial,Helvetica,Geneva,sans-serif;
   font-size        : 8pt;
   white-space      : nowrap;
   color            : #000;
   background       : #fff;
   margin-left      : 3px;
   display          : block;
}

div.karte .team {
   font-family      : Verdana, Arial, sans-serif;
   font-size        : 0.75em;
   font-weight      : bold;
   text-transform   : uppercase;
   color            : #fff;
   background       : #004000;
   margin-bottom    : 0;
   padding          : 2px;
   border           : none;
   display          : block;
}

div.karte .info {
   font-family      : Arial,Helvetica,Geneva,sans-serif;
   font-size        : 8pt;
   white-space      : nowrap;
   color            : #000;
   background       : #fff;
   margin-left      : 3px;
   display          : block;
}
