.text-component .teaser-box {
	margin:-10px -10px -7px -10px;
}

.teaser-bottom {
	z-index:500;
}

form.AutoCheckForm {
	margin:0px 0px 20px 0px;
}

form.AutoCheckForm div.formRow {
	display:block;
	position:relative;
	padding:2px 0px;
}

form.AutoCheckForm div label {
	display:block;
	float:left;
	width:45px;
}

.auto_check_teaser div.selectbox,
form.AutoCheckForm div.selectbox {
	background-image:url('/typo3conf/ext/vs_bfu_auto_check/res/images/selectbox.png');
	border:0 solid #000000;
	height:22px;
	width:300px;
	margin:0px 0px 0px 80px;
	display:block;
	overflow:hidden;
	position:static;
	cursor:pointer;
	z-index:10;
}

.auto_check_teaser div.selectbox {
	background-image:url('/typo3conf/ext/vs_bfu_auto_check/res/images/selectboxTeaser.png');
	width:115px;
	float:right;
	margin:0px 0px 0px 0px;
}

.auto_check_teaser div.selectbox p,
form.AutoCheckForm div.selectbox p {
	height:22px;
	line-height:22px;
	vertical-align:middle;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
}

div.selectbox ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #000000;
	height:200px;
	width:298px;
	overflow:auto;
	position:absolute;
	background-color:#FFFFFF;
	z-index:999;
	display:none;
}

.auto_check_teaser div.selectbox ul {
	width:135px;
}

div.selectbox ul li {
	padding:0px 10px 0px 10px;
	list-style:none;
	margin:0px 0px 0px 0px;
	height:22px;
	line-height:22px;
	vertical-align:middle;
	font-size:12px;
	overflow:hidden;
}

div.selectbox ul li.active {
	background-color:#2d73d9;
	color:#FFFFFF;
	cursor:pointer;
}

table.autoCheckCarInfo {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px 0px 10px 0px;
}

table.autoCheckCarInfo th {
	width:70px;
	text-align:left;
	font-weight:normal;
}

table.autoCheckEquipment {
	width:100%;
	font-size:13px;
	border-bottom:1px solid #000000;
	margin:0px 0px 10px 0px;
}

table.autoCheckEquipment td {
	padding:10px 10px 10px 10px;
}

table.autoCheckEquipment th {
	text-align:left;
	padding:10px 10px 10px 10px;
}

table.autoCheckEquipment tr.odd {
	background-color:#e9e9e9;
}

table.autoCheckEquipment td.autoCheckRating {
	background-position:center center;
	background-repeat:no-repeat;
}

table.autoCheckEquipment td.autoCheckRating0 {
	background-image:url('/typo3conf/ext/vs_bfu_auto_check/res/images/rot.gif');
}

table.autoCheckEquipment td.autoCheckRating1 {
	background-image:url('/typo3conf/ext/vs_bfu_auto_check/res/images/orange.gif');
}

table.autoCheckEquipment td.autoCheckRating2 {
	background-image:url('/typo3conf/ext/vs_bfu_auto_check/res/images/gruen2.gif');
}

table.autoCheckEquipment td.autoCheckRating3 {
	background-image:url('/typo3conf/ext/vs_bfu_auto_check/res/images/gruen.gif');
}

ul.autoCheckSecuritySpecificEffect {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:30px;
	font-size:13px;
}

ul.autoCheckSecuritySpecificEffect li {
	list-style:none;
	padding:0px 10px 0px 0px;
	float:left;
}

ul.autoCheckSecuritySpecificEffect li.high {
	padding:0px 10px 0px 20px;
	background-image:url('/typo3conf/ext/vs_bfu_auto_check/res/images/gruen.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

ul.autoCheckSecuritySpecificEffect li.medium {
	padding:0px 10px 0px 20px;
	background-image:url('/typo3conf/ext/vs_bfu_auto_check/res/images/gruen2.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

ul.autoCheckSecuritySpecificEffect li.low {
	padding:0px 10px 0px 20px;
	background-image:url('/typo3conf/ext/vs_bfu_auto_check/res/images/orange.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

ul.autoCheckSecuritySpecificEffect li.none {
	padding:0px 10px 0px 20px;
	background-image:url('/typo3conf/ext/vs_bfu_auto_check/res/images/rot.gif');
	background-position:left center;
	background-repeat:no-repeat;
}

div.auto_check_teaser span.teaser-box-top {
	width:auto;
}

div.auto_check_teaser h4 {
	color:#113184;
	font-size:1em;
	font-weight:bold;
	line-height:1.2;
}
