#wahlbox {
	width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	min-height: 250px;
}
#wahl_links {
	float: left;
	width: 230px;
}
#wahl_rechts {
	float: right;
	width: 230px;
}
.wahl_titel {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.wahl_text {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	height: 80px;
}
.wahl_link {
	text-align: center;
	margin-bottom: 15px;
}
#code_load{
	font-size: 11px;
	background-color: #F3F3F3;
	width: 550px;
	border: 1px solid #DEDEDE;
	clear: both;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
    
