/* CSS Document */

body{
  background-image: url(../bilder/static/ball.jpg);
  background-attachment: fixed;
  font-family: arial, verdana;
}

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; }

#center{
  text-align: center;
  width: 600px;
  height: 615px;
  background-color: #FFFFFF;
}

.dummy{
  height: 60px;
}


/*--ticker--*/
#background{
  background-color: #fff;
  border: 2px solid #800000;
  margin: 10px 0px 0px 5px;
  width: 910px;
  height: 645px;
}

#spiel{
  width: 944px;
  text-align: center;
  background-color: #800000;
  margin: 0px;
}

#nachrichten{
  width: 400px;
  height: 380px;
  overflow-x: none;
  overflow-y: scroll;
}

.werbung{
  text-align: center;
  vertical-align: bottom;
}

.spielheim{
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.spielauswaerts{
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.spielergebnis{
  width: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}


.disziplinoben{
  width: 50px;
  text-align: center;
  font-size: 12px;
}

.heimoben{
  width: 150px;
  text-align: center;
  font-size: 12px;
}

.auswaertsoben{
  width: 150px;
  text-align: center;
  font-size: 12px;
}

.satzoben{
  width: 50px;
  text-align: center;
  font-size: 12px;
}

.disziplin1{
  width: 50px;
  text-align: left;
  background-color: #F0E68C;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
}

.heim1{
  width: 150px;
  text-align: left;
  background-color: #F0E68C;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
}

.auswaerts1{
  width: 150px;
  text-align: left;
  background-color: #F0E68C;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
}

.satz1{
  width: 50px;
  text-align: center;
  background-color: #F0E68C;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
}

.disziplin2{
  width: 50px;
  text-align: left;
  background-color: #FFF8DC;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
}

.heim2{
  width: 150px;
  text-align: left;
  background-color: #FFF8DC;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
}

.auswaerts2{
  width: 150px;
  text-align: left;
  background-color: #FFF8DC;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
}

.satz2{
  width: 50px;
  text-align: center;
  background-color: #FFF8DC;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
}

#schriftnachrichtenoben{
  text-align: left;
  font-size: 12px;
}


.schriftuhr{
  vertical-align: top;
  width: 50px;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
}

.schriftnachrichten{
  vertical-align: top;
  font-size: 11px;
  font-family: arial, verdana, sans-serif;
}

#legende{
  font-size: 9px;
  font-weight: bold;
  font-family: arial, verdana, sans-serif;
}

#nbvticker{
  position: relative;
  background-color: #fff;
  float:left;
  margin: 0px;
  width: 900px;
  height: 550px;
}
*html #nbvticker {
  height: 550px;
  width: 900px;
}

#ticker{
  height: 600px;
}
*html #ticker{
  height: 600px;
}
