#questions {
	height: auto;
	overflow: hidden;
}

.question {
	cursor: pointer;
	/*margin: 10px 0px 10px 0px;*/
	/*border: 1px solid red;*/
	clear: both;
	float: left;
	margin-top: 15px;
	width: 360px;
	height: 35px;
}

.question_image {
	width: 35px;
	height: 35px;
	/*border: 1px solid lime;*/
	float: left;
}

.question_text {
	float: left;
	width: 270px;
	height: 35px;
	/*border: 1px solid lime;*/
	padding-left:10px;
	padding-right:10px;
}

.question_elected {
	width: 35px;
	height: 35px;
	float: left;
	background-image: url('/fileadmin/templates/img/markenfinder/elected.png');
	background-repeat: no-repeat;
}

.question_link {
	display: none;
}

#finder_buttons {
	clear: both;
	margin-top: 0px;
	width: 330px;
	position: absolute;
	left: 367px;
	bottom: 60px;
}

#back {
	float: left;
}

#continue {
	float: right;
}

#finder_location_steps {
	clear: both;
	float: left;
	margin-top: 20px;
	height: 55px;
	margin-left: 50px;
	position: absolute;
	bottom: 0px;
}

.finder_location {
	float: left;
	position: absolute;
	top: 0px;
	left: -10px;
	width: 110px;
}

.finder_steps {
	float: left;
	height: 54px;
}

.finder_steps_no {
	background-color: #515151;
	height: 27px;
	width: 19px;
	border-width: 1px 1px 1px 1px;
	border-color: #424242;
	border-style: solid;
	float: left;
	z-index: 0;
}

.finder_steps_act {
	background-color: #515151;
	height: 54px;
	width: 19px;
	border-width: 1px 1px 1px 1px;
	border-color: #424242;
	border-style: solid;
	float: left;
	z-index: 0;
}

.finder_steps_cur {
	/*background-color: #aa67c6;
	border-color: #b447de;*/
	background-color: #ff0000;
	height: 54px;
	width: 19px;
	border-width: 1px 1px 1px 1px;
	border-color: #cc0000;
	border-style: solid;
	float: left;
	z-index: 10;
	margin-right: 1px;
}

.step {
	text-align: center;
	color: #fff;
	font-size: 11px;
}

#step1 {
	left: 105px;
}

#step2 {
	left: 125px;
}

#step3 {
	left: 145px;
}

#step4 {
	left: 165px;
}

#step5 {
	left: 185px;
}

#step1, #step2, #step3, #step4, #step5 {
	position: absolute;
	bottom: 0px;
}

.display_element_none {
	display: none;
}

#whole_text {
	float: left;
	margin-top: 25px;
	color:#111111;
	margin-left: 350px;
	width: 364px;
	height: 508px;
	background-color: transparent;
	padding: 17px;
}

#labelfinder_result_img {
	float: left;
	width: 367px;
	margin-top: 94px;
}

#whole_content {
	float: left;
	width: 330px;
	margin-top: 42px;
}

.labelfinder_result {
	/*height: 320px;*/
	max-height: 330px;
	width: 330px;
	margin-top: 15px;
	overflow: hidden;
}

.labelfinder_result_text {
	margin-left: 30px;
	width: 300px;
}

.labelfinder_result_image {
	margin-top: 15px;
	text-align: center;
}

#horizontal_content {
	margin-top: 31px;
	width: 720px;
}

#horizontal_content #article_headline {
	float: left;
	width: 350px;
	margin-left: 20px;
}

.horizontal_content {
	float: left;
	width: 300px;
}

#button_standalone {
	clear: right;
	float: right;
	margin-top: 5px;
}

#flashcontent {
	position: absolute;
	left: 0px;
	top: 10px;
}