

/* Formbox  */
/*************/

.formbox {
	margin-bottom: 15px;
}

.formbox fieldset {
	text-align: left;	
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
	padding: 0 1em 1em 1em;
}

.formbox legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #4378C6;
}

.formbox .hint {
	padding: 0;
	margin-top: 6px;
	display: block;
}

/* Zwei Spalten */
/****************/
div.twoColumns {
	width: 20em;
	float: left;
	padding-top: 0.5em;
}

div.twoColumns label {
	width: 7em;
	float: left;
}

/* Produkgruppe */
/******************/

.imageBox {
	border: 1px solid #ccc;
	width: 150px;
	padding: 15px;

}

.imageBox h3 {
	margin: 2px;
	text-align: center;
}

.imageBox image {
}


/* Artikelauswahl */
/******************/

.formbox #artikel label {
	padding-left: 50px;
	float: left;
	width: 10em;
}

.formbox #indicator
{
  position: absolute;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 25px;
  z-index: 900;
  background: url(/images/indicator.gif) no-repeat 0 0;
  float: right;
}

/* Settings */
/************/
.formbox #settings
{
	padding-top: 10px;
}

.formbox #settings p
{
	margin: 6px;
	padding: 0px;
}

.formbox #settings label
{
	position: absolute;
	margin-top: 0.3em;
}

.formbox #settings input
{
	position: relative;
	margin-left: 200px;
}

.formbox #settings select
{
	position: relative;
	margin-left: 200px;
}

/* Suchergebnisausgabe Tabelle */
/*******************************/

.tableList {
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ccc;
}

.tableList th, .tableList td {
	padding: 0.1em 0.5em;

}

.tableList caption {
	text-align: left;
	padding: 0px 0px 5px 0;
}

.tableList th {
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(/images/table_bg_header.jpg) no-repeat;
}

.tableList .articleImage {
	width: 55px;
}

.tableList tr {
	background-color: #F8F8F8;
}

.tableList .alt {
	background-color: #FFF;
}

/* Artikelanzeige */
/******************/

#showArticle {
	text-align: left;
}

#showArticleImage {
 	background-color: #fff;
	margin: 10px 0px; 
	border: 0px solid silver;
	width: 225px;
	float: left;
}

#showArticleDescription {
	border-top: solid #ccc 1px;
	clear: left;
	padding: 0px 60px 0px 60px;
}

#showArticleDescription p{
	padding: 5px;
	text-align: center;
}

#showArticleDescription #table1 {
	width: 190px;
	float: left;
}

#showArticleDescription #table2 {
	width: 190px;
	float: right;
}

#showArticleDescriptionWide {
	border-top: solid #ccc 1px;
	clear: left;
	padding: 15px 0px 15px 0px;
}

#buybox {
	padding: 10px;
	margin: 5px 0px 5px 20px; 
	width: 200px;
	float: right;
	border: 1px solid silver;
	background: #e8f3ff;
}

#buybox #artikelnr {
	padding: 2px 0px;
	margin: 2px 0px 5px 2px; 
	font-family: Arial, sans-serif; 
	font-size: 12px;
}

#buybox #vk {
	display: inline;
	padding: 2px 4px 1px 4px;
	margin: 2px 0px; 
	background: #ffff7d;
	font-family: Arial, sans-serif; 
	font-size: 20px;
	font-weight: bold;
}

#buybox #vk_note {
	display: block;
	padding: 2px 4px 1px 4px;
	margin: 2px 0px; 
	font-family: Arial, sans-serif; 
	font-size: 10px;
}

#buybox #status {
	padding: 2px 0px;
	margin: 4px 0px; 
	font-family: Arial, sans-serif; 
	font-size: 12px;
}

/* Artikelauswahl & Fahrzeugspez.
/********************************/

.formbox #kfzspez label {
	float: left;
	width: 10em;
	text-align: left;
}

.formbox #kfzspez p {
	margin: 5px;
}



/* Shopping Cart */
/*****************/
#cart {
	text-align: left;
}	

.simpleTable th {
	border-bottom: 1px solid #a5a5a5;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}
	
.simpleTable {
	border-bottom: 1px solid #a5a5a5;
}

.simpleTable .articleImage {
	width: 75px;
}

#cart #center {
	padding-top: 10px;	
	text-align:center;
}

#cart #total {
	text-align: right;
}


/* Checkout */
/******************/

.validationError {
	background-color: #EDD;
	padding: 0px;
	margin: 0px 0;
}

.validationMessage {
	background-image: url('/images/warning.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
	margin-left: 10px;
	color: #500;
}

.formbox #checkout input, .formbox #checkout select {
	margin-right: 5px;
}

.formbox #checkout label {
	float: left;
	width: 14em;
	text-align: right;
	padding-right: 6px;
	line-height: 2em;
}

.formbox #checkout div {
	margin: 5px 0;
}

.formbox .indent 
{
	padding-left: 22px;
}

#checkoutNav #active {
	background-image: url('/images/cart/circle-active.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	display: inline;
	margin: 0 12px;
}

#checkoutNav #inactive {
	background-image: url('/images/cart/circle-inactive.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	display: inline;
	color: #AAA;
	margin: 0 12px;
}

#checkoutNav #inactiveDone {
	background-image: url('/images/cart/checked.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 16px;
	display: inline;
	color: #AAA;
	margin: 0 8px;
}

.must {
	color: red;
	display: inline;
}

#rechnungsadresse {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	padding-top:20px;
}

#rechnungsadresse input {
	float: right;
	margin-bottom: 5px;
}

#checkout3 div {
	padding-bottom: 5px;
	padding-top: 8px;
}


/* Cart-Summary */
/****************/
#complete .box {
	margin-top: 15px;
}

#complete #left {
	float: left;
	width: 200px;
}

#complete #right {
	float: right;
	width: 200px;
}

#complete #totalDescr {
	margin-top: 15px;
	margin-left: 3px;
	width: 120px;
	float: left;
}

#complete #total {
	margin-top: 15px;
	margin-left: 3px;
	float: left;
	text-align: right;
	font-weight: bold;
}

/* help */
/****************/
#impressum {
	text-align: left;	
}

#impressum p {
	margin: 0px 0px 10px 0px;
	position: relative;
}

#impressum .right{
	position: absolute;
	left: 80px;
}

#help {
	text-align: left;
	position: relative;
}

#help ul
{
	list-style-type: none;
}

#help ul li
{
	background: url('/images/red_arrow.gif') no-repeat 0 50%;
	padding-left: 12px;
}


#help .highlight {
	color: #55F;
}

#help .right {
	position: absolute;
	left: 120px;
}

ul#help {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#help li{
	margin-bottom: 5px;
}

#help #lastindex {
	width: 500px;
	border: 1px solid #666;
	margin: 10px;
}

#help #lastindex .li{
	text-align: right;
	vertical-align: top;
}

#help #lastindex .kg{
	text-align: left;
	color: #55F;
	vertical-align: top;
}

#help #geschwindigkeit {
	width: 500px;
	border: 1px solid #666;
	margin: 10px;
}

#help #geschwindigkeit .zahl{
	color: #55F;
}

#help #legende {
	width: 500px;
	border: 1px solid #666;
	margin: 10px;
}

#help #legende th, #help #legende td {
	padding-left: 10px;	
	padding-bottom: 0px;
	padding-top: 0px;

}

/* ADMIN */
#adminOrders .tableList td 
{
	vertical-align: top;
}

#mailtemplate textarea
{
	font-size: 10px;
}
	
#adminFile input, #adminFile textarea
{
	font-size: 10px;
}

#adminFile .tableList td
{
	vertical-align: top;	
}


/* USER */
.formbox #loginForm label {
	float: left;
	width: 16em;
	text-align: right;
	padding-right: 6px;
	line-height: 2em;
}

.formbox #loginForm div {
	margin: 5px 0;
}



/* Error und Info message */
/**************************/
 /* Hinweise und Fehlermeldungen*/
.infoMessage { margin: 0.5em 0; border: 1px #748EBF solid; background: #D3E4F5 url(/images/icons/accept.gif) no-repeat 0.5em 0.3em; }
.infoMessage p { padding-left: 25px; margin: 0.1em; }
.errorMessage { margin: 0.5em 0; border: 1px #FF9966 solid; background: #FFCC99 url(/images/icons/exclamation.gif) no-repeat 0.5em 0.3em; }
.errorMessage p { padding-left: 25px; margin: 0.1em; }
.errorMessageWoIcon { margin: 0.5em 0; border: 1px #FF9966 solid; background: #FFCC99; }
.errorMessageWoIcon p { padding-left: 25px; margin: 0.1em; }

