/* Styles für das Login
--------------------------------------------------- */
.login {
        margin: 0px;
        padding: 0px;
        width: 119px;
        border: 0px;
       }

img        {
            border: 0px;
           }

div#language {
              margin-left: 720px;
              padding-top: 61px;
             }

div.table_season {
                 text-align: center;
                 }

div.table_season .season_head {
                 font-weight: bold;
                 }
div.formular_season {
                    width: 257px;
                    padding: 2px;
                    padding-left: 9px;
                    margin-left: 1px;
                    margin-top: 5px;
                    border: solid 1px #C0C0C0;
                    }

div.formular_season input,
div.formular_season select {
                    border: 0px;
                    font-size: 0.833em;
                    }

/*
FORMATION CSS:
Heavily borrowed from:
http://silice.de/csstest/formtest.html
*/

form.formation *
{
        margin:0;
        padding:0;
        background-color:white;
}

form.formation fieldset
{       border:1px solid #CCC;
        margin:0px;
        padding:1em;
        width: 500px;
}

form.formation legend
{
        font-size: 12px;
        font-weight: normal;
        color:#666666;
}

form.formation  p.radio,
form.formation p.checkbox
{        font-size: 12px;
}

/* really bad IE hack \*/
* html form.formation fieldset { width:29em; }
* html form.formation fieldset legend { margin-bottom:1em; }
/* IE hack */

form.formation label
{       font-size: 12px;
        font-weight: normal;
        width:12em;
        float:left;
        margin:0 0 0.3em 0;
}

form.formation input,
form.formation select,
form.formation textarea
{       font-weight: normal;
        float:left;
        margin:0 0 0.3em 0;
        font-size:0.8em;
}

form.formation fieldset br
{       clear:left;
}

form.formation input.text,
form.formation input.password
{       width:20em;
        font-size: 12px;
        border:1px solid #CCC;
        padding:0.1em;
}

form.formation select
{       width:20em;
        border:1px solid #CCC;
        font-size:0.7em;
}

form.formation textarea
{       width:20em;
        font-size: 12px;
        border:1px solid #CCC;
        padding:0.1em;
}

form.formation input.checkbox
{       margin-left:8em;
}

form.formation label.checkbox
{       font-weight: normal;
        margin-left:1em;
}

form.formation input.radio
{       margin-left:8em;
}

form.formation label.radio
{       font-weight: normal;
        margin-left:1em;
}

form.formation input.button
{       width:30.3em;
        border:1px solid #CCC;
        background-color:#DDD;
        font-weight: normal;
        font-size: 12px;
        margin-top:2em;
        color:black;
}

form.formation input.button:hover
{       border:1px solid black;
}

form.formation input.button2
{       width:9.7em;
        border:1px solid #CCC;
        background-color:#DDD;
        font-weight: normal;
        font-size: 12px;
        margin-top:0.5em;
        margin-right:0.6em;
        color:black;
}

form.formation input.button2:hover
{       border:1px solid black;
}

form.formation p
{
        font-size: 12px;
}

form.formation p.FORMATIONerror
{       border:1px solid #CC6666;
        color:#000000;
        background-color:#FFCCCC;
        padding:5px;
        margin:0 20px 20px 20px;
        font-size: 12px;
        text-align:center;
}

form.formation p.FORMATIONsuccess
{       border:1px solid #76CB66;
        color:#000000;
        background-color:#D3FECB;
        padding:5px;
        margin:0 20px 20px 20px;
        font-size: 12px;
        text-align:center;
}

form.formation strong
{        background:none;
}


/* Gästebuch */
.gaestebuch label {
          width: 200px;
          margin-left: 20px;
          margin-right: 10px;
          padding: 0px;
          vertical-align: top;
          }
.gaestebuch input {
          width: 270px;
          margin-left: 20px;
          margin-right: 10px;
          padding: 0px;
          vertical-align: top;
          font-size: 9px;
          background-color: #cccccc;
          border: 1px #f7f7f7 solid;
          }
.gaestebuch textarea {
          width: 270px;
          margin-left: 20px;
          margin-right: 10px;
          padding: 0px;
          vertical-align: top;
          background-color: #cccccc;
          border: 1px #f7f7f7 solid;
          font-size: 11px;
          font-family: Arial, Helvetica, sans-serif;
          }
.gaestebuch input.button {
          width: 170px;
          padding: 0px;
          margin: 0px;
          }

.gaestebuch fieldset{
          padding-top: 10px;
          padding-bottom: 0px;
          font-size: 10px;
          }

.gaestebuch {
          width: 400px;
          margin-left: 80px;
          margin-bottom: 0px;
          padding: 0px;
          font-family: Arial, Helvetica, sans-serif;
          }

.gaestebuch_liste {
          clear: both;
          width: 595px;
          margin-top: -8px;
          }
.weiter {
          margin-left: 80px;
          margin-top: -13px;
          vertical-align: top;
          font-size: 9px;
          background-color: #cccccc;
          border: 1px #f7f7f7 solid;
          width: 398px;
          float: left;
          }
.zurueck {
          margin: 0px;
          margin-top: -13px;
          vertical-align: top;
          font-size: 9px;
          background-color: #cccccc;
          border: 1px #f7f7f7 solid;
          width: 199px;
          float: left;
          }

.gb_head {
          width: 547px;
          background-color: #deeee6;
          border: 1px solid #006600;
          color: #003300;
          }
.gb_left {
          width: 130px;
          background-color: #cccccc;
          color: black;
          vertical-align: top;
          padding-left: 10px;
          padding-top: 10px;
          padding-bottom: 5px;
          border-left: 1px solid #006600;
          border-bottom: 1px solid #006600;
          }
.gb_right {
          width: 415px;
          background-color: #f7f7f7;
          color: black;
          vertical-align: top;
          padding-left: 5px;
          padding-top: 10px;
          padding-bottom: 5px;
          border-right: 1px solid #006600;
          border-bottom: 1px solid #006600;
          }

#GlAddUser form select {
          width:185px;
          font-size:12px;
          }

#GlAddUser form input {
          width:180px;
          font-size:12px;
          }

/* Styles für die Tabelle */

.table_season { /* Das umschließende div */
         width: 260px;
         padding: 0;
         margin-top: 5px;
         margin-bottom: 5px;
}

.table_season_tab { /* Die umschließenede Tabelle */
         width: 260px;
         padding: 0;
         spacing: 0;
         border: 1px #FFFFFF;
}
.table_season_tab td {
    text-align: center;
}
.table_season_headline { /* Die Überschrift der Tabelle tr */

}

.season_head { /* Die Überschrift der Tabelle td */
        font-weight: bold;
        text-align: left;
}

.table_season_notes { /* Spalten Überschriften tr */
    background-color:#e5e5e5;
}

.table_season_notes_team { /* Spalten Überschrift team td */

}
.table_season_notes_games { /* Spalten Überschrift games td */

}
.table_season_notes_won { /* Spalten Überschrift won td */

}
.table_season_notes_draw { /* Spalten Überschrift draw td */

}
.table_season_notes_lost { /* Spalten Überschrift lost td */

}
.table_season_notes_for { /* Spalten Überschrift for/against td */

}
.table_season_notes_percentage { /* Spalten Überschrift percentage td */

}
.table_season_notes_points { /* Spalten Überschrift points td */

}
/* Spalten im Wechsel */
.table_season_column_1 {
background-color:#f3f3f3;
}
.table_season_column_2 {
background-color:#f3f3f3;
}

.table_season_ranks { /* Zeilen mit den Rängen tr */
    background-color:#f3f3f3;
}

.table_season_ranks_1,
.table_season_ranks_2,
.table_season_ranks_3,
.table_season_ranks_4,
.table_season_ranks_5,
.table_season_ranks_6 { /* Zeilen mit den Rängen tr, wobei die Spalten der Reihe nach durchnummeriert sind. */
}
.table_season_ranks_team { /* Zelle mit den Namen der Teams (allgemein) td */

}
.table_season_ranks_team_Munich,
.table_season_ranks_team_Berlin,
.table_season_ranks_team_Frankfurt,
.table_season_ranks_team_Rheinland,
.table_season_ranks_team_Hamburg,
.table_season_ranks_team_Stuttgart { /* Zelle mit den Namen dem spezifischen Namen der Teams td*/

}
.table_season_column_Berlin,
.table_season_ranks_team_Berlin {
     font-weight:bold;
}

.table_season_ranks_games,
.table_season_ranks_won,
.table_season_ranks_draw,
.table_season_ranks_lost,
.table_season_ranks_for,
.table_season_ranks_percentage,
.table_season_ranks_points { /* Zellen mit den jeweiligen Werten */

}

/* Wenn einzelne Spalten verändert, z.B. ausgeblendet werden sollen */
.table_season_notes_place,
.table_season_ranks_place {
     display:none;
}
.table_season_notes_team,
.table_season_ranks_team {
    /* display:none; */
}
.table_season_notes_games,
.table_season_ranks_games {
    /* display:none; */
}
.table_season_notes_won,
.table_season_ranks_won {
    /* display:none; */
}
.table_season_notes_draw,
.table_season_ranks_draw {
    /* display:none; */
}
.table_season_notes_lost,
.table_season_ranks_lost {
    /* display:none; */
}
.table_season_notes_for,
.table_season_ranks_for {
    /* display:none; */
}
.table_season_notes_percentage,
.table_season_ranks_percentage {
    /* display:none; */
}
.table_season_notes_points,
.table_season_ranks_points {
    /* display:none; */
}

/*  Spiele anzeigen */
.games_headline {
font-weight:bold;
font-size:12px;
}
.games_round {
border:1px solid #006600;
margin-top:10px;
padding:4px;
}
.games_round_head {
font-weight:bold;
color:#006600;
margin-top:2px;
}
.games_table {
width:100%;
border:1px solid #cccccc;
background-color:#f3f3f3;
margin:0px;
padding:0px;
}
.games_hometeam,
.games_awayteam {
height:19px;
}
.games_hometeam_name,
.games_awayteam_name {
}
.games_hometeam_Berlin,
.games_awayteam_Berlin {
font-weight:bold;
}
.games_hometeam_goals,
.games_hometeam_behinds,
.games_hometeam_points,
.games_awayteam_goals,
.games_awayteam_behinds,
.games_awayteam_points {
width:30px;
}
.games_hometeam_points,
.games_awayteam_points {
font-weight:bold;
}

/* Nur Berliner Heimspiele verkürzt darstellen */
.home_games .games_round_head {
font-weight:normal;
display:inline;
margin-right:2px;
}
.home_games .games_date,
.home_games .games_table {
display:none;
}
.home_games .games_date_Berlin,
.home_games .games_table_Berlin {
display:inline;
}
.home_games .games_headline,
.home_games .games_hometeam_goals,
.home_games .games_hometeam_behinds,
.home_games .games_hometeam_points,
.home_games .games_awayteam_goals,
.home_games .games_awayteam_behinds,
.home_games .games_awayteam_points {
display:none;
}
.home_games .games_table,
.home_games .games_round {
border:0px;
margin:0px;
padding:0px;
}
.home_games .games_awayteam,
.home_games .games_hometeam,
.home_games .games_hometeam_name,
.home_games .games_awayteam_name {
display:inline;
background:none;
}