body{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;	
	background: url('pictures/bg_suche.jpg') repeat-y top right;
	overflow: hidden;
}

#startscreen{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #efeeee;
	overflow: hidden;
}

.indexButton{	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	background: url('pictures/bg_head.gif') center;
	text-decoration: none;	
	text-align: center;
}

#indexButtons {
	text-align:center;

}


#head{
	display: block;
	height: 99px;
	background: url('pictures/bg_head.gif');
	border-bottom: 1px solid #ffffff;	
	overflow: hidden;
}

#head ul{
	margin: 0px;
	padding: 0px;
}

#head ul li{
	float: left;
	display: block;
	list-style-type: none;
	font-size: 24px;
	line-height: 99px;
	height: 99px;
	color: #ffffff;
	padding-left: 80px;
	padding-right: 80px;
	background: url('pictures/trenner_navi.gif') no-repeat top right;	
}

#head ul li a{
	color: #ffffff;
	text-decoration: none;
}

#suche{
	float: right;
	width: 251px;
}

#ergebnisliste{
	margin: 0px;
	margin-right: 253px;
	border-right: 1px solid #b5b5b5;
	background: #efefef;
	padding: 0px;
}

#ergebnislisteContentBox {
	position: relative;
	overflow: hidden;
}

#ergebnislisteContent{
	margin: 0px;
	overflow: auto;	
}

#head_text{
	float: right;
	margin-right: 80px;	
}

.legendeMessefahrzeug{
	float: left;
	width: 270px;
	margin-right: 80px;
	margin-top: 10px;
	color: #ffffff;
	font-weight: bold;	
}

.legendeMessefahrzeug .messefahrzeug{
	float: left;
	margin-right: 10px;
}

#button_start{
	position: absolute;
	width: 136px;
	height: 129px;
	bottom: 3px;
	right: 0px;
	margin: 0px;
}

#ergebnisliste .headline{
	display: block;
	line-height: 37px;
	height: 37px;
	color: #b81b1d;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	background: url('pictures/bg_headline.gif');	
}

#suche .headline{
	display: block;
	line-height: 37px;
	height: 37px;
	color: #b81b1d;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
	background: url('pictures/bg_headline.gif');	
}

.suchButton{	
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 37px;
	height: 37px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background: url('pictures/button_suche_bg.gif');
	text-decoration: none;	
}

.searchCriteria{
	display: block;
	background: url('pictures/bg_searchCriteria.gif') #d3d3d3;
	line-height: 30px;
	height: 60px;
	color: #616161;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	margin-top: 1px;
	padding-left: 20px;
	overflow: visible;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.searchCriteriaActive{
	background: url('pictures/bg_searchCriteria_ok.gif') #d3d3d3;
	color: #616161;
	margin-top: 1px;
	padding-left: 20px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.searchValue{
	display: none;
}

.searchCriteriaAuswahl{
	display: block;
	color: #616161;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}

#listeModelle{
	float: left;
	height: 100px;
	width: 265px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.listeModelleInactive{
	background: #ffffff;
	border: 2px solid #cccccc;
	padding: 10px;
}

.messefahrzeug{
	float: right;	
}
	
.listeModelleActive{
	background: #ffffff;
	border: 2px solid #b81b1d;
	padding: 10px;
}

.liste_modell{
	font-weight: bold;
	font-size: 18px;
}

.liste_preis{
	display: block;
	font-weight: bold;
	fon-tsize: 16px;
	text-align: right;
}

.liste_thumbnail{
	float: none;
	margin-top: 4px;
}

#logoDethleffs{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

#details{
	position: absolute;
	left: 0px;
	top: 100px;
	background: #ffffff;
	border: 1px solid #cccccc;
	overflow: auto;
}

#details .ajaxLoading {
	background: url('pictures/ajax-loader.gif') no-repeat center center #ffffff;
}

#ergebnisliste .ajaxLoading {
	background: url('pictures/ajax-loader.gif') no-repeat center center #ffffff;
}

#panoBox{
	position: absolute;	
	left: 0px;
	top: 0px;
	background: #ffffff;
	overflow: hidden;	
}

.searchText{
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 30px;
}

.table_row_1{
	font-size: 14px;
	background: #efefef;
	line-height: 23px;
}

.table_row_2{
	font-size: 14px;
	background: #ffffff;
	line-height: 23px;
}

#detailseite{
	padding: 20px;	
}

#detailseite .headline{
	font-size: 30px;
	font-weight: bold;
}

#detailseite .preis{
	font-size: 24px;
	font-weight: bold;
}
