.qCounter {
	width: 47px;
	display: block;
	float: left;
	padding: 48px 5px 0px 5px;
}

#countHuman, #countCPU {
	width: 47px;
	height: 57px;
	display: block;
	font-size: 18px;
	text-align: center;
	background: url('../imgs/themen/applications/quartett/counter_bg.gif') no-repeat 0px 0px;
	padding-top: 17px;
}

.qMiddle{
	width: 326px;
	float: left;
}

.qCards {
	width: 326px;
	height: 313px;
	display: block;
	float: left;
}

.qCardSlot {
	width: 153px;
	height: 313px;
	display: block;
	float: left;
	background: url('../imgs/themen/applications/quartett/card_hide_bg.gif') no-repeat 5px 32px;
	padding: 0px 5px 0px 5px;
}

.qTitle {
	width: 153px;
	height: 22px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #a8b4c0;
	text-align: center;
	margin-top:10px;
}

.qCard {
	width: 141px;
	min-height: 269px;
	display: block;
	background: url('../imgs/themen/applications/quartett/card_show_bg.gif') no-repeat top left;
	padding: 6px 6px 6px 6px;
}

* html .qCard {
	width: 153px;
	height: 281px;
}

.cTitle {
	font-size: 10px;
	text-align: center;
}

.cImg {
	width: 141px;
	height: 80px;
	overflow: hidden;
	display: block;
	text-align: center;
	background: #dadfe1;
	position: relative;
}

.cSubTitle {
	width: 100%;
	font-size: 10px;
	text-align: center;
	display: block;
	background: #82b9e6;
	padding: 1px 0px 1px 0px;
	margin-bottom: 3px;
}

.qValue {
	width: 141px;
	height: 31px;
	display: block;
	clear: both;
	font-size: 10px;
	line-height: 11px;
	background: #ffffff;
	margin-top: 1px;
}
.qCard A:hover .qValue {
	background:#cfd5d7;
}
.qCard .activ {
	background:#cfd5d7;
}

.qCard A:link .cLabel, .qCard A:active .cLabel, .qCard A:hover .cLabel, .qCard A:visited .cLabel,
.qCard .cLabel, .qCard .cLabel, .qCard .cLabel, .qCard .cLabel{
	width: 100%;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 3px 0px 0px 0px;
}
.qCard A:link .cValue, .qCard A:active .cValue, .qCard A:hover .cValue, .qCard A:visited .cValue,
.qCard .cValue, .qCard .cValue, .qCard .cValue, .qCard .cValue{
	width: 100%;
	display: block;
	color: #ed152d;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 3px 0px 3px 0px;
}

.qCard A:hover {
	text-decoration: none;
	cursor: pointer;
}

#qrules {
	width: 668px;
	position: absolute;
	top: 25px;
	left: 60px;
	z-index: 100000;
	border: 1px solid #000000;
	background: #ffffff;
}

#gamebutton {
	height: 18px;
	display: block;
}
