
.text {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #414141;
	font-weight: normal;
}

.textrot {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: normal;
}

.textmini {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color: #414141;
	font-weight: normal;
}

.textwinner {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

.titel {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #414141;
	font-weight: bold;
}

.gewinnerhand {
	font-family: "Arial", sans-serif;
	font-size: 14px;
	color: #414141;
	font-weight: bold;
	text-align:center;
	background-image: url('../images/gewinnerhinter.png');
	border: 1px solid #000000;
}

A {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #009000;
	font-weight: bold;
}

A.fein {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color: #009000;
	font-weight: normal;
}

.inputtext {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	text-indent: 5px;
	color: #000000;
	font-weight: bold;
	border: 1px solid #000000;
}

.inputsubmit {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border: 1px solid #000000;
}

.inputhand {
	font-family: "Arial", sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	text-align:center;
}

.inputevent {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #198800;
	font-weight: bold;
	border: 1px solid #000000;
}

.popup {
position : absolute;
visibility : hidden;
background-color : white;
border-left : 1px solid black;
border-top : 1px solid black;
border-bottom : 1px solid black;
border-right : 1px solid black;
padding : 1px;
z-index : 10;
} 
