/* direktsuche - vitravel  */

.ds_box {
	position: relative;
	float: left;
	width: 165px;
	height: 180px;
    font-family:Arial,Verdana,sans-serif;
	background: transparent url('images/ds_box.png') no-repeat;
}
.ds_top {
	position: relative;
	height: 25px;
	font-size: 1.0em;
	font-weight: bold;
	text-align: left;
}
.ds_name {
	padding: 3px 0 0 8px;
	color: #fff;
}
.ds_content {
	position: relative;
	width: 165px;
	height: 150px;
	color: #ff5c00;
}
#all_inc, #super_last, #direkt_frueh, #d_reisen299, #d_reisen499, #b_fluege, #g_hotels {
	position: absolute;
	left: 10px;
	color: #ff5c00;
}
#all_inc {
	top: 7px; 
}
#super_last {
	top: 27px; 
}
#direkt_frueh {
	top: 47px; 
}
#d_reisen299 {
	top: 67px; 
}
#d_reisen499 {
	top: 87px; 
}
#b_fluege {
	top: 107px; 
}
#g_hotels {
	top: 127px; 
}
.ds_link a:link, .ds_link a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #00609e;
}	
.ds_link a:hover {
	text-decoration: underline;
	color: #ff5c00;
}	

