html, body, div, h1, h2, h3, p, span, a, table, tr, td, img, hr, ul {
	margin: 0px;
	padding: 0px;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	background-color: #3c3c3c;
	color: #3c3c3c;
}

/* Allgemeine Schrift-Formatierungen */
h1 {
	font-size: 13pt;
	padding-top: 30px;
	font-weight: normal;
	margin-left: 181px;
}
h2 {
	font-size: 22pt;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 180px;
	margin-bottom: 30px;
	color: #D30000;
}
p {
	line-height: 150%;
	margin-bottom: 10px;
}


/* Aufzaehlungen */
ul {
	list-style-type: square;
	margin-left: 30px;
	margin-bottom: 15px;
	line-height: 130%;
}

/* Tabellen */
table {
	border-collapse: collapse;
	border: 1px solid #dcdcdc;
}
tr.even {
	background-color: #dcdcdc;
}
tr.th {
	background-color: white;
}
td, th {
	vertical-align: top;
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
table.spiele {
	border: none;
}
.spiele tr {
	border-bottom: 1px solid #dcdcdc;
}
.spiele td, .spiele td a {
	font-size: 9pt;
}
table.adressliste {
	border: solid 1px white;
}
.kontakte td {
	background-color: White;
	border-top: solid 1px white;
}

/* normale Links */
a {
	text-decoration: none;
	color:  #3c3c3c;
}
/* Linkeffekte */
a:link {
	text-decoration: none;
	color:  #3c3c3c;
}
a:visited {
	color: #3c3c3c;
	text-decoration: none;
}
.navi a:focus, .status a:focus, .subnavi a:focus, .navi a.aktuell, .subnavi a.aktuell {
	color: #D30000;
	text-decoration: none;
}
a:hover, .navi a:hover, .status a:hover, .subnavi a:hover {
	color: #D30000;
	text-decoration: none;
}

/* Links Navi, Subnavi */
.navi a {
	color: #f2f2f2;
}
.subnavi a, .status a {
	color: #f2f2f2;
	font-size: 8pt;
}

/* Grafiken */
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
img.inline {
	float: left;
	margin-top: 6px;
	margin-right: 15px;
}
/* Bildunterschrift */
p.img {
	font-size: 8pt;
	font-style: italic;
	margin-bottom: 15px;
}
/* Grafiken innerhalb von Links */
a img {
	border: none;
	margin-left: 7px;
	margin-right: 7px;
}

/* Dimensionen des gesamten Inhaltsbereichs */
.main {
	width: 800px;
	margin: auto;
	margin-top: 15px;
	background-color: #f2f2f2;
	position: relative;
}

/* 
Divs, Aufteilung der Seite 
*/

/* div: Ruecklink zur Startseite */
.indexpage {
	position: absolute; 
	z-index: 1; 
	margin: 0px; 
	padding: 0px;
}

/* Header */
.header {
	width: 800px;
	height: 101px;
	background-image: url(img/topbanner.gif);
	background-repeat: no-repeat;
}

/* Hauptbereich mit Navi, Inhalt und rechter Seitenspalte*/
.middle {
	position: relative;
}
.navi {
	width: 180px;
	position: relative;
	float: left;
	margin: 0px;
	margin-bottom: 15px;
	padding-top: 30px;
}
.navi ul {
	background-color: Gray;
	width: 103px;
	color: #f2f2f2;
	background-color: #3d3d3d;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
	margin-left: 1px;
}
.navi li {
	list-style-image: url(ico/fussball_mini.gif);
	line-height: 180%;
	list-style-position: inside;
}
.navi img {
	margin-bottom: -3px;
	margin-left: 1px;
}
.subnavi {
	position: absolute;
	top: -5px;
	right: 0px;
	text-align: right;
	line-height: 28px;
}
.content {
	position: relative;
	float: left;
	margin-top: -24px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-left: 3px;
	width: 430px;
}
.right {
	width: 150px;
	position: relative;
	float: right;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: -20px;
}

/* Footer */
.footer {
	background-color: #3c3c3c;
	clear: both;
	color: #d2d2d2;
	text-align: right;
	border: 1px dotted #f2f2f2;
	border-top: none;
}
.footer p {
	margin: 0px;
	margin-right: 7px;
	font-size: 8pt;
}
.footer a {
	color: #d2d2d2;	
	}
.status {
	float: left;
}
.status p {
	margin-left: 183px;
	font-size: 8pt;
}

/* Box rechte Randspalte */
.box {
	position: relative;
	margin: 0px;
	margin-bottom: 18px;
}
.box h1 {
	font-weight: bold;
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 7px;
}
.box p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 8pt;
	line-height: 135%;
	clear: left;
}
.box a, .box ul {
	font-size: 8pt;
}
.boximg {
	float: left;
	margin-right: 4px;
	border: none;
}
.icon {
	float: left;
	margin: 7px;
}

/* div: Fussball am Seitenende */
.pageend {
	/*position: absolute; 
	z-index: 1; 
	bottom: 20px; 
	right: -30px;*/
	background-image: url(img/fussball_hell.gif);
	bottom: 17px; 
	right: 0px;
	height: 170px;
	width: 180px;
	position: absolute;
}

/* Einschub */
.indent {
	margin-left: 35px;
	margin-bottom: 20px;
}

/* Trennlinie */
.devider {
	margin-top: 40px;
	margin-bottom: 20px;
}

/* rote Schrift */
.red {
	color: #D30000;
}
/* kleine Schrift */
.small {
	font-size: 12pt;
	font-weight: normal;
}

/* Styles fuer die Darstellung der Spielerinner */
.player {
	margin-bottom: 20px;
	clear: both;
}
.player img {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: -4px;
}
.player p {
	padding-top: 10px;
}
.player table {
	border: none;
	margin-top: 3px;
}
.player th {
	padding-bottom: 8px;
}

/* Styles fuer die Darstellung der Spielberichte 08/09 */
h2.spielbericht {
	font-size: x-large;
	margin-top: 8px;
}
.aufstellung {
	width: 170px;
	position: relative;
	float: right;
	margin: 0px;
	margin-bottom: 15px;
	margin-top: 11px;
}
.aufstellung p {
	font-size: 8pt;
}

/* Styles fuer die Darstellung der Spielberichte 09/10 */
table.aufstellung {
	background-image: url(img/fussifeld_mini.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 258px;
	text-align: left;
	float: left;
	margin: 10px;
	margin-left:0px;
}
table.aufstellung td {
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	color: White;
}

/* Gaestebuch */
table.guestbook {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
.guestbook td {
	text-align: left;
}
.guestbook th, td.guestbook {
	border-bottom: 1px solid #3c3c3c;
	font-size: small;
}
.content table.guestbook td b {
	font-weight: normal;
}



