table#tabelle.klein {
         #width: auto;
         border: 1px solid black;
         font-size: 10px;
}
table#tabelle {
         width: 600px;
         width: 97%;
         border: 1px solid black;
}

table#tabelle td {
         text-align: right;
}
table#tabelle td.punkte {
         text-align: right;
         padding-right: 10px;
}
table#tabelle.klein td.punkte {
         text-align: right;
         padding-right: 2px;
}

table#tabelle td.mannschaft {
         text-align: left;
         padding-left: 10px;
}
table#tabelle.klein td.mannschaft {
         text-align: left;
         padding-left: 2px;
         overflow: hidden;
}

table#tabelle .myteam {
         background-color: yellow;
         color: green;
         font-weight: bold;
}
table#tabelle .ueber {
         border-bottom: 1px solid black;
}

table#spielplan td {
font-size: 10px;
}
table#spielplan tr.bordertop td {
         border-top: 1px solid #dddddd;
}



table#runde {
         width: 600px;
}
table#runde .myteam {
         color: green;
         font-weight: bold;
}
table#runde .ueber {
         background-color: darkgreen;
         color: white;
         padding-left: 5px;
         border-bottom: 1px solid black;
}
table#runde .ueber1 {
         border-top: 1px solid black;
         border-bottom: 1px solid black;
         background-color: #efefef;
}
table.statistik  {
         width: 100%;
}
table.statistik td {
         font-size: 14px;
         color: #444444;
         text-align: center;
         padding-top: 2px;
         padding-bottom: 2px;
         margin: 0px;
         xborder-bottom: 1px dotted #CCCCCC;
}
table.statistik td.breite0 {
         width: 0px;
}
table.statistik td.breite1 {
         width: 35px;
         background-color: #eee;
}
table.statistik td.breite2 {
         width: 35px;
         background-color: #eee;
}
table.statistik td.breite3 {
         width: 30px;
}
table.statistik td.abstand {
         width: 30px;
         border-left: 1px dotted #cccccc;
         border-right: 1px dotted #cccccc;
}
table.statistik td.name {
         text-align: left;
         padding-left: 5px;
         font-weight: normal;
}
table.statistik tr.ueber td {
         border: 0px;
         font-weight: bold;
         border-top: 1px solid black;
         border-bottom: 1px double black;
         background-color: #444444;
         color: #dddddd;
}
table.statistik tr.summe td {
         font-weight: bold;
         border: 0px;
         border-top: 1px solid black;
         border-bottom: 1px double black;
         background-color: #444444;
         color: #dddddd;
}


ul.mannschaften {
         xlist-style-type:circle;
         padding-left: 15px;
         margin: 0px;
}
li.mannschaften {
         padding-bottom: 3px;
         list-style-image:url(/gesamtverein/allgemein/images/li-mannschaften.jpg)
}


.myteam {
         color: green;
         font-weight: bold;
}
.eigenerVerein {
         background-color: yellow;
}


