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

.table_bg {
	position:absolute;
	float:left;
	margin: 22px 0px 0px 295px;
	width:540px;
	height:600px;
	background-image: url(images/table_bg-540h.png);
	background-repeat:no-repeat;
}

.table_div {
	width:520px;
	height:414px;
	font-family:Arial, Helvetica, sans-serif;
}

.col_headline {
	font-size:11px;
	text-transform:uppercase;
	color:#999999;
}

.col1 {
	float:left;
	font-size:12px;
	color:#333333;
	width:507px;
	margin-top:24px;
}

.col2 {
	float:left;
	font-size:12px;
	color:#333333;
	width:507px;
	margin-top:80px;
}

.col3 {
	float:left;
	font-size:12px;
	color:#333333;
	width:507px;
	margin-top:33px;
}

.col4 {
	float:left;
	color:#333333;
	margin-top:26px;
}

.table_box1 {
	float:left;
	text-align:center;
	padding-top:20px;
	width:120px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}

.table_box2 {
	float:left;
	margin-top:20px;
	margin-left: 50px;
	width:110px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}

.table_box3 {
	float:right;
	text-align:right;
	margin-top:20px;
	width:110px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}

.table_box1_date {
	float:left;
	text-align:center;
	margin-top:-10px;
	width:120px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}

.table_box1_sf {
	float:left;
	text-align:center;
	margin-top:-6px;
	width:120px;
	line-height:12px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}

.table_box2_sf {
	float:left;
	margin-top:-10px;
	margin-left:-10px;
	width:245px;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
}

.table_box3_sf {
	float:left;
	width:13px;
	height:24px;
	background-image:url(images/location.png);
	background-repeat:no-repeat;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.table_box3_sf:hover {
	background-image:url(images/location_hover.png);
	background-repeat:no-repeat;
}

.buy_now {
	float:right;
	width:86px;
	height:20px;
	margin:0px 0px 0px 20px;
	background-image:url(images/buy_now.png);
	background-repeat:no-repeat;
	margin-top: -7px;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:3px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.buy_now:hover {
	background-image:url(images/buy_now_hover.png);
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.no_date {
	background-image:url(images/datenotset.png);
	width:479px;
	height:27px;
	margin-left:28px;
	margin-top:-1px;
}
