html
{
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2B2F33;
	font-size: 10px;
	line-height: 15px;
}

* {
	padding: 0px;
	margin: 0px;
}

body {
	min-width: 704px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	background-image: url(/CalculatorFE/layouts/audi2/bg_page.jpg);
	background-color: #ABB0B6;
	background-position: left top;
	background-repeat: repeat-y;
}

a,
a:visited,
a:hover  {
	color: #000000;
	text-decoration: none;
}
a:hover { font-weight: bold; color: #FFFFFF; }

input,
select,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input {
	padding-right: 3px;
	padding-left: 3px;
}

.pulldownwide	{ width:203px; }
.pulldownlong	{ width:120px; }
.pulldownmiddle	{ width:70px; }
.pulldownshort	{ width:40px; }
.pulldownyear	{ width:70px; }
.pulldown		{ width: 120px; max-width: 300px; }
.pulldownauto	{ }	/* combo box with variable width */

.txtfieldwide	{ width: 195px; }
.txtfieldlong	{ width: 130px; }	
.txtfieldmiddle	{ width: 112px; }
.txtfieldshort	{ width: 40px; }
.txtfielddate	{ width: 70px; }
.txtfieldmonth	{ width: 23px; }
.txtfieldyear	{ width: 35px; }
.txtfieldlongNumeric { width: 150px; text-align: right; }

.pulldownwide,
.pulldownlong,
.pulldownmiddle,
.pulldownshort,
.pulldownyear,
.pulldown,
.pulldownauto,
.txtfieldwide,
.txtfieldlong,
.txtfieldmiddle,
.txtfieldshort,
.txtfielddate,
.txtfieldmonth,
.txtfieldyear,
.txtfieldlongNumeric {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	min-height: 14px;
	margin-top: 1px;
	margin-top: 0px!ie;
}

.maintextSmall
{
	font-size: 9px;
	white-space: nowrap;
}

.maintextBold,
.mplBold,
.summaryTextBold {
	color: #262626;
	font-weight: bold;
}

/* wrap around the whole content (left column)*/
div#contentwrap {
	float: left;
	padding-left: 20px;
}

/* audi logo */
div#contentwrap a#imgLogo {
	width: 80px;
	height: 29px;
	float: right;
	display: block;
	background-image: url(/CalculatorFE/layouts/audi2/logo.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/CalculatorFE/layouts/audi2/logo.png', sizingMethod='scale')!ie;
	background: none!ie;
}

/* audibank claim */
div#contentwrap img#imgClaim {
	float: left;
	display: block;
	padding-top: 12px;
}

/* product/vehicle image on top of the content */
div#contentwrap img#imgVehicle {
	display: block;
	height: 164px;
	width: 484px;
}

div#headerwrap
{
	width: 705px;
	height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* image frame around the content*/
div#contentframe {
	width: 705px;
	height: 380px;
	margin-top: 20px;
}

div#contentcolumn
{
	float: left;
	width: 462px;
}

/* content itself */
div#content 
{
	height: 410px;
	overflow: auto;
	overflow-x: hidden;
	display: block;
	padding-left: 10px;
	background-image: url('/CalculatorFE/layouts/audi2/bg_calcinterface_5px_middle.jpg');
	background-position: left top;
	background-repeat: repeat-y;
}

/* update calculation button */
div#content div#calcUpdateButton {
	clear: both;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 59%;
}

div#contentTop
{
	padding: 0;
	font-size: 0;
	height: 5px;
	line-height: 0;
	clear: both;
	background-image: url('/CalculatorFE/layouts/audi2/bg_calcinterface_5px_top.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;	
}

div#contentBottom
{
	padding: 0;
	font-size: 0;
	height: 5px;
	line-height: 0;
	background-image: url('/CalculatorFE/layouts/audi2/bg_calcinterface_5px_bottom.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

div#informationControlTop
{
	height: 3px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background-image: url('/CalculatorFE/layouts/audi2/informationcontrol_top.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

/* wrap around the information control */
div#informationControl 
{
	width: 203px;
	float: right;
}

div#informationControlWrap {
	background-image: url('/CalculatorFE/layouts/audi2/informationcontrol_bg.gif');
	height: 414px;
	display: block;
	padding-left: 10px;
	padding-right: 5px;
}

div#informationControlBottom
{
	height: 3px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	background-image: url('/CalculatorFE/layouts/audi2/informationcontrol_bottom.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

/* footer with function buttons wrapper */
div.footer 
{
	clear: both;
	min-height: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 424px;
} 
/* footer function buttons divs itself */
div.footer div
{
	display: block;
	min-width: 10px;
	background-image: url('/CalculatorFE/layouts/audi2/nav_dotted_line.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 15px;
	float: left;
}
div.footer div.footerColumnLeft {
	text-align: left;
	width: 106px;
}
div.footer div.footerColumnCenter {
	text-align: center;
	width: 212px;
}
div.footer div.footerColumnRight {
	text-align: right;
	width: 106px;
}

div#metaNavigation
{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	padding-left: 20px;
	background-image: url('/CalculatorFE/layouts/audi2/bg_page.jpg');
	background-repeat: repeat-y;
	width: 705px;
	z-index: 200;
}

div#metaNavigation a,
div#metaNavigation a:hover
{
	color: #FFFFFF;
	font-weight: normal;
	padding-right: 10px;
}

/* general disclaimer on masterpage */
div#disclaimer 
{
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
	
	clear: both;
	padding: 5px;
}
div#disclaimer span
{
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
	
	padding-top: 10px;
	display: block;
}
span.disclaimer 
{
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
	
	padding: 5px;
	display: block;
}
div#disclaimer a:hover {
	font-weight: bold;
}
td.sumDisclaimer 
{
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	line-height: 10px;
}

div#content span.pageTitle 
{
	width: 424px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-image: url('/CalculatorFE/layouts/audi2/nav_dotted_line.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
}


/* general error messages */
.errorCell {
	width: 437px;
	background-color: #CC0033;
	color: #FFFFFF;	
	font-weight: bold;
	
	padding: 5px;
	padding-left: 20px;
	margin-left: -15px;
	margin-right: -15px;
}
.errorCell ul
{
	font-weight: normal;
	padding-left: 5px;
}

table#tableProduct .formText input,
table#tableProductType .formText input {
	display: block;
	margin-top: -1px;
	margin: -5px !ie; /* ie draws a 5px margin around input fields - bah remove it! */
}

/* input pages configuration */
.calcTable,
.formTable,
.sumTable {
	width: 425px;
}

.calcTable .calcLabel,
.formTable .formLabel,
.sumTable .sumLabel 
{
	vertical-align: middle;
	height: 25px;
}
.calcTable .calcCtl,
.formTable .formCtl,
.sumTable .sumValue {
	vertical-align: middle;
}

/* calc table */
.calcTable .calcHelp {
	padding-left: 5px;
	padding-right: 3px;
	vertical-align: middle;
}
/* remove ugly whitespaces around helpButton images */
.calcTable .calcHelp .calcHelpDiv a img {
	display: block;
}
.calcTable .calcLabel 
{
	font-weight: bold;
	width: 60%;
}
.calcTable .calcCtl {
	text-align: left;
}
.calcTable .calcCtl input[type='radio']
{
	margin-left: 15px;
}
.calcTable .calcUnits {
	min-width: 40px; 
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	width: 10%;
}

/* headlines */
.sumTable .sumHeadline
 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-image: url('/CalculatorFE/layouts/audi2/nav_dotted_line.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
}
.calcTable .calcSubHeadline,
.formTable .formSubHeadline,
.formTable .formHeadline
{
	padding-left: 5px;
	font-weight: bold;
}

/* form table */
.formTable .formCtl {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
}
.formTable .formSpecial {
	 width: 10%;
	 text-align: center;
	 height: 20px;
}
.formTable .formHelp
{
	vertical-align: top;
}
.sumTable .sumText,
.formTable .formText {
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 5px;
	vertical-align: top;
}
.formTable .formLabel {
	padding-left: 5px;
	font-weight: bold;
	width: 50%;
}
.formTable .formComment  {
	padding-left: 5px;
}
.calcTable .calcVal,
.formTable .formVal {
	width: 20px;
	empty-cells: show;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}
.formTable .formValSpacer { 
	white-space: nowrap;	
	width: 18px;
	text-align: right;
	vertical-align: top;
	float: right;
}
.formTable .error
{
	border: 1px solid #CC0033;
}
/* validators highlighted in red block */
.calcVal span,
.formVal span,
.formValSpacer span
{
	text-align: center;
	margin-top: 1px;
	float: right;
	font-weight: bold;
	background-color: #CC0033;
	width: 14px;
	height: 16px;
	color: white!important;
}
.calcVal span
{
	margin-top: 5px;
}

/* sum table */
.sumTable .sumSubHeadline {
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
}
.sumTable .sumLabel {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	width: 50%;
}
.sumTable .sumValue {
	width: 50%;
	padding-right: 5px;
	vertical-align: top;
}
.sumTable .sumEditButtonRow td {
	background-image: url('/CalculatorFE/layouts/audi2/nav_dotted_line.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
}
.sumTable .sumFooter {
	padding-top: 10px;
	font-weight: bold;
}

/* mpl implementation */
.mplHeader,
.mplHeaderTopImage  {
	padding-top: 10px;
	color: #262626;
	font-weight: bold;
}
.mplVehicleTable .mplVehicleCell
{
	display: block;
	padding-bottom: 5px;
}

.mplVehicleFuelTable
{
	font-size: 9px;
	line-height: 10px;
}

/* help popup itself */
div#helpPopup,
iframe.helpPopup {
	display: none;
	position: absolute;
	z-index: 100;
	border: none;
	color: #FFFFFF;
	width: 235px;
	background-image: url('/CalculatorFE/layouts/audi2/bg_help.gif');
}
div#helpPopup
{
	padding: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
iframe.helpPopup {
	z-index: 1;
}
div#helpPopup .helpClose img {
	height: 11px;
	width: 11px;
}
div#helpPopup table {
	margin-top: 5px;
	z-index: 100; 
	text-align: left;
}
div#helpPopup .helpTitle {
	min-height: 20px;
	background-image: url('/CalculatorFE/layouts/audi2/dotted_separator_line.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 20px;
	font-size: 12px;
	padding-bottom: 10px;
	font-weight: bold;
}

div#helpPopup .helpClose
{
	background: none;
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;	
}

div#helpPopup .helpBody ul {
	padding-left: 30px;
}
div#helpPopup .helpbodywrap {
	overflow: auto;
	z-index: 100;
	height: 200px;
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	vertical-align: top;
	text-align: left;
}

/* global navigation */
.tabHistoryTable
{
	position: relative;
	z-index: 10;
	top: 32px;
	padding-left: 160px;
}
.tabHistoryTable div
{
	display: inline;
}
.tabHistoryGroupSpacer
{
	padding-left: 180px;
}
.tabHistoryTable div a {
	line-height: 15px;
	height: 15px;
	font-size: 18px;
	font-weight: bold;	
}
.tabHistory a, /* past */
.tabHistory a:hover
{
	color: #000000;
}

/* future */
.tabHistoryForwCalcGroup a, 
.tabHistoryForwCalcGroup a:hover,
.tabHistoryForw a,
.tabHistoryForw a:hover,
.tabHistoryActive a, /* current */
.tabHistoryActive a:hover
{
	color: #606165;
}

/* banner configuration */ 
div.banner 
{
	background-image: url('/CalculatorFE/layouts/audi2/informationcontrol_separator.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -5px;
}
/* head text */
div.bannerHeading {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
/* banner itself */
img.bannerImage {
	display: block;
	text-align: left;
}
/* banner link */
a.bannerLink {
	background-image: url(/CalculatorFE/layouts/audi2/nav_pointer.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}
a.bannerLink:hover {
	color: #FFFFFF;
}