html
{
  font-family: arial,sans-serif;
/*
  background-color: #FFFEA9;
  background-color: #FFF5D2; /* Bitte auch bei .noshade{} ändern! */
/*
  background-color: #87A6E7;
*/
  background-color: #a9cbaa;

  font-size: 100.01%;

  background-image: url(bilder/hintergrund.jpg);
  background-repeat: repeat-x;

}

body
{
  font-size: 0.9em;
  padding: 0;
  font-size: 1em;
}


.noshade
{
}


a img
{
  border: none;
}

.tabelle, .spielplan, .meldeliste, .vereinsliste
{
  font-size: 0.8em;
  background-color: #efefef;
  border-right: 2px solid #ababab;
  border-bottom: 2px solid #ababab;
}

.spielplan{
  margin-bottom: 15px;
}

table.spielplan tr td a:link,
table.spielplan tr td a:visited
{
  text-decoration: none;
}

table.spielplan tr td a:hover
{
  text-decoration: underline;
}

table.spielplan tr td.heim a,
table.spielplan tr td.gast a
{
  font-weight: bold;
}

table.spielplan tr td:first-child{
  text-align: right;
}

table.spielplan tr.kopfzeile td:first-child{
  text-align: center;
}

.ergebnisformular, .detailergebnisformular, .detailergebnis, .ergebnis{
  font-size: 0.8em;
  border: 1px solid #000000;
}

.spielvorschau
{
  font-size: 0.8em;
}

.spielvorschau a
{
  text-decoration: none;
}

.spielvorschau a:hover
{
  text-decoration: underline;
}

.kopfzeile{
  font-weight:bold;
  text-align: center;
  background-color: #abcdef;
}

.kopfzeile td{
}

.zahlen{
  text-align: center;
}

.heim{
  text-align: right;
}

.trenner{
  text-align: center;
  width: 2px;
}

.spiele
{
  text-align: center;
}

.saetze
{
  padding: 0 12px 0 12px;
  text-align: center;
}

.modifiedResult
{
  padding: 0;
  padding-left: 15px;
}


.detailinfos{
  padding: 0 12px 0 12px;
}


.baelle{
  text-align: center;
}

.greyed{
  background-color: #aaaaaa;
}

.greyed_2{
  background-color: #dddddd;
}


h1,h2,h3
{

  background-color: #abcdef;
  background-color: #aaeeaa;
  
  border: 1px solid #000000;
  padding: 2px;
}

h2,h3{
  border: none;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  background-color: #aaeeaa;
  background-color: #FFF5D2;
}

h1
{
  font-size: 1em;
}

h1 a
{
  text-decoration: none;
}

h2{
  font-size: 0.9em;
}

h2 a{
  font-weight: normal;
  text-decoration: none;
}

h3{
  font-size: 0.8em;
}

.shaded td{
  background-color: #eeeeee;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.ergebnisformular td{
  padding: 5px;
}

.detailergebnisformular td{
  padding: 5px;
}

.fehler_ergebnismeldung{
  background-color: #ff0000;
}

.fehler_spielverlegung{
  border: 2px solid #ff0000;
}


.fehler_detailergebnismeldung{
  border: 2px solid #ff0000;
  padding: 2px;
}


.rot{
  color: #ff0000;
  font-weight: bold;
}

.hinweis{
  width: 400px;
  border: 1px solid #ff0000;
  font-weight: bold;
}

.confirmbuttons{
  width: 600px;
}

tr.error td{
  background-color: #ff0000;
  font-weight: bold;
  padding: 5px;
}

#captcha{
  position:absolute;
  z-index:2;
}

#captcha td{
  margin: 5px;
}

#captchaForm{

}

#captchaForm td{
  margin: 5px;
}

.blue{
  background-color: #0000dd;
}

.yellow{
  background-color: #dddd00;
}

.red{
  background-color: #dd0000;
}

div#register,
div#login,
div#staffel,
div#mannschaft,
div#modifyDetails,
div#ergebnismeldung,
div#detailergebnismeldung,
div#details,
div#deleteResult,
div#deleteDetails,
div#confirmResult,
div#confirmDetails,
div#inactiveUsers,
div#verein,
div#spieler,
div#spielverlegung,
div#startseite,
div#newPassword,
div#requestPassword,
div#requestNickname,
div#suchen,
div#statistik,
div#profil,
div#halle,
div#hilfe{
  position: absolute;
  left: 300px;
  top: 50px;
  margin-right: 130px;
}

div#startseite{
  margin-right: 180px;
}

#header
{
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
background-color: #abcdef;
/*    background-color: #aaeeaa; */
  border-bottom: 2px solid #aaaaaa;
}

#header h1
{
  margin-left: 5px;
  margin-top: 5px;
  font-size: 1.4em;
  text-decoration: underline;
  border: none;
  background-color: #abcdef;
}

#header h2
{
  margin-left: 6px;
  margin-top: 5px;
  font-size: 1em;
  text-decoration: underline;
  border: none;
  background-color: #abcdef;
}

#header h1 a
{
  position: absolute;
  top: 0px;
  margin-bottom: 0;
  text-decoration: none;
  height: 25px;
  width: 450px;
  display: block;
/* background-color: #ff0000; */
}

#header h2 a
{
  position: absolute;
  top: 25px;
  margin-bottom: 0;
  text-decoration: none;
  height: 25px;
  width: 450px;
  display: block;
/* background-color: #ff0000; */
}

#presenter
{
  position: absolute;
  top: 0;
  left: 460px;
  text-align:center;
  font-weight: bold;
  font-size: 0.7em;
  color: #000000;
}

#presenter_print
{
  display: none;
}

#presenter a img
{
/*  width:150px; */
  width:124px;
  height:33px;
  border:1px solid #ffffff;
}

div#loginbox{
  position:absolute;
  top: 52px;
  height: 60px;
}

div#loginbox p{
  border: 2px solid #abcdef;
  padding: 2px;
}

div#menu{
  position: absolute;
  top: 140px;
}

div.classlist{
  width: 240px;
}


div.classlist ul{
  list-style-type: none;
  padding: 0;
}

div.classlist ul li{
  margin: 4px;
  border: 1px solid #000000;
  text-align: center;
  padding: 0;
  background-color: #efefef;
}

div.classlist ul li.kroton{
  background-color: #fcf7ef;
}


div.classlist ul li a{
  display:block;
  text-decoration: none;
  color: #000000;
}

div.classlist ul li a:link{
}


div.classlist ul li a:visited{
  color: #666666;
}


div.classlist ul li:hover{
  background-color: #abcdef;
  background-color: #aaeeaa;
}

div.classlist ul li.kroton:hover{
  background-color: #ff9900;
  background-color: #FFC174;
}

div#wappen{
display: none;
  position: absolute;
  top: 45px;
  right: 10px;
  width: 100px;
  height: 120px;
}


div#fusszeile{
  position: absolute;
  right: 10px;
  top: 5px;
  padding: 0;
  margin: 0;
}

div#fusszeile ul{
  padding: 0;
  margin: 0;
  margin-top:5px;
  list-style: none;
}

div#fusszeile ul li{
  display: inline;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-left: 5px;
  padding-bottom: 2px;
}

div#fusszeile a
{
  text-decoration: none;
  margin-right: 5px;
}

div#fusszeile ul li:hover{
  background-color: #aaeeaa;
  background-color: #ABE3EF;
  background-color: #CBE6EC;
}

div#fusszeile ul li:first-child{
}



div#onlineusers
{
  position: absolute;
  top: 45px;
  font-size: 9px;
  z-index: 10;
}

div#onlineusers p a:link,
div#onlineusers p a:visited,
div#onlineusers p a:hover
{
  text-decoration: none;
}


.ichselbst{
  color: #ff0000;
  font-weight: bold;
}

div.debug{
  position: absolute;
  top:0;
  left:430px;
  font-size: 9px;
}

div#staffelleiter, div#mannschaftsfuehrer
{
  float: right;
  border: 1px solid #ababab;
  margin: 0;
  margin-top: 45px;
  padding-top: 0;
  background-color: #fff5d2;
}

div#staffelleiter h2, div#mannschaftsfuehrer h2
{
  margin: 0;
  border: none;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #ababab;
  background-color: #abcdef;
}

div#staffelleiter p, div#mannschaftsfuehrer p
{
  margin: 5px;
  font-size: 0.8em;
}


.c{
  text-align: center;
}

.spielverlegung{
  border: 1px solid #000000;
}

#inactiveUsers{
  font-size: 10pt;
}


#forgottenLogoutReminder{
  position: absolute;
  top: 0;
  left: 0;
  height: 1500px;
  width: 1500px;
  border: 2px solid #0000ff;
  background-color: #fbcdef;
  padding: 5px;
  font-size: 10pt;
  z-index: 10000;
}


#pwResetReminder{
  position: absolute;
  top: 140px;
  height: 400px;
  border: 2px solid #0000ff;
  background-color: #fbcdef;
  padding: 5px;
  font-size: 10pt;
  z-index: 5;
}

.n_activated{
  color: #cdcdcd;
}

#staffelleiterfunktionen{
  position: absolute;
  top: 5px;
  right: 200px;
}

table.detailergebnisformular tr td:first-child{
  text-align: center;
  font-weight: bold;
}

.onlineuserliste{
  font-size: 10pt;
}



/******************************* + Spielkommentare */
.spielkommentar,
.spielkommentar_komplettliste{
  background-color: #dedede;
  border: 1px solid #0000ff;
  width: 500px;
  margin-top: 10px;
  font-size: 0.8em;
}

.spielkommentar span{
  display: block;
  background-color: #abcdef;
  border-bottom: 1px solid #0000ff;
  font-size: 0.8em;
  padding-left: 2px;
}


.spielkommentar_komplettliste span{
  display: block;
  background-color: #abcdef;
  border-bottom: 1px solid #0000ff;
  font-size: 0.8em;
  padding-left: 2px;
}


.spielkommentar p,
.spielkommentar_komplettliste p,
.spielkommentar_startseite p
{
  margin: 5px;
}


div.spielkommentar div.del{
  float:right;
  font-size: 10px;
  margin: 2px;
}


/*
.spielkommentar_startseite {
  position: absolute;
  top:515px;
  left:-288px;
  background-color: #dedede;
  border: 1px solid #0000ff;
  width: 230px;
  margin-top: 10px;
  font-size: 0.8em;
}
*/

.spielkommentar_startseite
{
  float: right;
  border: 1px solid #ababab;
  margin: 0;
  margin-top: 45px;
  padding-top: 0;
  background-color: #fff5d2;
}

.spielkommentar_startseite span{
  display: block;
  background-color: #abcdef;
  border-bottom: 1px solid #0000ff;
  font-size: 0.8em;
  padding-left: 2px;
}

div.spielkommentar_startseite div.del{
  float:right;
  font-size: 10px;
  margin: 2px;
}

/******************************* - Spielkommentare */





.stamm{
  color: #000000;
  font-weight: bold;
  background-color: #00FF00;
}

.ersatz{
  color: #000000;
  font-weight: bold;
  background-color: #FFAA00;
}

.festgespielt{
  color: #000000;
  font-weight: bold;
  background-color: #FF0000;
}



.spieler_spielerstatistik , .mannschaftsstatistik{
  font-size: 11pt;
}

.spieler_spielerstatistik tr td:first-child, .mannschaftsstatistik tr td:first-child{
  font-weight: bold;
}

.spieler_spielerstatistik tr td{
  text-align: center;
}

.rechts
{
  text-align: right;
}

.links
{
  text-align: left;
}

.mannschaftsstatistik td.rechts, .mannschaftsstatistik th
{
  padding-left: 20px;
}

.spieler_spielhistory{
  font-size: 10pt;  
}


.spielereinsaetze{
  text-align: center;
}

.spieler_spieleinsaetze{
  font-size: 11pt;
}


.highlight{
  font-weight: bold;
}

.highlight_ersatz{
  font-weight: bold;
  color: #E26142;
}

#SL_Funktionen
{
  position: absolute;
  right: 10px;
  top: 180px;
  z-index: 4;
}

#SL_Funktionen a{
  text-decoration: none;
  display: block;
}

#SL_Funktionen ul li:hover{
  background-color: #efefef;
}

#SL_Funktionen ul
{
  padding: 0;
  list-style: none;
}

#SL_Funktionen ul li
{
  text-align: center; 
  margin: 3px;
  padding: 2px;
  background-color: #FFCE68;
  border: 1px solid #000000;
}

#SL_Funktionen ul li.aktivierungshinweis
{
  background-color: #ff0000;
  border: 2px solid #000000;
}

.aktivierungshinweis a
{
  color: #000000;
  font-weight: bold;
}


/* + Zusatzfunktionen als Boxen im Menü */
div.zusatzfunktionen{
  width: 240px;
}


div.zusatzfunktionen ul{
  list-style-type: none;
  padding: 0;
}

div.zusatzfunktionen ul li{
  margin: 4px;
  border: 1px solid #000000;
  text-align: center;
  padding: 0;
  background-color: #abcdef;
}

div.zusatzfunktionen ul li a{
  display:block;
  text-decoration: none;
  color: #000000;
}

div.zusatzfunktionen ul li a:link{
}


div.zusatzfunktionen ul li a:visited{
  color: #666666;
}

div.zusatzfunktionen ul li:hover{
  background-color: #efefef;
}
/* - Zusatzfunktionen als Boxen im Menü */



table.statistik tr th{
  font-size: 12px;
}

table.statistik tr td:first-child{
  font-weight: bold;
  border: none;
  font-size: 12px;
}


table.statistik tr td, table.statistik th.shaded
{
  border: 1px solid #999999;
}

table.statistik tr td.shaded,table.statistik tr th.shaded
{
  background-color: #eeeeee;
}


ul.news
{
  margin-right: 130px;
  font-size: 12px;
}

.spielergebnisse
{
  font-size: 10pt;
}

.s
{
  margin-top: 0px;
  padding-top: 0px;
  font-size: 10pt;
}


.zusatzinfo
{
  font-size: 0.8em;
}


.ergebnis_melden a
{
}

.ergebnis_melden a:hover
{
  background-color: #aaeeaa;
  border: 1px solid #000000;  
  border-bottom: none;  
}


/* Hintergrundfarben für Statistikbalken */
.gewonnen
{
  background-color: #aaeeaa;
  display: block;
  text-align: right;
  float: left;
}

span.gewonnen, span.verloren
{
  min-width:100px;
}

span.gewonnen
{
  float: right;
  margin-right: 10px;
}

.verloren
{
  background-color: #FFC174;
  display: block;
  float: left;
  text-align: left;
}

span.verloren
{
  float: left;
  margin-left: 10px;
}

span.percentage
{
  font-size: 10px;
}

.balken
{
  display: block;
  float: left;
  width: 400px;
  border-right: 2px solid #000000;
  overflow: hidden;
}

.spielerstatistik{
  font-size: 0.8em;
  text-align: center;
}

.spielerstatistik td:first-child{
  font-weight: bold;
}

.spielerstatistik tr td.disziplin
{
  width: 100px;
}

.spielerstatistik tr td.summe
{
  border-top: 2px solid #000000;
}

.spielerstatistik tr td.zeilensumme
{
  font-weight: bold;
  text-align: center;
  width: 30px;
}


.validator
{
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.inactive
{
  color: #999999;
}

.active a
{
  color: #0000ff;
}


.aktive_auswahl a, .passive_auswahl a
{
  padding: 1px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 12px;
  border: 1px solid #cdcdcd;
  border-bottom: none;
}

.aktive_auswahl a:hover, .passive_auswahl a:hover
{
  background-color: #ffcbaa;
  border-color: #000000;
}

.aktive_auswahl a
{
  background-color: #aaeeaa;
  background-color: #ffcbaa;
  font-weight: bold;
  border-color: #ff0000;
}

#werbung_header
{
  margin-left: 40px;
}

.admininfo
{
  font-family: courier;
  font-size: 10px;
  background-color: #ffaa00;
}

span.error
{
  width: 600px;
  background-color: #FFDEDE;
  border: 2px solid #ff0000;
  color: #000000;
  padding: 5px;
}

.stand
{
  padding-top: 2px;
  border-top: 1px solid #000000;
  font-size: 12px;
}
