/*#############################*/
/* 	DATEI: vorstand.css       */
/*							   */
/* datei für die Darstellung   */
/*  der einzelnen mitglieder   */
/*							   */
/*	erstellt: 23-10-10		   */
/*							   */
/*	geändert: 		           */
/*#############################*/


html {margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

		/* font: font-style font-variant font-weight font-size font-family bgcolor:"#F5F5F5"; */

body {font: normal 1em Verdana, Arial, Helvetica, sans-serif; background-color: #F5F5F5; }


h1 {
	font: bold 1.7em Arial, Helvetica, sans-serif;
	letter-spacing: 4px;
	color: #008000;
	padding: 0.3em;
	border-bottom: ridge double silver;
	text-transform: lowercase;
	text-align: center;
	background: rgb(85%,85%,70%);
	}

h2 { font: bold 1.5em 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.3em 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: 1em;} */

p {line-height: 1.5; margin: 0.5em 0 1em; font-size: 1.1em; }
p.ueber {  font: 1.5em Verdana, Arial, Courier, Helvetica;	background-color: #FFC; }

li { font-size: 1.1em; margin-top:3pt; }

#sidebar ul {list-style: square; } 

.vereinsname { font: bold italic 1.5em Arial, Helvetica, sans-serif; line-height: 2em; text-transform: lowercase; 
				background-color: #FC0 }


	th, td {text-align: left; padding: 0.2em 0.2em; border-bottom: 1px solid #DDD; }
	td { font: Verdana, Arial, Courier, Helvetica; }
	thead th {vertical-align: bottom; border: 1px solid gray; border-width: 1px 1px 1px 1px; white-space: normal;}
	th {border-right: 1px solid gray; border-bottom-style: solid; white-space: nowrap; background: #C0C0C0;}
	td {border-right: 1px solid #CCC;}
	
	
	td.table1 { text-align: center; padding: 0.2em 0.2em; }
	th.table1, td.table1 { font: 2em Verdana, Arial, Courier, Helvetica, color="#008000"; }
	td.table1 { border-right: 0px solid #CCC; }
	th.table1, td.table1 { padding: 0.2em 0.2em; border-bottom: 0px solid #DDD; }
	
	
	td.table2 { text-align: center; padding: 0.3em 0.3em; border-bottom: 2px solid #DDD; }
	th.table2 { font: bold; text-align: center; padding: 0.3em 0.3em; border-bottom: 1px solid #DDD; background: rgb(85%,85%,70%); }
	th.table2, td.table2 { font: 1em Verdana, Arial, Courier, Helvetica; }
	td.table2, th.table2 { border-right: 2px solid #CCC; border-left: 2px solid #CCC; }
	
	
	td.table3 { text-align: left; padding: 0.3em 0.3em; border-bottom: 2px solid #DDD; }			/* linke ausrichtung sonst wie table2 */
	th.table3 { font: bold; text-align: left; padding: 0.3em 0.3em; border-bottom: 1px solid #DDD; background: rgb(85%,85%,70%); }
	th.table3, td.table3 { font: 1em Verdana, Arial, Courier, Helvetica; }
	td.table3, th.table3 { border-right: 2px solid #CCC; border-left: 2px solid #CCC; }


	td.name, th.name {text-align: left; padding: 0.2em 0.2em; border-bottom: 1px solid #DDD; border-left: 1px solid #DDD; }
	td.name, th.name { font: 1.1em Verdana, Arial, Courier, Helvetica;}


	th.name2, td.name2 {text-align: center; padding: 0.2em 0.2em; border-bottom: 1px solid #DDD; }
	th.name2, td.name2 { font: 1.1em Verdana, Arial, Courier, Helvetica; }
	
	
	th.verein, td.verein {text-align: center; vertical-align: middle; padding: 0.3em 0.3em; border-bottom: 1px solid #DDD; }
	th.verein {	font: 1.3em Verdana, Arial, Courier, Helvetica;	background-color: #9C3;	}
	
	th.start, td.start {text-align: justify; vertical-align: middle; padding: 0.3em 0.3em; border-bottom: 1px solid #DDD; }
	th.start { font: 1.3em Verdana, Arial, Courier, Helvetica;	background-color: #FFC; }


	td.ohne {text-align: center; padding: 0.2em 0.2em; }
	td.ohne { font: Verdana, Arial, Courier, Helvetica;}
	td.ohne {border-right: 0px solid #CCC;}
	th.ohne { padding: 0.2em 0.2em; border-bottom: 0px solid #DDD; }
	td.ohne { padding: 0.2em 0.2em; border-bottom: 0px solid #DDD; }


a:link { font: normal 1em Arial, Helvetica, sans-serif; text-decoration:underline; color:#0C0; }
a:visited { font: normal 1em Arial, Helvetica, sans-serif; text-decoration:underline; color:#090; }
a:active { font: normal 1em Arial, Helvetica, sans-serif; text-decoration:underline; color:#060; }

