﻿table.benzinpreis {
	width: 100%;
	background-image: url("/Images/1/gasolineold.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}

td.benzinpreis {
	width: 100%;
	height: 60px;
	vertical-align: middle;
}

th.benzinpreis {
	width: 100%;
	height: 60px;
	color: #055f94;
}

th.benzinpreisTop {
}

table.einzelpreis {
	width: 70%;
	background: transparent;
	height: 60px;
	border-bottom: 1px solid #999;
}

td.epTankstelle {
	color: #055f94;
	font-size: 1.4em;
	text-align: left;
	vertical-align: middle;
	width: 110px;
	height: 60px;
}

td.epRand {
	width: 20px;
	height: 60px;
}

td.epOrt {
	color: #055f94;
	font-size: 1.0em;
	width: 138px;
	height: 60px;
	vertical-align: middle;
	padding-right: 3px;
}

td.epPreise {
	width: 90px;
	padding-bottom: 5px;
	color: #055f94;
}

/*Statistik*/
.diagGesamt {
	background-image: url(/Layout/common/benzin_scale.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 80%;
	height: 330px;
	position: relative;
}

.diagDiv {
	position: absolute;
	bottom: 50px;
	left: 10px;
	width: 100%;
	background-image: url(/Images/1/gasolinestat.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: visible;
	padding-right: 100px;
	width: 100%;
}

.diagLabel {
   
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: 100%;
	height: 25px;
	font-weight:bold;
	color: #1572b9;
}
.diagLabel .labelDateLinks{padding-right:10px;}

.stat_benzin {
	width: 2px;
	background-color: #055f94;
	vertical-align: bottom;
}

.stat_diesel {
	width: 2px;
	background-color: #961e18;
	vertical-align: bottom;
}
