
 
body{ 
  }

#box1{ 
	float:left;
	width:174.5px;
	max-width:200px;
	overflow:auto;
	margin:0;
	border-right:solid #F7F7FC 10px;
	}
	
  div#Rahmen {
  float:left;
  min-width:50em;
  overflow:auto;
  min-height:50px;
  padding-left:0px;
  font-weight:normal;
  margin:0;
  width:839.5px;
  }
 
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 60em;
    w\idth: 60em;  
  }
  
/*  div#Rahmen div {
  clear: left;
  }*/
  
  ul#Navigation {
    margin:0; 
	padding:0em;
	padding-left:33px;
    text-align: center;
	font-size:90%;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
	background-color: white;	
	padding-left:1em;
	padding-top:0.1em;
	padding-bottom:0.1em;
	padding-right:1em;
  }
  
  * html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  
  *:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#Navigation li ul {
    margin: 0; 
	padding: 0;
    position: absolute;
    top: 1.3em; 
	left: 1em;
    display: none;  /* Unternavigation ausblenden */
	width:100px;
  }
  
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  
  *:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:white; 
	padding-bottom:0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	font-size:0.9em;
	text-decoration: none;
  }
  
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0em;
	padding:0.2em;
	text-align:left;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    padding: 0em 0.3em;
    text-decoration: none; 
	font-weight:bold;
	color:#0058A3;
  }
  
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 6.4em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
  color: white; 
  background-color: #0058A3; 
   }
  
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */ }
 
 /* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#Navigation li>ul {
    display: none; 
	top: 1.3em;
  }
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
  }
 
 .bilder_spieler
 {
	padding-left:1.5em;
	vertical-align:middle; 
	padding-right:0.5em;
	border:0;
}

.aufstieg td {
	border-bottom-style: solid;
	border-bottom-width: 2.5px;
}

/*Tablle für Spielbericht*/

table#Spielbericht
{
	width:550px;
	border-top-width:1px; 
	border-top-style:solid; 
	border-top-color:white;	
}
table#Spielbericht td
{
	border-bottom-style:solid; 
	border-bottom-width:2px; 
	border-bottom-color:white;
	
	border-left-width:1px; 
	border-left-style:solid; 
	border-left-color:white;
	
	border-right-width:1px; 
	border-right-style:solid; 
	border-right-color:white;	
	
	empty-cells:show;
}
table#Spielplan 
{
	text-align:center; 
	min-width:800px
}	
table#Spielplan a
{
	color:white;
}	

table#Kader
{ 
	min-width:800px;
}
table#Kader a
{
	color:white;
}

ul#Seiteninhalt 
{
	padding-left:10px; 
	padding-right:10px;
	padding-bottom:10px;
	padding-top:30px;
	font-size:80%;
	list-style-type:none;
	text-align:left;
}
ul#Seiteninhalt a
{
	color:white;
}

div#Spieler
{
	font-size:120%;
}	


