/* DATEI: mannschaften.css	 		*/
/* 									*/
/*									*/
/* seite für die mannsachaftsaufst.	*/
/*									*/
/*	erstellt: 14-02-07				*/
/*									*/
/*		geändert: 	10-07-2011		*/
/*##################################*/

html {margin: 0; padding: 0;}

		/* font: font-style font-variant font-weight font-size font-family */

body {font: normal 1em Verdana, Arial, Helvetica, sans-serif; background-color: #F5F5F5; }

	h1 { font: bold 1.5em Arial, Helvetica, sans-serif;
		background: rgb(85%,85%,70%);
		letter-spacing: 4px;
		color: #008000;
		padding: 0.35em;
		border-bottom: ridge double silver; 
		text-transform: lowercase;
		text-align: center;
		}
		
	h2 { font: bold 1.3em Arial, Helvetica, sans-serif;
		background: rgb(85%,85%,70%);
		letter-spacing: 2px;
		color: #008000;
		padding: 0.3em;
		border-bottom: ridge double silver; 
		text-transform: lowercase;
		text-align: center;
		}
		
	h3 { font: bold 1.1em Arial, Helvetica, sans-serif;
		background: rgb(85%,85%,70%);
		letter-spacing: 1px;
		color: #008000;
		padding: 0.2em;
		border-bottom: ridge double silver; 
		text-transform: lowercase;
		text-align: center;
		}
		
	h4 { font: bold 1em Arial, Helvetica, sans-serif;
		background: rgb(85%,85%,70%);
		letter-spacing: 1px;
		color: #008000;
		padding: 0.1em;
		border-bottom: ridge double silver; 
		text-transform: lowercase;
		text-align: center;
		}

h1, h2, h3, h4 { line-height: 1.5em; } 

p {line-height: 1.2em; }
li { margin-left:5pt; }
ol { padding-left: 100pt; }

/* ############ Tabellen - Anfang ###################################################################################################*/
	td.table1, th.table1 { text-align: center; padding: 0.2em 0.2em; font: Verdana, Arial, Courier, Helvetica; font-size: 1.3em; background-color:#FC6; }
	td.table1, th.table1 { border-right: 0px solid #CCC; padding: 0.2em 0.2em; border-bottom: 0px solid #DDD; }
	
	
	td.table2, th.table2 { text-align: center; padding: 0.3em 0.3em; border-bottom: 1px solid #DDD; }
	th.table2, td.table2 { font: Verdana, Arial, Courier, Helvetica; font-size: 1.2em; }
	td.table2, th.table2 { border-right: 2px solid #CCC; border-left: 2px solid #CCC; }
	th.table2, td.table2 { padding: 0.3em 0.3em; border-bottom: 2px solid #DDD; }
	
	
	td.table3, th.table3 { text-align: left; padding: 0.3em 0.3em; border-bottom: 1px solid #DDD; }		/* gleiche wie 2 ausrichtung links und kleiner schrift */
	th.table3, td.table3 { font: Verdana, Arial, Courier, Helvetica; font-size: 1em; }
	td.table3, th.table3 { border-right: 2px solid #CCC; border-left: 2px solid #CCC; }
	th.table3, td.table3 { padding: 0.3em 0.3em; border-bottom: 2px solid #DDD; }


	td.table4, th.table4 { text-align: left; background-color:#CCCCCC; padding: 0.3em 0.3em; }	/* gleiche wie 3 aber mit ausrichtung links und mit farbhintergrund */
	th.table4, td.table4 { font: Verdana, Arial, Courier, Helvetica; font-size: 1em; }
	td.table4, th.table4 { border-right: 0px solid #CCC; border-left: 0px solid #CCC; }
	th.table4, td.table4 { padding: 0.3em 0.3em; border-bottom: 0px solid #DDD; }
	
	
	td.table5, th.table5 { text-align: left; padding: 0.3em 0.3em; border-bottom: 1px solid #DDD; }		/* gleiche wie 2 aber mit ausrichtung links und fett */
	td.table5, th.table5 { font: bold Verdana, Arial, Courier, Helvetica; font-size: 1em; }
	td.table5, th.table5 { border-right: 2px solid #CCC; border-left: 2px solid #CCC; }
	td.table5, th.table5 { padding: 0.3em 0.3em; border-bottom: 2px solid #DDD; }
	
	
	td.table6 { text-align: left; padding: 0.3em 0.3em; border-bottom: 1px solid #DDD; }	/* hier ist das gleiche wie 2 aber mit ausrichtung links und kursiv*/

	th.table6, td.table6 { font: Verdana, Arial, Courier, Helvetica; font-size: 1.2em; font-style: italic; }
	td.table6, th.table6 { border-right: 2px solid #CCC; border-left: 2px solid #CCC; }
	th.table6, td.table6 { padding: 0.3em 0.3em; border-bottom: 2px solid #DDD; }


	th {border-right: 1px solid gray; border-bottom-style: solid; white-space: nowrap; background: #C0C0C0;}
	th { font: Verdana, Arial, Courier, Helvetica; font-size: 1.2em;  }

	
	td.ohne { text-align: center; padding: 0.2em 0.2em; }
	td.ohne { font: Verdana, Arial, Courier, Helvetica; }
	td.ohne { border-right: 0px solid #CCC; border-left:0px solid #CCC; border-bottom:0px solid #CCC; }
	th.ohne, td.ohne { padding: 0.2em 0.2em; border-bottom: 0px solid #DDD; }
	
	
	td.ohne2 { border-right:1px solid #CCC; border-left:1px solid #CCC; border-bottom: 0px solid #CCC; }


a:link { color:#AA5522; text-decoration:underline; }
a:visited { color:#772200; text-decoration:underline; }
a:active { color:#000000; text-decoration:none; }
a.an { text-decoration:none; }

