/* CSS Document */
  body {
    color: #3C3C3C; background-color: #333333;/*#333333;*/
    font-size: 100.01%;
    font: 12px Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
    min-width: 41em; 		/* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	text-align: center;  	/* Zentrierung im Internet Explorer */
  }
  

  div#seite {
    text-align: left;    	/* Seiteninhalt wieder links ausrichten */	
	margin: 0 auto;      	/* standardkonforme horizontale Zentrierung */
	width: 960px;
	padding: 0.5em;
    background-color: #333333;/*#333333; */
	border: 2px hidden #000000;
  }
  
  h1 {
	font-size: 20px;/*1.5em;*/
	margin: 0 0em 10px 0px;
	width: auto;
	padding: 0em;
	text-align: center;
	background-color: #FFFFFF;
	/*border: 0px ridge silver;*/
  }
  
  
  table#nav_main {
	width:960px;
    font-size: 11px; 
    margin: 0px 0px 0px 0px; 
	padding: 0;
	background-color: #333333;/*FFFFFF*/
	border: 1px solid silver;
	text-align: center;
  }
  
  table#nav_main a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
	text-decoration: none;
  }
  
  table#nav_main a:link {
    color: #666; background-color: #eee;
  }
  table#nav_main a:visited {
    color: #666; background-color: #eee;
  }
  table#nav_main a:hover {
    color: #000000; background-color: white;
  }
  table#nav_main a:active {
    color: #09A7FE; background-color: white;
  }
  
  table#subnav_main {
	width:960px;
    font-size: 11px; 
    margin: 0px 0px 0px 0px; 
	padding: 0;
	background-color: #333333;/*FFFFFF*/
	border: 1px solid silver;
	text-align: left;
  }
  
  table#subnav_main a {
    padding: 0.2em;
    font-weight: bold;
	text-decoration: none;
	display:inline-table;
	display:inline;
  }
  
  table#subnav_main a:link {
    color: #FFFFFF; background-color: #333333;
  }
  table#subnav_main a:visited {
    color: #FFFFFF; background-color: #333333;
  }
  table#subnav_main a:hover {
    color: #000000; background-color: #333333;
  }
  table#subnav_main a:active {
    color: ; background-color: #333333;
  }
  

  ul#Navigation {
  	position:relative; top:0px; left:0px; width:155px; height:auto;
    font-size: 11px;
    float: left; 
	/*width: 180px;*/
    margin: 10px 5px 0px 0px;/*-100px*/
	padding: 0;
	background-color: #333333;/*FFFFFF*/
	border: 1px solid silver;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
	width: 140px;
    padding: 0.2em;
    font-weight: bold;
	text-decoration: none;
	background-color: #eee;	
  }
  ul#Navigation a:link {
    color: #666; background-color: #eee;
  }
  ul#Navigation a:visited {
    color: #666; background-color: #eee;
  }
  ul#Navigation a:hover {
    color: black; background-color: white;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  div#Info {
  	position:relative; top:0px; left:0px; bottom:0px; width:250px; height:auto;
    font-size: 0.9em;
    float: right;
	/*width: 240px;*/ 
	margin: 10px 0px 0px 5px;/*-150px*/
	padding: 3px;
	background-color: #eee; /*#eee*/
	border: 1px solid silver;
	z-index: 2;
  }
  div#Info h2 {
  	
    font-size: 1.35em;
    margin: 0.2em 0.5em;
	text-align: center;
  }
  div#Info p {
    font-size: 1em;
    margin: 0.5em;
  }
  
  div#Info table.gerade { 
  	display: block;
  	background-color: #FFFFFF; 
	color: #666;
  }
  
  div#Info table.ungerade { 
  	display: block;
  	background-color: #eee; 
	color: #666;
  }
 
  #Resultat {
  	position:relative; top:10px; left:0px; bottom:10px; width:220px; height:auto;
    font-size: 0.9em;
    /*float: right;*/
	margin: 0px -150px 10px 15px;
	display: block;
	empty-cells: hide;
	padding: 0;
	background-color: #eee; 
	border: 1px dashed silver;
}
  div#Resultat h2 {
  	
    font-size: 1.33em;
    margin: 0.2em 0.5em;
	text-align: left;
  }
  div#Resultat p {
    font-size: 1em;
    margin: 0.5em;
  }
  
  div#Resultat table.gerade { 
  	display: block;
  	background-color: #FFFFFF; 
	color: #666;
  }
  
  div#Resultat table.ungerade { 
  	display: block;
  	background-color: #eee; 
	color: #666;
  }
  
  div#Resultat th { 
  	display: block;
  	background-color: #BCD2EE; 
	color: #666;
  }   
  
 div#Inhalt {
 	position: relative; top:0px; left:0px; right: 10px; bottom:0px; width:510px; height:auto;
	
	margin: 10px 5px 0px 0px;/* Für IE6 */
	margin: 10px !important; /* Für moderne Browser */
	overflow: hidden;
	padding: 10px;
    border: 0px solid silver;
	background-color: #FFFFFF;
	z-index: 1;
  }
  * html div#Inhalt {
    height: auto;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
	width:580px;     /* Version 5.x */
  	w\idth:505px;    /* Version 6 */
  }
  
  div#Inhalt h2 {
    font-size: 20px;/*1.2em;*/
    margin: 0em 0;
	padding-top: 10px;
  }
  div#Inhalt p {
    font-size: 1em;
    /*margin: 1em 1em 1em 1em;*/
  }
  
  div#Inhalt table.gerade { 
  	border:solid;
  }
  
  div#Inhalt table.ungerade { 
  	border:solid;
  }

  p#Fusszeile {
 	position: relative; top:10px; height:auto;
    clear: both;
    font-size: 0.9em;
	font-weight: bold;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #FFFFFF; border: 1px solid silver;
	vertical-align: top;
  }
  
  div#fcl {
  	color: #09A7FE;
	display:inline;
  }
  
  tr#loose {
  	color: #000000;
	display:inline;
  }
  
  tr#win {
  	color: #09A7FE;
	display:inline;
  }
  
  a#links {
  	font-weight: bold;
	text-decoration: underline;
	color: #3C3C3C;
  }
  a#links :link {
  	color: #3C3C3C;
	text-decoration: inherit;
  }
  a#links :visited {
  	color: #3C3C3C;
	text-decoration: inherit;
  }
  a#links :hover {
  	color: #3C3C3C;
  	text-decoration: underline;
  }
  a#links :active {
  	color: #3C3C3C;
  	text-decoration: underline;
  }
  
  h3#links {
  	font-weight: bold;
	text-decoration: underline;
	color: #3C3C3C;
  }
  
  div#Inhalt table#spielfeld {
	border: none;
  }
  
  div#Inhalt table {
	border: 1px solid silver;
  }
  
  img.rand
  {
	border:2px solid #3C3C3C;
  }

  img.rand:visited
  {
	border:2px solid #3C3C3C;
  }
  
  a#member_nav {
  	font-weight: bold;
	text-decoration: underline;
	color: #09A7FE;
  }
  
  ul#geburtstag {
  	list-style-image:url(/fc/images/geburtstag.gif)
  }
  
  ul#login {
  	list-style-image:url(/fc/images/login.gif)
  }
  
  ul#wall {
  	list-style-image:url(/fc/images/wall.gif)
  }
  
  ul#pers {
  	list-style-image:url(/fc/images/person.gif)
  }
  
  ul#bericht {
	list-style-image:url(/fc/images/bericht_.gif)	
  }
/*  ul#bericht {
	background: transparent url(/fc/images/bericht.gif) -10px top no-repeat;
	list-style:outside;
  }*/
  
  ul#foto {
  	list-style-image:url(/fc/images/photo.png)
  }
  
  ul#file {
  	list-style-image:url(/fc/images/file.gif)
  }
  
  ul#event {
  	list-style-image:url(/fc/images/event.gif);
	list-style-position:outside;
  }
  
   ul#wichtig {
	list-style-image:url(/fc/images/wichtig.jpg)	
  }
  
   ul#pdf {
	list-style-image:url(/fc/images/pdf_file.jpg)	
  }
  
  ul#member {
	list-style-image:url(/fc/images/member.gif)	
  }
  
  ul#none {
  	list-style-image:none;
	list-style:none;
  }
  
  table#win {
  	background-color:#87CEEB;
  }
  th#win {
  	background-color:#87CEEB;
  }
  td#win {
  	background-color:#87CEEB;
  }
  
  table#draw {
  	background-color:#EEE8AA;
  }
  th#draw {
  	background-color:#EEE8AA;
  }
  td#draw {
  	background-color:#EEE8AA;
  }
  
  table#lose {
  	background-color:#ffe4e1;
  }
  th#lose {
  	background-color:#ffe4e1;
  }
  td#lose {
  	background-color:#ffe4e1;
  }
  
  table#aufstellung {
  	background-image:url(/fc/images/Fussballfeld.jpg);
  }
  
  a#aufstellung	{
  	text-decoration:none;
  }
  
  a#aufstellung {
  	font-weight: bold;
	text-decoration: none;
	color: #000000;
  }
  a#aufstellung :link {
  	color: #000000;
	text-decoration: none;
  }
  a#aufstellung :visited {
  	color: #000000;
	text-decoration: none;
  }
  a#aufstellung :hover {
  	color: #000000;
  	text-decoration: none;
  }
  a#aufstellung :active {
  	color: #000000;
  	text-decoration: none;
  }

  img.aufstellung
  {
	border:2px solid #000000;
  }

  img.aufstellung:visited
  {
	border:2px solid #000000;
  }