@charset "utf-8";
/* CSS Document */

.pauschalen
{
	width: 180px;
	height: 80px;
	margin: 0 0 0 8px;
	position: relative;
	z-index: 10;
	
	background-image:url(../img/pauchalen/button_bg.png);
	background-repeat: no-repeat;
}

.pauschalen_control
{
	width: 180px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.pauschalen .arrow
{
	width: 20px;
	height: 80px;
	float: left;
	margin: 10px 0 0 10px;
	padding: 18px 0 0 0;
}

.pauschalen .title
{
	float: left;
	width: 150px;
	height: 16px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0085CC;
	margin: 10px 0 0 0;
	padding: 0;
}

.pauschalen .text
{
	float: left;
	width: 120px;
	height: 28px;
	margin: 2px 0 0 0;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

.pauschalen .price
{
	float: left;
	width: 140px;
	height: 20px;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

.pauschalen_line
{
	position: absolute;
	/*top: 272px;*/
	top: 348px;
	left: 0px;
	overflow: hidden;
	z-index: 100;
	
	width: 792px;
	height: 94px;
}

.pauschalen_line_innner
{
	position: absolute;
	top: 0px;
	left: 800px;
	width: 792px;
	height: 94px;
	
	background-image: url(../img/pauchalen/bar_bg.png);
	background-repeat: repeat-x;
}

.pauschalen_box
{
	float: left;
	width: 220px;
	height: 85px;
	position: relative;
	margin: 5px 0 0 25px;
	padding: 0 5px 0 5px;
	
	background-image: url(../img/pauchalen/package_bg.png);
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
}

.pauschalen_box .title
{
	float: left;
	color: #0085CC;
	width: 100%;
}

.pauschalen_box .text
{
	float: left;
	color: #333333;
	width: 100%;
}

.pauschalen_box .price
{
	float: left;
	color: #0085CC;
	width: 100%;
}

.pauschalen_box .detail
{
	position: absolute;
	bottom: 0px;
	right: 5px;
	
	text-align: left;
	width: 100%;
}

.pauschalen_box .detail a
{
	color: #0085CC;
	float: right;
	text-decoration: none;
}