/* sdom.css */



/*Eigenschaften Kopfbereich*/
/*
	#logo {
	font-family: "lucida grande", lucida sans, Arial, sans-serif;
	letter-spacing: -.1em;
	margin: 0;
	}
*/



/*grundlegende Eigenschaften für das Registerkartenmenü*/
	#tabmenu {
		color: #000;
		/* klappt nicht border-bottom: 2px solid black; */
		/* width: 514px; */
		/*
		border-bottom: 0px solid black;
		border-top: 2px solid black;
		border-bottom: 2px solid black;
		*/
		/*margin: 12px 0px 0px 0px;*/
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px;              /* linker rand bis zum ersten reiter */
		font-family: Arial, sans-serif; 
		}
		
/*Listenformate*/		

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }
		
/*Formate für Linkbeschriftung*/		
	#tabmenu a, a.active {
		color: #fff;
		background: #5A738C;
		/* font: bold 1em "lucida grande", lucida sans, Arial, sans-serif; */
		font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
                
                /*  --- font-size: 10px; 2007-08 - 17.09.2008 08:24 */
                font-size: 0.9em;
		
		border: 2px solid black;
		padding: 2px 5px 0px 5px;        /* nur den reiter betreffend */
		margin: 0px;
		text-decoration: none; 
		}
		
/*Format für aktuell ausgewählten Tab*/ /
        /* karte 1 / gelb / mannschaften */		
	#tabmenu1 a.active {
         color: fffffff;
 	 background: #ffffe0; /*#ff4444; */ /* #8399AF; */
	 border-bottom: 3px solid #ffffe0; /* #ff4444;*/ /* #8399AF;*/
        }
        		
	
	/* karte 2 / hellbraun / ansetzungen */		
	#tabmenu2 a.active {
         color: fffffff;
 	 background: #ffe4c4; /*#ff4444; */ /* #8399AF; */
	 border-bottom: 3px solid #ffe4c4; /* #ff4444;*/ /* #8399AF;*/ 
	}	
	
	/* karte 3 / rosa / runden */		        
	#tabmenu3 a.active {
         color: fffffff;
	 background: #ffb6c1; /*#ff4444; */ /* #8399AF; */
	 border-bottom: 3px solid #ffb6c1; /* #ff4444;*/ /* #8399AF;*/ 
	}
		
	/* karte 4 / grün / spielberichte */
	#tabmenu4 a.active {
         color: fffffff;
	 background: #8fbc8f; /*#ff4444; */ /* #8399AF; */
	 border-bottom: 3px solid #8fbc8f; /* #ff4444;*/ /* #8399AF;*/ 
	}

	/* karte 5 / hellblau / gegner */
	#tabmenu5 a.active {
         color: fffffff;
	 background: #b0e0e; /*#ff4444; */ /* #8399AF; */
	 border-bottom: 3px solid #b0e0e; /* #ff4444;*/ /* #8399AF;*/ 
	}


	/* karte 6 / lila / einzelergebnisse */
	#tabmenu6 a.active {
         color: fffffff;
	 background: #b0c4de; /*#ff4444; */ /* #8399AF; */
	 border-bottom: 3px solid #b0c4de; /* #ff4444;*/ /* #8399AF;*/ 
	}



/*Formate für Inhaltsbereich*/

        /* karte 1 / gelb / mannschaften */		
	#content1 {
		text-align: justify;
		padding: 0px; /*padding: 20px;*/
		border: 2px solid black;
		border-top: none;
		z-index: 2;
		width: 500px;	
		font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
		background: #ffffe0; padding-left: 20px;
		}

	#content1 a {
		text-decoration: none;
		color: #ffffff; }

	#content1 a:hover { background: #8C5A73; }




	/* karte 2 / hellbraun / ansetzungen */		        
	#content2 {
		text-align: justify;
		padding: 0px; /*padding: 20px;*/
		border: 2px solid black;
		border-top: none;
		z-index: 2;
		width: 500px;	
		font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
		background: #ffe4c4;   padding-left: 20px;
		}

	#content2 a {
		text-decoration: none;
		color: #ffffff; }

	#content2 a:hover { background: #8C5A73; }
	
	
        
        
        
        
        /* karte 3 / rosa / runden */		        
	#content3 {
		text-align: justify;
		padding: 0px; /*padding: 20px;*/
		border: 2px solid black;
		border-top: none;
		z-index: 2;
		width: 500px;	
		font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
		background: #ffb6c1;  padding-left: 20px;
		}

	#content3 a {
		text-decoration: none;
		color: #ffffff; }

	#content3 a:hover { background: #8C5A73; }





        /* karte 4 / grün / spielberichte */
	#content4 {
		text-align: justify;
		padding: 0px; /*padding: 20px;*/
		border: 2px solid black;
		border-top: none;
		z-index: 2;
		width: 500px;	
		font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
		background: #8fbc8f;  padding-left: 20px;
		}

	#content4 a {
		text-decoration: none;
		color: #ffffff; }

	#content4 a:hover { background: #8C5A73; }
		
        


        /* karte 5 / hellblau / gegner */
	#content5 {
		text-align: justify;
		padding: 0px; /*padding: 20px;*/
		border: 2px solid black;
		border-top: none;
		z-index: 2;
		width: 500px;	
		font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
		background: #b0e0e6;  padding-left: 20px;
		}

	#content5 a {
		text-decoration: none;
		color: #ffffff; }

	#content5 a:hover { background: #8C5A73; }
        
        
        

        /* karte 6 / lila / einzelergebnisse */
	#content6 {
		text-align: justify;
		padding: 0px; /*padding: 20px;*/
		border: 2px solid black;
		border-top: none;
		z-index: 2;
		width: 500px;	
		font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
		background: #b0c4de; padding-left: 20px;
		}

	#content6 a {
		text-decoration: none;
		color: #ffffff; }

	#content6 a:hover { background: #8C5A73; }
		









/* ----------------------------------------------------------- */
/* kartei.php - sdom-karteikarten                              */
/* ----------------------------------------------------------- */
table.kartei {
   border: 0px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;
   width: 540px;                                                                          /* alt 12.10.2009 08:21 width: 400px; */
   
   /* font-size: 12px; 2007-08 - 17.09.2008 08:25 - 1em entspricht ca. 16px */
   font-size: 1.1em;
   
   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
}



/* ----------------------------------------------------------- */
/* kartei.php - karte 2 - gesamte spalte                       */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */
tr.kartei_zwiueb {
	/* float: left; */
        background-color: #dddddd;
        font-weight: bold;
        text-align: center;
}




/* ----------------------------------------------------------- */
/* kartei.php - karte 2 - gesamte spalte                       */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */
tr.kartei_gerade {
	/* float: left; */
	/*width: 100%;*/
	/*height: 100%;*/
	/*color: #ffffff;*/
        background-color: #e9e9e9;
}

/* ----------------------------------------------------------- */
/* kartei.php - karte 2 - gesamte spalte                       */
/* ungerade zeilen-nr (1, 3, ...)                              */
/* ----------------------------------------------------------- */
tr.kartei_ungerade {
	/* float: left; */
	/*width: 100%;*/
	/*height: 100%;*/
	/*color: #ffffff;*/
        background-color: #b7ceeb;
}



td.kartei_sp1 {                               /* ansetzungen - mnr */
   /*background-color: #ededed;*/
   text-align: right;	
   /*font-weight: bold;*/
   width: 20px;
}

td.kartei_sp2 {                               /* ansetzungen - heim-mannschaft */
   /*background-color: #ededed;*/
   text-align: left;	
   /*font-weight: bold;*/
   width: 250px;                              /* alt 12.10.2009 08:18 width: 180px; */
}

td.kartei_sp3 {                               /* ansetzungen - mnr */
   /*background-color: #ededed;*/
   text-align: right;
   /*font-weight: bold;*/
   width: 20px;
}

td.kartei_sp4 {                               /* ansetzungen - gast-mannschaft */
   /*background-color: #ededed;*/
   text-align: left;	
   /*font-weight: bold;*/
   width: 250px;                              /* alt 12.10.2009 08:18 width: 180px; */ 
}







/*
ffcf63
ff9900
*/

td.sf0 {                                /* spaltenüberschriften - ferienart */
   background-color: #aabbff;
   text-align: center;	
   font-weight: bold;
   color: #0000ff;
}

td.kartei_ger1 {
   background-color: #ffcf63;              /* gerade zeile, alle spalten gleich breit */
   text-align: left;
   width: 18%;
}

td.kartei_unger1 {
   background-color: #ff9900;              /* gerade zeile, alle spalten gleich breit */
   text-align: left;
   width: 18%;
}

td.sf_ger {
   background-color: #ffcf63;              /* gerade zeile, alle spalten gleich breit */
   text-align: center;
   width: 12%;
}

td.sf_unger {
   background-color: #ff9900;              /* gerade zeile, alle spalten gleich breit */
   text-align: center;
   width: 12%;
}










/* ----------------------------------------------------------- */
/* kartei.php - sdom-karteikarten                              */
/* auswert03.php - gesamte spalte                              */
/* ----------------------------------------------------------- */
table.auswert03 {
   border: 0px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;
   width: 560px;
   
   /* font-size: 11px; 2007-08 - 17.09.2008 08:28 */
   font-size: 1.0em;
      
   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
   /* idee: margin-left: 0px; */
   /*       margin-top: 0px; */
}

/* 19.06.2006 14:19 */
table.auswert03a {
   border: 0px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;

   /* font-size: 11px; 2007-08 - 17.09.2008 08:28 */
   font-size: 1.0em;
   
   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
}


/* ----------------------------------------------------------- */
/* auswert03.php - gesamte spalte                              */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */
tr.auswert03_zwiueb_1 {
	float: left;
        background-color: #dddddd;
        font-weight: bold;
        text-align: center;
}

tr.auswert03_zwiueb_2 {
	/* float: left; */
	/*width: 100%;*/
	/*height: 100%;*/
	background-color: #f1f1f1; /* #dddddd;*/
        font-weight: bold;
        text-align: center;
}

/* 19.06.2006 13:41 */
tr.auswert03_zwiueb_2a {
	/* neuer background-color: #f1f1f1; */ /* #dddddd;*/
	background-color: #dddddd;
	color: #000000;
        /* font-weight: bold; */
        text-align: center;
}

tr.auswert03_zwiueb_3 {
	/* float: left; */
	/*width: 100%;*/
	/*height: 100%;*/
	color: #ffffff;
        background-color: #747474; /* #dddddd;*/
        font-weight: bold;
        text-align: center;
}

/* ----------------------------------------------------------- */
/* auswert03.php - karte 2 - gesamte spalte                    */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */
tr.auswert03_gerade {
	float: left;
        background-color: #e9e9e9;
}

/* ----------------------------------------------------------- */
/* auswert03.php - karte 2 - gesamte spalte                    */
/* ungerade zeilen-nr (1, 3, ...)                              */
/* ----------------------------------------------------------- */
tr.auswert03_ungerade {
	float: left;
        background-color: #b7ceeb;
}



td.auswert03_sp1a {                               /* ansetzungen - brett */
   text-align: right;	
   font-weight: bold;
   background-color: #f1f1f1;
   color: #000000;
}


td.auswert03_sp1 {
   text-align: right;	
   font-weight: bold;
   background-color: #747474;
   color: #ffffff;
}


td.auswert03_sp2a {                               /* ansetzungen - gemeldet an ... */
   text-align: right;	
   font-weight: bold;
   background-color: #f1f1f1;
   color: #000000;
}


td.auswert03_sp2 {
   text-align: right;	
   font-weight: bold;
   background-color: #747474;
   color: #ffffff;
}


td.auswert03_sp3a {                               /* ansetzungen - spielername */
   text-align: center;
   font-weight: bold;
   background-color: #f1f1f1;
   color: #000000;
}

td.auswert03_sp3 {
   text-align: center;
   font-weight: bold;
   background-color: #747474;
   color: #ffffff;
}


td.auswert03_sp4a {                               /* ansetzungen - ergebnis */
   text-align: center;	
   font-weight: bold;
   background-color: #f1f1f1;
   color: #000000;
}

td.auswert03_sp4 {
   text-align: center;	
   font-weight: bold;
   background-color: #747474;
   color: #ffffff;
}


td.auswert03_sp1z_gerade {                               /* ansetzungen - brett */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp2z_gerade {                               /* ansetzungen - gemeldet an ... */
   text-align: right;	
   background-color: #e9e9e9;
}

td.auswert03_sp3z_gerade {                               /* ansetzungen - spielername */
   text-align: left;
   background-color: #e9e9e9;
}

td.auswert03_sp4z_gerade {                               /* ansetzungen - ergebnis */
   text-align: center;	
   background-color: #e9e9e9;
}


td.auswert03_sp1z_ungerade {                               /* ansetzungen - brett */
   text-align: center;	
   background-color: #b7ceeb;
}

td.auswert03_sp2z_ungerade {                               /* ansetzungen - gemeldet an ... */
   text-align: right;	
   background-color: #b7ceeb;
}

td.auswert03_sp3z_ungerade {                               /* ansetzungen - spielername */
   text-align: left;
   background-color: #b7ceeb;
}

td.auswert03_sp4z_ungerade {                               /* ansetzungen - ergebnis */
   text-align: center;	
   background-color: #b7ceeb;
}


td.auswert03_sp1y_gerade {                               /* gesamttabelle - rang */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp1y_ungerade {                               /* gesamttabelle - rang */
   text-align: center;	
   background-color: #b7ceeb;
}

td.auswert03_sp2y_gerade {                               /* gesamttabelle - mnr ... */
   text-align: right;	
   background-color: #e9e9e9;
}

td.auswert03_sp2y_ungerade {                               /* gesamttabelle - mnr ... */
   text-align: right;	
   background-color: #b7ceeb;
}

td.auswert03_sp3y_gerade {                               /* gesamttabelle - mannschaft */
   text-align: left;
   background-color: #e9e9e9;
}

td.auswert03_sp3y_ungerade {                               /* gesamttabelle - mannschaft */
   text-align: left;
   background-color: #b7ceeb;
}

td.auswert03_sp4y_gerade {                               /* gesamttabelle - twz */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp4y_ungerade {                               /* gesamttabelle - twz */
   text-align: center;	
   background-color: #b7ceeb;
}

td.auswert03_sp5y_gerade {                               /* gesamttabelle - siege */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp5y_ungerade {                               /* gesamttabelle - siege */
   text-align: center;	
   background-color: #b7ceeb;
}

td.auswert03_sp6y_gerade {                               /* gesamttabelle - remis */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp6y_ungerade {                               /* gesamttabelle - remis */
   text-align: center;	
   background-color: #b7ceeb;
}

td.auswert03_sp7y_gerade {                               /* gesamttabelle - verloren */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp7y_ungerade {                               /* gesamttabelle - verloren */
   text-align: center;	
   background-color: #b7ceeb;
}

td.auswert03_sp8y_gerade {                               /* gesamttabelle - man-pkt */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp8y_ungerade {                               /* gesamttabelle - man-pkt */
   text-align: center;	
   background-color: #b7ceeb;
}

td.auswert03_sp9y_gerade {                               /* gesamttabelle - man-pkt */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp9y_ungerade {                               /* gesamttabelle - man-pkt */
   text-align: center;	
   background-color: #b7ceeb;
}

td.auswert03_sp10y_gerade {                              /* gesamttabelle - man-pkt */
   text-align: right;	
   background-color: #e9e9e9;
}

td.auswert03_sp10y_ungerade {                              /* gesamttabelle - man-pkt */
   text-align: right;	
   background-color: #b7ceeb;
}

td.auswert03_sp11y_gerade {                              /* gesamttabelle - brt-pkt */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp11y_ungerade {                              /* gesamttabelle - brt-pkt */
   text-align: center;	
   background-color: #b7ceeb;
}

td.auswert03_sp12y_gerade {                              /* gesamttabelle - dirvgl */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp12y_ungerade {                              /* gesamttabelle - dirvgl */
   text-align: center;	
   background-color: #b7ceeb;
}

td.auswert03_sp13y_gerade {                              /* gesamttabelle - brlwrt */
   text-align: center;	
   background-color: #e9e9e9;
}

td.auswert03_sp13y_ungerade {                              /* gesamttabelle - brlwrt */
   text-align: center;	
   background-color: #b7ceeb;
}







table.kreuz03 {
   border: 1px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;
   width: 480px;

   /* font-size: 11px; 2007-08 - 17.09.2008 08:28 */
   font-size: 1.0em;

   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
   /*border-bottom: 1px solid #000000;*/
   /* idee: margin-left: 0px; */
   /*       margin-top: 0px; */

}

/* 19.06.2006 13:40 */
table.kreuz03a {
   border: 1px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;
   /* width: 480px; */
   /* test + 100 = 580 */
   /* width: 100%; */
   
   /* font-size: 11px; 2007-08 - 17.09.2008 08:28 */
   font-size: 1.0em;
   
   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
   /*border-bottom: 1px solid #000000;*/
   /* idee: margin-left: 0px; */
   /*       margin-top: 0px; */

}


td.auswert03_sp1k {                               /* kreuztabelle - mnr */
   /*background-color: #ededed;*/
   text-align: center;	
   width: 20px;
   border: 1px solid #000000;
}

/* 19.06.2006 13:42 */
td.auswert03_sp1ka {                               /* kreuztabelle - mnr */
   /*background-color: #ededed;*/
   text-align: center;	
   /*width: 20px;*/
   border: 1px solid #000000;
}

td.auswert03_sp3k {                               /* kreuztabelle - mannschaft */
   /*background-color: #ededed;*/
   text-align: left;
   width: 180px;
   border: 1px solid #000000;
}

/* 19.06.2006 13:42 */
td.auswert03_sp3ka {                               /* kreuztabelle - mannschaft */
   /*background-color: #ededed;*/
   text-align: left;
   /*width: 180px;*/
   border: 1px solid #000000;
}

td.auswert03_sp4k {                               /* kreuztabelle - ergebnis */
   /*background-color: #ededed;*/
   text-align: center;	
   width: 15px;
   border: 1px solid #000000;
}

/* 19.06.2006 13:42 */
td.auswert03_sp4ka {                               /* kreuztabelle - ergebnis */
   /*background-color: #ededed;*/
   text-align: center;	
   /*width: 15px;*/
   border: 1px solid #000000;
}

td.auswert03_sp4kk {                              /* kreuztabelle - ergebnis / diagonale, schwarzes quadrat */
   background-color: #000000;
   text-align: center;	
   width: 15px;
   border: 1px solid #000000;
}

/* 19.06.2006 13:51 */
td.auswert03_sp4kka {                              /* kreuztabelle - ergebnis / diagonale, schwarzes quadrat */
   background-color: #000000;
   text-align: center;	
   border: 1px solid #000000;
}

td.auswert03_sp8k {                               /* gesamttabelle - man-pkt */
   /*background-color: #ededed;*/
   text-align: center;	
   width: 30px;
   border: 1px solid #000000;
}

/* 19.06.2006 13:53 */
td.auswert03_sp8ka {                               /* gesamttabelle - man-pkt */
   text-align: center;	
   border: 1px solid #000000;
}

td.auswert03_sp8kk {                               /* gesamttabelle - man-pkt / kopf vertical */
   /*background-color: #ededed;*/
   text-align: center;	
   width: 30px;
   border: 1px solid #000000;
   writing-mode: tb-rl;                            /* vertical, von links lesbar */
}

/* 19.06.2006 13:43 */
td.auswert03_sp8kka {                               /* gesamttabelle - man-pkt / kopf vertical */
   text-align: center;	
   border: 1px solid #000000;
   writing-mode: tb-rl;                            /* vertical, von links lesbar */
}

td.auswert03_sp11k {                               /* kreuztabelle - brt-pkt */
   /*background-color: #ededed;*/
   text-align: center;	
   width: 30px;
   border: 1px solid #000000;
}

td.auswert03_sp11kk {                              /* kreuztabelle - brt-pkt */
   text-align: center;	
   border: 1px solid #000000;
   writing-mode: tb-rl;                            /* vertical, von links lesbar */
}

/* 19.06.2006 13:43 */
td.auswert03_sp11ka {                              /* kreuztabelle - brt-pkt */
   text-align: center;	
   border: 1px solid #000000;
}

td.auswert03_sp12k {                               /* kreuztabelle - dirvgl */
   text-align: center;	
   width: 20px;
   border: 1px solid #000000;
}

td.auswert03_sp12kk {                              /* kreuztabelle - dirvgl */
   text-align: center;	
   border: 1px solid #000000;
   writing-mode: tb-rl;                            /* vertical, von links lesbar */
}

/* 19.06.2006 13:44 */
td.auswert03_sp12ka {                              /* kreuztabelle - dirvgl */
   text-align: center;	
   border: 1px solid #000000;
}

td.auswert03_sp13k {                               /* kreuztabelle - rang, brlwrt */
   /*background-color: #ededed;*/
   text-align: center;	
   width: 20px;
   border: 1px solid #000000;
}

/* 19.06.2006 13:44 */
td.auswert03_sp13ka {                              /* kreuztabelle - rang, brlwrt */
   text-align: center;	
   border: 1px solid #000000;
}

td.auswert03_sp13kk {                              /* kreuztabelle - rang, brlwrt */
   text-align: center;	
   border: 1px solid #000000;
   writing-mode: tb-rl;                            /* vertical, von links lesbar */
}



/* .clsHoriz 		{ writing-mode:lr-tb } */
/* printf ("Im IE geht es teilweise:<p style='writing-mode:tb-rl'>90 Grad gedreht</p><br>");*/




.kartei_k4
{
   color: fffffff;
   background: #ffb6c1; /*#ff4444; */ /* #8399AF; */
}





/* ----------------------------------------------------------- */
/* kartei.php - sdom-karteikarten                              */
/* auswert04.php - mannschaftsaufstellung                      */
/* ----------------------------------------------------------- */
table.auswert04 {
   border: 0px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;
   width: 600px; /*560px;*/
   
   /* font-size: 11px; 2007-08 - 17.09.2008 08:28 */
   font-size: 1.0em;

   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
}

/* ----------------------------------------------------------- */
/* auswert04.php - gesamte obere spalte                        */
/* ----------------------------------------------------------- */
tr.auswert04_zwiueb_1 {
	/* float: left; */
	/*width: 100%;*/
	/*height: 100%;*/
	color: #ffffff;
        background-color: #0000ff;
        font-weight: bold;
        text-align: center;
}


/* ----------------------------------------------------------- */
/* auswert04.php - karte 1 - gesamte obere tabelle             */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */
tr.auswert04_gerade {
	/* float: left; */
        background-color: #dddddd;
}

/* ----------------------------------------------------------- */
/* auswert04.php - karte 1 - gesamte obere tabelle             */
/* ungerade zeilen-nr (1, 3, ...)                              */
/* ----------------------------------------------------------- */
tr.auswert04_ungerade {
	/* float: left; */
        background-color: #f1f1f1;
}



td.auswert04_sp1 {                               /* bemerkung - oben */
   /*background-color: #ededed;*/
   text-align: right;	
   font-weight: bold;
   /* width: 110px; */
}

td.auswert04_sp1 {                               /* bemerkung - oben */
   /*background-color: #ededed;*/
   text-align: right;	
   font-weight: bold;
   /* width: 110px; */
}

td.auswert04_sp1_gerade {                               /* bemerkung - oben */
   /*background-color: #ededed;*/
   text-align: right;	
   font-weight: bold;
   /* width: 110px; */
   background-color: #dddddd;
}

td.auswert04_sp1_ungerade {                               /* bemerkung - oben */
   /*background-color: #ededed;*/
   text-align: right;	
   font-weight: bold;
   /* width: 110px; */
   background-color: #f1f1f1;
}

td.auswert04_sp2 {                               /* daten - oben */
   /*background-color: #ededed;*/
   text-align: left;	
   /*font-weight: bold;*/
   /* width: 190px; */
}

td.auswert04_sp2_gerade {                               /* daten - oben */
   /*background-color: #ededed;*/
   text-align: left;	
   /*font-weight: bold;*/
   /* width: 190px; */
   background-color: #dddddd;
}

td.auswert04_sp2_ungerade {                               /* daten - oben */
   text-align: left;	
   /*font-weight: bold;*/
   /* width: 190px; */
   background-color: #f1f1f1;
}

td.auswert04_sp3 {                               /* bemerkung - oben */
   /*background-color: #ededed;*/
   text-align: right;
   font-weight: bold;
   /* width: 110px; */
}

td.auswert04_sp3_gerade {                               /* bemerkung - oben */
   text-align: right;
   font-weight: bold;
   background-color: #dddddd;
}

td.auswert04_sp3_ungerade {                               /* bemerkung - oben */
   text-align: right;
   font-weight: bold;
   background-color: #f1f1f1;   
}

td.auswert04_sp4 {                               /* daten - oben */
   text-align: left;	
}

td.auswert04_sp4_gerade {                               /* daten - oben */
   text-align: left;	
   background-color: #dddddd;
}

td.auswert04_sp4_ungerade {                               /* daten - oben */
   text-align: left;	
   background-color: #f1f1f1;   
}



/* ----------------------------------------------------------- */
/* kartei.php - sdom-karteikarten                              */
/* auswert04.php - mannschaftsaufstellung                      */
/* ----------------------------------------------------------- */
table.auswert04_s {
   border: 0px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;
   /* ganz raus 21.06.2006 12:34 width: 270px; */ /*560px;*/
   
   /* font-size: 11px; 2007-08 - 17.09.2008 08:28 */
   font-size: 1.0em;
   
   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
}

/* ----------------------------------------------------------- */
/* auswert04.php - karte 1 - gesamte untere tabelle            */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */
tr.auswert04_gerade_s {
	/* float: left; raus 16.11.2009 11:17 geze */
        background-color: #e9e9e9;
}

/* ----------------------------------------------------------- */
/* auswert04.php - karte 1 - gesamte untere tabelle            */
/* ungerade zeilen-nr (1, 3, ...)                              */
/* ----------------------------------------------------------- */
tr.auswert04_ungerade_s {
	/* float: left; raus 16.11.2009 11:17 geze */
        background-color: #b7cee;
}

td.auswert04_sp1k {                               /* spieler - tnr - kopf */
   /*background-color: #ededed;*/
   text-align: center;	
   width: 70px;
   /* width: 30px; */
}

td.auswert04_sp2k {                               /* spieler - name - kopf */
   /*background-color: #ededed;*/
   text-align: center;	
   width: 200px;
   /* width: 150px; */
}

td.auswert04_sp3k {                               /* spieler - jg. - kopf */
   /*background-color: #ededed;*/
   text-align: center;
   width: 30px;
   /* width: 30px; */
}

td.auswert04_sp4k {                               /* spieler - dwz - kopf */
   /*background-color: #ededed;*/
   text-align: center;	
   width: 30px;
   /* width: 30px; */
}

td.auswert04_sp5k {                               /* spieler - brett - kopf */
   /*background-color: #ededed;*/
   text-align: center;	
   width: 30px;
}


td.auswert04_sp1s {                               /* spieler - tnr */
   /*background-color: #ededed;*/
   text-align: left;	
   width: 70px;
}

td.auswert04_sp2s {                               /* spieler - name */
   /*background-color: #ededed;*/
   text-align: left;	
   width: 200px;
}

td.auswert04_sp3s {                               /* spieler - jg. */
   /*background-color: #ededed;*/
   text-align: center;
   width: 30px;
}

td.auswert04_sp4s {                               /* spieler - dwz */
   /*background-color: #ededed;*/
   text-align: right;	
   width: 30px;
}

td.auswert04_sp5s {                               /* spieler - brett */
   /*background-color: #ededed;*/
   text-align: right;	
   width: 30px;
}


















/* ----------------------------------------------------------- */
/* kartei.php - sdom-karteikarten                              */
/* auswert10a.php - gesamte spalte                              */
/* ----------------------------------------------------------- */
table.auswert10a {
   border: 0px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;
   width: 280px;
   
   /* font-size: 11px; 2007-08 - 17.09.2008 08:28 */
   font-size: 1.0em;

   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
}

/* ----------------------------------------------------------- */
/* auswert10a.php - gesamte spalte                             */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */

tr.auswert10a_zwiueb_1 {                         /* spaltenüberschriften für tabelle */
	float: left;
	/*width: 100%;*/
	/*height: 100%;*/
	color: #ffffff;
        background-color: #747474; /* #dddddd;*/
        font-weight: bold;
        text-align: center;
}

tr.auswert10a_zwiueb_3 {                         /* zwischenüberschrift - mannschaft + skl */
	float: left;
	/*width: 100%;*/
	/*height: 100%;*/
	color: #000000;
        background-color: #dddddd; /* #dddddd;*/
        font-weight: bold;
        text-align: center;
}

/* ----------------------------------------------------------- */
/* auswert10a.php - karte 4 - gesamte spalte                   */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */
tr.auswert10a_gerade {
	float: left;
        background-color: #e9e9e9;
}

/* ----------------------------------------------------------- */
/* auswert10a.php - karte 4 - gesamte spalte                   */
/* ungerade zeilen-nr (1, 3, ...)                              */
/* ----------------------------------------------------------- */
tr.auswert10a_ungerade {
	float: left;
        background-color: #b7ceeb;
}

td.auswert10a_sp1 {                              /* team - brett */
   text-align: right;	
   width: 20px;
}

td.auswert10a_sp2 {                              /* team - spielername */
   text-align: left;
   width: 180px;
}

td.auswert10a_sp3 {                              /* team - dwz */
   text-align: right;	
   width: 40px;
}

td.auswert10a_sp4 {                              /* team - tnr */
   text-align: right;	
   width: 40px;
}





/* ----------------------------------------------------------- */
/* kartei.php - sdom-karteikarten                              */
/* auswert10b.php - gesamte spalte                              */
/* ----------------------------------------------------------- */
table.auswert10b {
   border: 0px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;
   width: 560px; /*560px;*/

   /* font-size: 11px; 2007-08 - 17.09.2008 08:28 */
   font-size: 1.0em;

   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
}

/* ----------------------------------------------------------- */
/* auswert10b.php - gesamte spalte                             */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */

tr.auswert10b_zwiueb_1 {                         /* spaltenüberschriften für tabelle */
	float: left;
	color: #ffffff;
        background-color: #747474;
        font-weight: bold;
        text-align: center;
}

tr.auswert10b_zwiueb_2 {                         /* zwischenüberschrift - spieler */
	float: left;
	color: #000000;
        background-color: #dddddd;
        text-align: center;
}

tr.auswert10b_zwiueb_3 {                         /* zwischenüberschrift - spieler */
	float: left;
	color: #000000;
        background-color: #dddddd;
        font-weight: bold;
        text-align: center;
}

/* ----------------------------------------------------------- */
/* auswert10b.php - karte 4 - gesamte spalte                   */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */
tr.auswert10b_gerade {
	float: left;
        background-color: #e9e9e9;
}

/* ----------------------------------------------------------- */
/* auswert10b.php - karte 4 - gesamte spalte                   */
/* ungerade zeilen-nr (1, 3, ...)                              */
/* ----------------------------------------------------------- */
tr.auswert10b_ungerade {
	float: left;
        background-color: #b7ceeb;
}

td.auswert10b_sp1 {                              /* spieler - runde */
   text-align: right;	
   width: 20px;
}

td.auswert10b_sp2 {                              /* spieler - pkt */
   text-align: center;	
   width: 20px;
}

td.auswert10b_sp3 {                              /* spieler - brett */
   text-align: right;	
   width: 20px;
}

td.auswert10b_sp4 {                              /* spieler - spielername des gegners */
   text-align: left;
   width: 170px;
}

td.auswert10b_sp5 {                              /* spieler - team des gegners */
   text-align: left;
   width: 140px;
}

td.auswert10b_sp6 {                              /* spieler - dwz des gegners */
   text-align: right;	
   width: 40px;
}

td.auswert10b_sp7 {                              /* spieler - jg. des gegners */
   text-align: right;	
   width: 30px;
}

td.auswert10b_sp8 {                              /* spieler - skl des gegners */
   text-align: center;	
   width: 120px;
}








/* ----------------------------------------------------------- */
/* kartei.php - sdom-karteikarten                              */
/* auswert09.php - gesamte spalte                              */
/* ----------------------------------------------------------- */
table.auswert09 {
   border: 0px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;
   width: 560px;
   
   /* font-size: 11px; 2007-08 - 17.09.2008 08:28 */
   font-size: 1.0em;

   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
}

table.auswert09a {
   border: 0px solid #000000; /* kein rand! */
   border-collapse: collapse;
   table-layout: auto;
   
   /* font-size: 11px; 2007-08 - 17.09.2008 08:28 */
   font-size: 1.0em;
   
   font-family: Arial, sans-serif;    /* schriftart, eine schriftart ohne serifen */
   color: #000000;
}


/* ----------------------------------------------------------- */
/* auswert09.php - gesamte spalte                              */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */
tr.auswert09_zwiueb_1 {
	/* float: left; */ /* raus 21.06.2006 11:32 */
	/*width: 100%;*/
	/*height: 100%;*/
	/*color: #ffffff;*/
        background-color: #dddddd; /* #dddddd;*/
        font-weight: bold;
        text-align: center;
}

tr.auswert09_zwiueb_3 {
	float: left;
	/*width: 100%;*/
	/*height: 100%;*/
	color: #ffffff;
        background-color: #747474; /* #dddddd;*/
        font-weight: bold;
        text-align: center;
}

/* ----------------------------------------------------------- */
/* auswert09.php - karte 2 - gesamte spalte                    */
/* gerade zeilen-nr (2, 4, ...)                                */
/* ----------------------------------------------------------- */
tr.auswert09_gerade {
	float: left;
        background-color: #e9e9e9;
}

/* ----------------------------------------------------------- */
/* auswert03.php - karte 2 - gesamte spalte                    */
/* ungerade zeilen-nr (1, 3, ...)                              */
/* ----------------------------------------------------------- */
tr.auswert09_ungerade {
	float: left;
        background-color: #b7ceeb;
}

td.auswert09_sp1 {                               /* spieler - brett */
   text-align: right;	
   /* width: 30px; */
}

td.auswert09_sp1_gerade {                               /* spieler - brett */
   text-align: right;	
   /* width: 30px; */
   background-color: #e9e9e9;
}

td.auswert09_sp1_ungerade {                               /* spieler - brett */
   text-align: right;	
   /* width: 30px; */
   background-color: #b7ceeb;
}

td.auswert09_sp2 {                               /* spieler - spielername */
   text-align: left;
   /* width: 180px; */
}

td.auswert09_sp2_gerade {                               /* spieler - brett */
   text-align: left;	
   /* width: 30px; */
   background-color: #e9e9e9;
}

td.auswert09_sp2_ungerade {                               /* spieler - brett */
   text-align: left;	
   /* width: 30px; */
   background-color: #b7ceeb;
}

td.auswert09_sp3 {                               /* spieler - einzelergebnisse */
   text-align: center;	
   /* width: 40px; */
}

td.auswert09_sp3_gerade {                               /* spieler - brett */
   text-align: center;	
   /* width: 30px; */
   background-color: #e9e9e9;
}

td.auswert09_sp3_ungerade {                               /* spieler - brett */
   text-align: center;	
   /* width: 30px; */
   background-color: #b7ceeb;
}

td.auswert09_sp4 {                               /* spieler - gesamtpunkte */
   text-align: center;	
   /* width: 30px; */
}

td.auswert09_sp4_gerade {                               /* spieler - brett */
   text-align: center;	
   /* width: 30px; */
   background-color: #e9e9e9;
}

td.auswert09_sp4_ungerade {                               /* spieler - brett */
   text-align: center;	
   /* width: 30px; */
   background-color: #b7ceeb;
}




/* ----------------------------------------------------------- */
/* kartei.php - sdom                                           */
/* ----------------------------------------------------------- */
.sdom_reiter {
        padding-right: 2px;               /* innenabstand rechts, zum bildschirmrand */
        padding-bottom: 1px;              /* innenabstand unten, zum boxrand */ 
        padding-top: 1px;                 /* innenabstand oben, zum bildschirmrand */
        padding-left: 2px;                /* innenabstand links, zum bildschirmrand */ 
        margin-right: 3px;
        
        /* font-size: 10px; 2007-08 - 17.09.2008 08:28 */
        font-size: 0.9em;

        
	border-left: #336699 2px solid;   /* linker rand, farbe, stärke, rahmentyp */
	border-bottom: #336699 2px solid; /* unterer rand - farbe, stärke, rahmentyp (dunkelgrau) */
	border-right: #336699 2px solid;  /* rechter rand - farbe, stärke, rahmentyp (dunkelgrau) */
	border-top: #336699 2px solid;    /* oberer rand - farbe, stärke, rahmentyp (dunkelgrau) */
	background-color: #ffffff;        /* hintergrundfarbe, innerer bereich */
	text-align: center;               /* textausrichtung innerhalb der überschrift */
	/*letter-spacing: 0.02in;*/
}

.sdom_reiter_gesetzt {
        padding-right: 2px;               /* innenabstand rechts, zum bildschirmrand */
        padding-bottom: 1px;              /* innenabstand unten, zum boxrand */ 
        padding-top: 1px;                 /* innenabstand oben, zum bildschirmrand */
        padding-left: 2px;                /* innenabstand links, zum bildschirmrand */ 
        margin-right: 3px;
        
        /* font-size: 10px; 2007-08 - 17.09.2008 08:28 */
        font-size: 0.9em;

        
	border-left: #336699 2px solid;   /* linker rand, farbe, stärke, rahmentyp */
	border-bottom: #336699 2px solid; /* unterer rand - farbe, stärke, rahmentyp (dunkelgrau) */
	border-right: #336699 2px solid;  /* rechter rand - farbe, stärke, rahmentyp (dunkelgrau) */
	border-top: #336699 2px solid;    /* oberer rand - farbe, stärke, rahmentyp (dunkelgrau) */
	background-color: #ffffcc;        /* hintergrundfarbe, innerer bereich */
	text-align: center;               /* textausrichtung innerhalb der überschrift */
	/*letter-spacing: 0.02in;*/
}



.zeilen_abstand {
	line-height: 80%;
}





/* ----------------------------------------------------------- */
/* aus lsv.css v erschoben, da w3c meckert:                    */ 
/* URI : http://www.lsvmv.de/lsv_neu/lsv.css                   */
/* Zeile: 147 Kontext : .spieler_foto                          */
/* Die Eigenschaft writing-mode existiert nicht : tb-rl        */ 
/* ----------------------------------------------------------- */

/* ----------------------------------------------------------- */
/* dem 2006 sj für text um fotos der spieler rum               */
/* ----------------------------------------------------------- */
.spieler_foto {
	writing-mode: tb-rl;
	vertical-align: baseline;
	position: relative;
	top: -35%;                         /* verticale ausrichtung */
}



/* http://users.hszk.bme.hu/~hj130/css/list_menu/hover/hover_example.html */
ul#mainMenu, ul  {
	padding:0;
	margin:0;
	list-style-type:none;
}
ul#mainMenu ul {
	margin-top:3px;
}

ul#mainMenu li {
	float:left; 
	padding:3px;
	width:150px;

	background-color:white;			/* for right mouseover effect */
}

ul#mainMenu a {
	color:black;
	display:block;
	font:12px arial,sans-serif;
	border-bottom:4px solid black;
	text-decoration:none;
}


ul#mainMenu ul a {
	border-bottom:none;
	border-left:1px solid white;
	padding-left:2px;
}

ul#mainMenu ul a:hover {
	border-left:3px solid red;
}

ul#mainMenu ul {
	position:absolute;
	visibility:hidden;
	border-bottom:1px solid black;
	
	background-color:white;			/* for right mouseover effect */
}

ul#mainMenu li:hover ul, ul#mainMenu li.hover ul{
	visibility:visible;
}

ul#mainMenu li li {
	float:none;
	border:none;
	padding:0;
}
	
ul#mainMenu li {
	behavior: url(hover.htc);
}

