/* CSS Document */

body{
 color: black;
 top: 1px;
 left: 1px;
 font-size: 11px;
 font-family:arial;
 }
*html body {
font-size:11px;
}

a {
  cursor:url(../bilder/static/cur_ball.gif), pointer;
  cursor:url(../bilder/static/cur_ball.cur), pointer;
}

a:link {font-size: 12px; color:red; text-decoration:none; }
a:visited {font-size: 12px; color:red; text-decoration:none; }
a:focus {font-size: 12px; color:red; text-decoration:underline; }
a:hover {font-size: 12px; color:red; text-decoration:underline; }
a:active {font-size: 12px; color:red; text-decoration:none; }

h1{
 font-size: 12px;
 font-weight: bold;
}
*html h1{
 font-size: 11px;
 font-weight:bold;
 }

table{
 border: 0px;
 font-size: 11px;
 }
*html table{
 font-size: 10px;
 }

td{
 text-align: center;
 vertical-align: middle;
 }
 

.mannschaft{
 font-size: 11px;
 text-align: left;
 }
*html .mannschaft{
 font-size: 10px;
}

.mannschaft1{
 font-size: 11px;
 text-align: left;
 width: 235px;
 }
*html .mannschaft1{
 font-size: 10px;
}

.mannschaft2{
 font-size: 11px;
 text-align: right;
 width: 15px;
 }
*html .mannschaft2{
 font-size: 10px;
}

.mannschaftf{
 font-size: 11px;
 font-weight: bold;
}

.mannschaftfb{
 font-size: 11px;
 text-align: left;
 font-weight: bold;
}

.mannschaftfl{
 font-size: 11px;
 font-weight: bold;
 text-align: left;
}

.mannschaftbvg{
 color: red;
 font-size: 11px;
 text-align: left;
 }
*html .mannschaftbvg{
 font-size: 10px;
}

.mannschaftbvg2{
 color: red;
 font-size: 11px;
 }
*html .mannschaftbvg2{
 font-size: 10px;
}

.alignlinks{
  text-align: left;
}

.mannschaftbvg3{
 text-align: left;
 color: red;
 font-size: 11px;
 }
*html .mannschaftbvg3{
 font-size: 10px;
}

.dummy{
 background-color: #000;
 height: 1px;
 }
*html .dummy{
 height: 1px;
}

