.lhp_container {
	width: 660px;
	height: auto;
	
	float: left;
	clear: left;
	
	font-size: 10pt;
}

.button_container {
	width: 660px;
	height: auto;
	margin-top: 10px;
	text-align: center;
	float: left;
	clear: left;
}

.button_container .submit {
	padding: 2px;
	margin-top: 10px;
	border: 1px solid #000;
	background-color: #cee87f;
}

.lhp_head {
	width: 660px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	
	float: left;
	clear: left;
	
	color: #4f0000;
	font-weight: bold;
	
	background-image: url(../images/lhp_head.jpg);
}

.lhp_line_dark {
	width: 660px;
	height: 24px;
	
	float: left;
	clear: left;
	
	background-image: url(../images/lhp_dark.jpg);
	color: #000;
	margin-top: 1px;
	padding-top: 2px;
}

.lhp_line_light {
	width: 660px;
	height: 24px;
	
	float: left;
	clear: left;
	
	background-image: url(../images/lhp_light.jpg);
	color: #000;
	margin-top: 1px;
	padding-top: 2px;
}

.platz {
	width: 50px;
	height: 21px;
	padding-top: 3px;
	
	display: block;
	float: left;
	clear: none;
	text-align: center;
	font-weight: bold;
	
	color: #b1161a;
}

.vorwoche {
	width: 65px;
	height: 21px;
	padding-top: 3px;
	
	display: block;
	float: left;
	clear: none;
	margin-left: 1px;
	
	text-align: center;
	
	color: #000000;
}

.name {
	width: 200px;
	height: 21px;
	padding-top: 3px;
	
	display: block;
	float: left;
	clear: none;
	margin-left: 1px;
	
	color: #b1161a;
	
	text-align: left;
	text-indent: 5px;
}
.name a {
	color: #b1161a;
	text-decoration: none;
	font-weight: bold;
}
.name a:hover {
	color: #000000;
	text-decoration: none;
}

.title {
	width: 211px;
	height: 21px;
	padding-top: 3px;
	
	display: block;
	float: left;
	clear: none;
	margin-left: 1px;
	
	text-align: left;
	text-indent: 5px;
	
	color: #000000;
}

.voting {
	width: 130px;
	height: 24px;
	
	display: block;
	float: left;
	clear: none;
	margin-left: 1px;
	
	color: #000000;
}
.radioButton {
	margin-top: 7px;	
}
*+html .radioButton {
	margin-top: 4px;
}

.lhp_head .platz  {
	color: #4f0000;	
}
.lhp_head .vorwoche  {
	color: #4f0000;	
}
.lhp_head .name  {
	color: #4f0000;	
}
.lhp_head .lhp_title  {
	color: #4f0000;	
}
