body {
	margin: 0;
	background-image: url("/images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #E0ECF3;
}

div#center {
	text-align: center;
}

div#center-stage {
	text-align: left;
	width: 770px;
	position: relative;
	margin: auto;
	margin-top: 43px;
}

div#main {
	background: #FFFFFF;
	padding: 15px 13px 15px 14px;
}


/* general */
img.reverse_liame {
	vertical-align: bottom;
}

div.clear-both {
	clear: both;
}

a.contenturl {
	text-decoration: underline;
}

a.contenturl-externurl {
	background: url("/images/extern_link_bg.gif") no-repeat;
	padding-left: 9px;
}

a.contentdoc {
	text-decoration: none;
}

a.contentdoc u {
	text-decoration: underline;
}

span.contentdoc {
	color: #595959;
	white-space: nowrap;
}

img.reverse_liame {
	cursor: pointer;
	cursor: hand;
	vertical-align: bottom;
}


/* gas station box */

div#sujet-gas-station-box {
	width: 181px;
	height: 99px;
	background-image: url("/images/gas_station_bg.png") !important;
	background: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gas_station_bg.png');
	padding: 15px 10px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

div#sujet-gas-station-box-inner-box {
	width: 161px;
	height: 44px;
	position: relative;
	top: 5px;
}

div#suject-gas-station-box-inner-box-text {
	position: absolute;
	width: 110px;
	color: #000000;
	font-size: 11px;
	left: 12px;
	top: 7px;
}

div#suject-gas-station-box-inner-box-link {
	position: absolute;
	right: 3px;
}




/* meta navigation */

div#navigation-meta {
	margin-top: 4px;
	margin-left: 26px;
	font-family: Arial, sans-serif;
	color: #0018A8;
	text-align: let;
}


/* sujet startpage */

div#startpage-sujet {
	margin-left: 1px;
	margin-right: 2px;
	margin-bottom: 7px;
}

div#startpage-domainstring {
	position: absolute;
	left: 26px;
	top: -4px;
	background-image: url("/images/domainstring.png") !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/domainstring.png');
}

div#startpage-logo {
	position: absolute;
	left: 637px;
	top: -6px;
	background-image: url("/images/logo.png") !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png');
}

div#startpage-domainstring-link {
	position: absolute;
	left: 26px;
	top: -4px;
}

div#startpage-logo-link {
	position: absolute;
	left: 637px;
	top: -6px;
}

div#startpage-datestring {
	position: absolute;
	left: 309px;
	top: 61px;
	color: #FFFFFF;
	font-size: 12px;
}

div#startpage-starting-from {
	position: absolute;
	left: 197px;
	top: 96px;
	color: #FFFFFF;
	font-size: 10px;
}

div#startpage-price {
	position: absolute;
	left: 225px;
	top: 91px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}

div#startpage-perliter {
	position: absolute;
	left: 288px;
	top: 96px;
	color: #FFFFFF;
	font-size: 10px;
}

div#startpage-gas-station-box {
	position: absolute;
	left: 569px;
	top: 158px;
}


/* sujet navigation */

div#navigation-sujet {
	margin-left: 1px;
	margin-right: 2px;
	margin-bottom: 7px;
}

div#domainstring {
	position: absolute;
	left: 26px;
	top: -4px;
	background-image: url("/images/domainstring.png") !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/domainstring.png');
}

div#logo {
	position: absolute;
	left: 637px;
	top: -6px;
	background-image: url("/images/logo.png") !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png');
}

div#domainstring-link {
	position: absolute;
	left: 26px;
	top: -4px;
}

div#logo-link {
	position: absolute;
	left: 637px;
	top: -6px;
}

div#gas-station-box {
	position: absolute;
	left: 569px;
	top: 93px;
}





/* blue box */

div.blue-box {
	width: 743px;
	margin-bottom: 12px;
}

div.blue-box-header {
	background: url("/images/blue_box_header_bg.gif") no-repeat;
	height: 30px;
}

div.blue-box-header h1 {
	padding-top: 9px;
	padding-left: 20px;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

div.blue-box-content {
	background: url("/images/blue_box_content_bg.gif") repeat-y;
	padding: 20px;
}

div.blue-box-content * {
/*	line-height: 16px; */
}

div.blue-box-footer {
	background: url("/images/blue_box_footer_bg.gif") no-repeat;
	height: 8px;
}



/* calculator */
div.calculator {
	position: relative;
	height: 122px;
	background: url("/images/calculator_bg.gif") no-repeat;
	margin-bottom: 9px;
}

div.calculator-location {
	position: absolute;
	top: 65px;
	left: 18px;
	color: #FFFFFF;
}

div.calculator-amount {
	position: absolute;
	top: 65px;
	left: 204px;
	color: #FFFFFF;
}

div.calculator-amount * {
	vertical-align: middle;
}

div.calculator-numberplaces {
	position: absolute;
	top: 65px;
	left: 390px;
	color: #FFFFFF;
}

div.calculator-numberplaces * {
	vertical-align: middle;
}

div.calculator-submit {
	position: absolute;
	top: 60px;
	left: 567px;
	color: #FFFFFF;
}

div.calculator-location-error {
	position: absolute;
	top: 94px;
	left: 13px;
	color: #FF0000;
}

div.calculator-amount-error {
	position: absolute;
	top: 94px;
	left: 195px;
	color: #FF0000;
}

.input-border {
	border: 1px solid #7F9DB9;
	margin-top: 1px;
	margin-bottom: 1px;
}

select.calculator-location {
	width: 145px;
	border: 1px solid #7F9DB9;
}

input.calculator-amount {
	width: 74px;
	margin-right: 7px;
	border: 1px solid #7F9DB9;
}

select.calculator-numberplaces {
	width: 38px;
	margin-right: 7px;
	border: 1px solid #7F9DB9;
}

button.calculator-submit {
	background: url("/images/calculator_submit_bg.gif") no-repeat;
	width: 161px;
	height: 31px;
	border: 0;
	margin: 0;
	padding: 0;
}

button.calculator-resubmit {
	background: url("/images/calculator_resubmit_bg.gif") no-repeat;
	width: 161px;
	height: 31px;
	border: 0;
	margin: 0;
	padding: 0;
}

/* show price */
table.show-price td {
	padding: 3px 20px 3px 3px;
}

table.show-price td.first {
	width: 334px;
}

table.show-price td.align-right {
	text-align: right;
}

table.show-price {
	width: 100%;
}

tr.show-price-bottom-border td {
	border-bottom: 1px solid #8F9FA9;
}

tr.show-price-sum td {
	border-top: 3px solid #E0ECF3;
	background: #FFFFFF;
	border-bottom: 11px solid #E0ECF3;
}

span.show-price-price-per-liter {
	padding-left: 12px;
}


/* order */
input.order-checkbox {
	margin-right: 8px;
}

input.order-radio {
	margin-right: 8px;
}




/* order address data */
table.order-address-data td.label {
	padding-right: 10px;
	width: 64px;
}

td.order-blue-box-header {
	background: url("/images/order_blue_box_header_bg.gif") no-repeat;
	width: 266px;
	padding: 10px 0px 10px 20px;
}

td.order-blue-box-header * {
	vertical-align: middle;
}

td.order-blue-box-middle {
	background: url("/images/order_blue_box_middle_bg.gif") no-repeat;
	width: 266px;
	padding-left: 20px;
}

td.order-blue-box-footer {
	background: url("/images/order_blue_box_footer_bg.gif") no-repeat bottom left;
	width: 286px;
}

input.order-addr-field-narrow {
	width: 74px;
}

input.order-addr-field-wide {
	width: 220px;
}

div.error {
	color: #FF0000;
	margin-bottom: 2px;
}




div.order-blue-box-2 {
}

div.order-blue-box-2-top {
	background: url("/images/order_blue_box2_tl.gif") no-repeat transparent;
	width: 100%;
	height: 9px;
	font-size: 1px;
}

div.order-blue-box-2-top div {
	background: url("/images/order_blue_box2_tr.gif") no-repeat right #CDD6E9;
	width: 100%;
	height: 9px;
	font-size: 1px;
}

div.order-blue-box-2-content {
	background: #CDD6E9;
}

div.order-blue-box-2-bottom {
	background: url("/images/order_blue_box2_bl.gif") no-repeat bottom left transparent;
	width: 100%;
	height: 9px;
	font-size: 1px;
}

div.order-blue-box-2-bottom div {
	background: url("/images/order_blue_box2_br.gif") no-repeat bottom right #CDD6E9;
	width: 100%;
	height: 9px;
	font-size: 1px;
}



div.order-blue-box-2 {
	background: #cdd6e9;
	width: 100%;
}

div.order-blue-box-2-top div {
	background: url("/images/roundedcornr_728391_tl.png") no-repeat top left;
}

div.order-blue-box-2-top {
	background: url("/images/roundedcornr_728391_tr.png") no-repeat top right;
}

div.order-blue-box-2-bottom div {
	background: url("/images/roundedcornr_728391_bl.png") no-repeat bottom left;
}

div.order-blue-box-2-bottom {
	background: url("/images/roundedcornr_728391_br.png") no-repeat bottom right;
}

div.order-blue-box-2-top div,
div.order-blue-box-2-top,
div.order-blue-box-2-bottom div,
div.order-blue-box-2-bottom {
	width: 100%;
	height: 8px;
	font-size: 1px;
}

div.order-blue-box-2-content {
	margin: 0 8px;
}

div.order-blue-box-2-content * {
	vertical-align: middle;
}


/* order payment method */
div.order-payment-method-headline {
	font-weight: bold;
	margin-bottom: 10px;
}

div.order-payment-method {
	margin-bottom: 10px;
}

div.order-payment-method-label {
	width: 74px;
	float: left;
	padding-top: 8px;
}

div.order-payment-method-html {
	width: 259px;
	float: left;
}

div.order-message-headline {
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 9px;
}

textarea.order-message {
	width: 311px;
	height: 124px;
	border: 1px solid #7F9DB9;
}




/* order finalise */
div.order-left-column {
	float: left;
	width: 333px;
	margin-right: 27px;
}

div.order-right-column {
	float: left;
	width: 334px;
}

div.order-kws-label {
	margin-bottom: 13px;
}

div.order-divider {
	height: 17px;
	background: url("/images/order_divider_bg.gif") no-repeat;
}

div.order-bottom-show-price {
	margin-top: 22px;
}

div.order-bottom-description {
	margin-top: 11px;
}

div.order-submit {
	margin-top: 12px;
}


button.order-submit {
	background: url("/images/order_submit_bg.gif") no-repeat;
	width: 161px;
	height: 31px;
	border: 0;
	margin: 0;
	padding: 0;
}




/* wish price */
table.wish-price {
	margin-top: 17px;
}

table.wish-price td.label {
	padding-right: 10px;
	width: 151px;
}

td.wish-price-blue-box-header {
	background: url("/images/wish_price_blue_box_header_bg.gif") no-repeat;
	width: 307px;
	height: 10px;
}

td.wish-price-blue-box-header * {
	vertical-align: middle;
}

td.wish-price-blue-box-middle {
	background: url("/images/wish_price_blue_box_middle_bg.gif") no-repeat;
	width: 307px;
	padding-left: 10px;
}

td.wish-price-blue-box-footer {
	background: url("/images/wish_price_blue_box_footer_bg.gif") no-repeat bottom left;
	width: 317px;
}

input.wish-price {
	width: 220px;
}

span.wish-price-unit {
	padding-left: 10px;
}

select.wish-price-select {
	width: 100px;
}

div.wish-price-bottom-description {
	margin-top: 16px;
}

div.wish_price-submit {
	margin-top: 13px;
}

button.wish-price-submit {
	background: url("/images/wish_price_submit_bg.gif") no-repeat;
	width: 161px;
	height: 31px;
	border: 0;
	margin: 0;
	padding: 0;
}


