.vtitel {
	color: #7a0014;
	font-family: arial, helvetica;
	font-size: 12px;
}


.stitel {
	color: #7a0014;
	font-family: arial, helvetica;
	font-size: 11px;
}


.txt {
	font-family: arial, helvetica;
	font-size: 11px;
	color: black;
}

.text {
	font-family: arial, helvetica;
	font-size: 11px;
	color: black;
}


.small {
	font-family: arial, helvetica;
	font-size: 11px;
	color: black;
}


b.zeit {
	font-weight: normal;
	color: gray;
}

.inp {
	border: 2px solid #7a0014;
	font-family: arial, helvetica;
	font-size: 11px;
	color: black;
	background: white;
}

a.titel:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


a.titel:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.titel:hover {
	color: #ff4d00;
	font-weight: bold;
	text-decoration: none;
}

a.titel:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}



a.player:link {
	color: #7a0014;
	text-decoration: none;
}


a.player:visited {
	color: #7a0014;
	text-decoration: none;
}

a.player:hover {
	color: #7a0014;
	text-decoration: none;
}

a.player:active {
	color: #7a0014;
	text-decoration: none;
}




a.l:link {
	color: #ff4d00;
	font-weight: bold;
	text-decoration: none;
}


a.l:visited {
	color: #ff4d00;
	font-weight: bold;
	text-decoration: none;
}

a.l:hover {
	color: #ff4d00;
	font-weight: bold;
	text-decoration: none;
}

a.l:active {
	color: #ff4d00;
	font-weight: bold;
	text-decoration: none;
}


.footer {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #999999;
}

.vote_on{
    display: block;
    background: url(/images/point_on.png) no-repeat left top;
}
.vote_off{
    display: block;
    background: url(/images/point_off.png) no-repeat left top;
}
.vote_on_white{
    display: block;
    background: url(/images/pointw_on.png) no-repeat left top;
}
.vote_off_white{
    display: block;
    background: url(/images/pointw_off.png) no-repeat left top;
}