/* PRINT */

/* Allgemein */

.seite {
	font-family: Verdana, Arial;
	font-size: 11pt;
}

/* Kopf */

.kopf-links {
	text-align: right;
	vertical-align: middle;
}

.kopf-mitte {
	padding-left: 1mm;
	text-align: left;
}

.kopf-rechts {
	display: none;
}

.kopf-links img {
	border: none;
}
	
.kopf-mitte h1 {
	margin: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: 16pt;
	font-weight: bold;
}

.kopf-mitte h2 {
	margin: 0;
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	font-weight: bold;
}

.kopf-brot {
	display: none;
}

/* Fuß */
.fuss {
	margin: 10mm;
	font-family: "Trebuchet MS", Arial;
	font-size: 8pt;
	text-align: center;
}

.fuss a {
	text-decoration: none;
}

/* Hauptteil */
.haupt-inhalt {
	vertical-align: top;
}

.haupt-navi {
	display: none;
}

.spalte1 {
}

.spalte2-links {
	width: 70mm;
	float: left;
}

.spalte2-rechts {
	width: 70mm;
	float: right;
}

.haupt-inhalt h1.seitentitel {
	border-bottom: solid 7pt rgb(225,225,225);
	color: rgb(100,100,100);
	font-family: "Trebuchet MS", Arial;
	font-size: 18pt;
	font-weight: bold;
	margin: 5mm 0 4mm 0;
	padding: 0;
}

.haupt-inhalt h1 {
	color: rgb(80,80,80);
	font-family: "Trebuchet MS", Arial;
	font-size: 18pt;
	font-weight: normal;
	margin: 4mm 0 1mm 0;
}

.haupt-inhalt h2 {
	color: rgb(80,80,80);
	font-family: "Trebuchet MS", Arial;
	font-size: 14pt;
	font-weight: normal;
	margin: 2mm 0 1mm 0;
}

.haupt-inhalt h3 {
	color: rgb(125,125,125);
	font-family: "Trebuchet MS", Arial;
	font-size: 10pt;
	font-weight: normal;
	margin: -2mm 0 2mm 0;
}

.haupt-inhalt p {
	background-color: rgb(255,255,255);
	font-family: Verdana, Arial;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0 0 3mm 0;
}

.haupt-inhalt img {
	border: none;
}

.haupt-inhalt a {
	text-decoration: underline;
}
.trenner {
	clear: both;
	height: 0.2em;
	border: none;
	background: rgb(210,210,210);
	color: rgb(210,210,210);
}

.haupt-inhalt ul {
	list-style: none;
	padding-left: 10px;
	margin-top: -10px;
	padding-top: 0px;
}

.haupt-inhalt ul li {
	padding-left: 12px;
	padding-top: 5px;
	background-image: url(bild/li.gif);
	background-position: 0px 13px;
	background-repeat: no-repeat;
	line-height: 14px;
	font-size: 12px;
}


table.funktionaer {
	background-color:rgb(233,232,244);
	border-collapse: collapse;
	clear: both;
	empty-cells: show;
	margin-left: 1px;
	margin-top: 20px;
}

th.funktionaer {
	background-color: rgb(175,175,175);
	border-left: solid 2px rgb(175,175,175);
	border-right: solid 2px rgb(175,175,175);
	color: rgb(255,255,255);
	empty-cells: show;
	font-size: 14px;
	font-weight: bolder;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	text-align: left;
}

td.funktionaer {
	background-color: rgb(255,255,255);
	border-bottom: solid 2px rgb(225,225,225);
	border-left: solid 2px rgb(225,225,225);
	border-right: solid 2px rgb(225,225,225);
	color: rgb(0,0,0);
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	text-align: left;
}


table.mannschaft {
	border-collapse: collapse;
	clear: both;
	empty-cells: show;
	margin-left: 1px;
	margin-top: 20px;
}

th.mannschaft {
	border-bottom: solid 2pt rgb(225,225,225);
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	text-align: left;
}

td.mannschaft {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	text-align: left;
	vertical-align: top;
}

.boxscore {
	border-collapse: collapse;
	font-family: Verdana, Arial;
	font-size: 12px;
	height: 20px;
}

.boxscore td {
	border: solid 1px black;
	width: 20px;
	height: 20px;
	text-align: center;
}

td.boxscore-name {
	border: solid 1px black;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
}

td.boxscore-rand {
	border: solid 2px black;
	width: 20px;
	text-align: center;
}
                        
td.logomannschaft {
	text-align: center;
	vertical-align: middle;
	width: 64px;
}

img.logomannschaft {
	width: 64px;
	height: 64px;
}

table.tabelle {
	border-collapse: collapse;
	clear: both;
	empty-cells: show;
}

.tabelle th {
	color: rgb(0,0,0);
	empty-cells: show;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.tabelle td {
	border-bottom: solid 1px rgb(225,225,225);
	color: rgb(0,0,0);
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

table.turnier {
	border-collapse: collapse;
	clear: both;
	empty-cells: show;
	margin-bottom: 15px;
}

.turnier th {
	border-left: solid 1px rgb(175,175,175);
	border-right: solid 1px rgb(175,175,175);
	color: rgb(0,0,0);
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.turnier td {
	border-bottom: solid 1px rgb(225,225,225);
	color: rgb(0,0,0);
	padding: 5px;
	font-size: 12px;
}

table.ergebnis {
	border-collapse: collapse;
	clear: both;
	empty-cells: show;
	margin-bottom: 15px;
}

.ergebnis th {
	color: rgb(0,0,0);
	empty-cells: show;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}

.ergebnis td {
	border-bottom: solid 1px rgb(225,225,225);
	color: rgb(0,0,0);
	padding: 2px;
	font-size: 12px;
}

td.ergebnis_begegnung {
	width: 200px;
}

td.ergebnis_heim {
	padding: 1px 0px;
	text-align: right;
	width: 18px;
}

td.ergebnis_gast {
	padding: 1px 0px;
	text-align: left;
	width: 18px;
}

td.ergebnis_trenner {
	padding: 1px 0px;
	text-align: center;
	width: 5px;
}

td.ergebnis_bemerkung {
	padding: 1px 0px;
	text-align: right;
	width: 10px;
}
