@import url("layout.css");
@import url("jquery.ui.all.css");

.paketinfo
{
	background-image:url("images/layout/package_background.gif");
	border-bottom: 1px solid #DCC04E;
	border-top: 1px solid #DCC04E;
	color: #034EA2;
	margin-bottom: 10px;
	margin-left: -20px;
	margin-right: -20px;
	padding: 20px;
	height: 20px;
}

.paketinfo .head
{
	float:left;
	font-size:9px;
	margin-right:10px;
	padding-left:20px;
}

.paketinfo .head strong
{
	display: block;
    font-size: 14px;
    font-weight: bold;
}

.paketinfo .accicon
{
	background-color: transparent;
    border: medium none;
    float: left;
    height: 55px;
    margin-left: 2px;
    margin-top: -18px;
    padding: 2px 0px 0px 0px;
}

.paketinfo .accicon div
{
    border: medium none;
}

.paketinfo .person
{
	float:left;
	background-image:url("images/icons/PassengerInfo.png");
    background-position:4px center;
    background-repeat:no-repeat;
    width:24px;
    height:24px;
}

.paketinfo .car
{
	float:left;
	background-image:url("images/icons/VehicleInfo.png");
    background-position:4px center;
    background-repeat:no-repeat;
    width:24px;
    height:24px;
}
