/* HANDHELD */

body {
	background-color: rgb(255,255,255);
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
}

p.navi {
	font-family: Arial;
	font-size: 12px;
}

h1.seitentitel {
	border-bottom: solid 7px rgb(225,225,225);
	color: rgb(100,100,100);
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0 0 2px 0;
}

h1 {
	color: rgb(80,80,80);
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-weight: normal;
	margin: 16px 0 6px 0;
}

table.tabelle {
	background-color: rgb(233,232,244);
	border-collapse: collapse;
	clear: both;
	empty-cells: show;
}

.tabelle th {
	background-color: rgb(175,175,175);
	border-left: solid 1px rgb(175,175,175);
	border-right: solid 1px rgb(175,175,175);
	color: rgb(255,255,255);
	empty-cells: show;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

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

table.turnier {
	background-color: rgb(233,232,244);
	border-collapse: collapse;
	clear: both;
	empty-cells: show;
	margin-bottom: 15px;
}

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

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

table.ergebnis {
	background-color: rgb(233,232,244);
	border-collapse: collapse;
	clear: both;
	empty-cells: show;
	margin-bottom: 15px;
}

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

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

td.ergebnis_begegnung {
}

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

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

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

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


input.ergebnis_bemerkung {
	width: 50px;
}
