@charset "utf-8";

body, table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}

.smallfont {
	font-size: 8pt;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

tr.menuRed td, tr.menuPink td {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

tr.menuRed td {
	background-color: #ee0000;
	color: #ffffff;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	height: 30px;
}
tr.menuPink td {
	background-color: #ffb1b1;
	border-top: 1px solid #ee0000;
	border-bottom: 1px solid #ee0000;
	height: 20px;
}
td.adCol {
	border-left: 1px solid #ff8181;
	border-right: 1px solid #ff8181;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}

td.content {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

div.game {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	height: 400px;
	font-size: 12pt;
	font-weight:bold;
}

div.satzteil {
	border: 1px #ee0000 dotted;
	position:absolute;
	cursor:pointer;
	float:left;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	background-color:white;
}

div.warning {
	font-weight: bold;
	color: #ffffff;
	position:absolute;
	float: left;
	padding: 5px;
	margin: 5px 5px 5px 5px;
	background-color: #ee0000;
}

div.satz {
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

div.meldung {
	margin:auto;
	margin-top:50px;
	padding: 0px;
	width: 300px;
	height: 100px;
	text-align:center;
	color:green;
	background-color:#ff8181;
	border: #ee0000 solid 1px;
}
.meldung p {
	padding: 10px;
	margin:5px;
}

.meldung a {
	text-decoration: underline;
	border: #ee0000 solid 1px;
	padding:5px;
	margin:0px;
}