/* CSS Dokument Hausanalyse */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
	background: #E7E7E7 url('../images/bodyback.jpg') repeat-x;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 0.7em;
}
img {
	border: none;
}
/* Layout Elemente */
#container {
	margin: 0 auto;
	width: 996px;
	background: transparent url('../images/containerBack.jpg') repeat-y;
	position: relative; /*border-bottom: 2px #D3D3D3 solid;*/;
	text-align: left;
}
#bottomBorder {
	border-bottom: 5px #D3D3D3 solid;
	height: 2px;
	margin-left: 5px;
}
#logo {
	height: 268px;
}
#logo p {
	margin: 0;
}
#catchText {
	position: absolute;
	top: 120px;
	width: 330px;
	height: 107px;
	left: 370px;
	font-size: 16px;
}
#catchText a:link {
	text-decoration:none;
}
#topNavigation {
	position: absolute;
	top: 238px;
	left: 14px;
	font-size: 1.1em;
}
#abstand {
	height: 20px;
}
#innerContainer {
	margin: 0 20px 20px 20px;
	overflow: auto;
	position: relative;
	min-height: 300px;
}
#leftColumn {
	max-width: 170px;
	width: auto!important;
	width: 170px;
	float: left;
	margin-right: 25px;
	font-size: 0.8em;
}
#rightColumn {
	max-width: 180px;
	width: auto!important;
	width: 180px;
	float: right;
	margin-left: 25px;
}
#content {
	overflow: auto;
}
#footer {
	clear: both;
	height: 50px;
	padding: 10px 25px 0 25px;
	text-align: center;
	margin-bottom: -10px;
}
#footerInnerContainer {
	border-top: 1px solid #143FFD;
	text-align: left;
	padding: 0.2em 0 0 0;
	font-size: 0.9em;
}
#footerLeft {
	float: left;
}
#footerRight {
	float: right;
	text-align: right;
}
/* Navigationselemente */
#topNavigation ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
#topNavigation ul li {
	display: inline;
	margin: 0;
	padding-right: 2em;
}
#topNavigation ul li a:link, #topNavigation ul li a:visited {
	text-decoration: none;
	color: #fff;
}
#topNavigation ul li a:hover, #topNavigation ul li a:active {
	color: #FFCFA2;
}
/* Links */
.activeLink {
	color: #1E6DA8;
}
#topNavigation .activeLink {
	color: #FFC58C;
}
#content a:link, #content a:visited, #leftColumn a:link, #leftColumn a:visited, #rightColumn a:link, #rightColumn a:visited {
	color: #143FFD;
	text-decoration: underline;
}
#content a:hover, #content a:active, #leftColumn a:hover, #leftColumn a:active, #rightColumn a:hover, #rightColumn a:active {
	color: #D78549;
}
#footer a:link, #footer a:visited {
	color: #000;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #D78549;
	text-decoration: underline;
}
ul li a:link, ul li a:visited {
	color: #D78549;
	text-decoration: none;
}
ul li a:hover, ul li a:active {
	color: #1E6DA8;
	text-decoration: underline;
}
/* Textformate */
h1, h2, h3, h4, h5, h6 {
	color: #3332CB;
	width: 100%;
}
#content h1 {
	font-size: 1.3em;
	border-bottom: 1px gray solid;
	padding-bottom: 5px;
}
#content h2 {
	font-size: 1.2em;
}
/* Listen */
ul {
	list-style-image: url('../images/listImage.png');
}
ul li {
	line-height: 150%;
}
#leftColumn ul, #rightColumn ul {
	margin-left: 0;
	padding-left: 20px;
}
/* Tabellenformate */
table {
	border-collapse: collapse;
}
table th.heading {
	padding: 0.5em;
	background-color: #DFE9F2;
	font-weight: bolder;
}
table th {
	background-color: #EAEDFD;
	font-weight: normal;
	padding: 0.5em;
	vertical-align: top;
}
table td {
	padding: 0.5em;
}
/* Formulare */
.contactForm input, .contactForm textarea, .contactForm select {
	width: 300px;
}
input.button {
	width: 150px;
}
/* Sprachauswahl */
.languageList img {
	border: none;
}
/* Produkt */
.product_heading {
	color: #3332CB;
}
.product_price, .catPrice, .tltPrice {
	display: block;
	color: maroon;
	font-weight: bolder;
}
.product_Tax, .catTax, .tltTax {
	font-size: 1em;
	font-weight: bold;
}
.product_order {
	margin-top: 1em;
}
/* Kategorie Shop */
.catProdTitle {
	color: #1B6CA4;
	font-weight: bolder;
}
.catPrice, .catTax, .priceCell {
	text-align: right;
}
.tableList {
	border: 1px #ccc solid;
	border-collapse: collapse;
	width: 100%;
}
.tableListPicture {
	width: 100%;
}
.tableListPictureImage {
	min-width: 210px;
	text-align:right;
}
.productShortText {
	vertical-align: top;
}
.tltCell {
	border: 1px #ccc solid;
	padding: 2em;
}
.tltProductName {
	color: #1E6DA8;
}
.tltCart {
	margin-top: 1em;
}
.tableListPicture hr {
	display: none;
}
/* Warenkorb */
.putIntoCart, .tltCart, .product_order {
	background: transparent url('../images/addcart.png') left no-repeat;
	padding-left: 50px;
	line-height: 48px;
	display: block;
}
#cartContainer {
	background: #FFC58C url('../images/cart.png') left no-repeat;
	padding-left: 50px;
	padding-right: 5px;
	display: block;
	font-size: 0.8em;
}
#cartMiniText {
	display: block;
	padding-top: 1em;
}
#goToCart {
	padding-bottom: 1em;
	display: block;
}
#goToCart a:link, #goToCart a:visited {
	color: blue;
}
#goToCart a:hover, #goToCart a:active {
	color: #fff;
}
#cartTable, #adressData, #contactData, #cartTableSummary {
	width: 100%;
}
th.posi, th.cartProductName, th.cartAnzahl, th.ePreis, th.gPreis, th.delItem, #summaryOrderTotal, #summaryOrderTotalRow {
	font-weight: bolder;
}
th.ePreis, th.gPreis, #summaryProductsRow, #summaryProductsPriceRow, #summaryCartShippingRow, #summaryCartShippingPrice, #summaryOrderTotal, #summaryOrderTotalRow {
	text-align: right;
}
td.delItem, th.delItem, td.posi, th.posi {
	text-align: center;
}
#summaryProductsRow, #summaryCartShippingRow, #summaryOrderTotal {
	color: #1E6DA8;
}
#summaryCartShippingPrice {
	color: black;
}
#summaryOrderTotal, #summaryOrderTotalRow {
	border-bottom: 1px solid gray;
}
#summaryTaxRow {
	font-size: 0.9em;
	padding-bottom: 1em;
}
#nextStep {
	margin-top: 2em;
}
.cartButton {
	border: 1px solid gray;
	padding: 0.3em 2em;
	background-color: #E7E7E7;
	margin-right: 2em;
}
#clientTable {
	width: 70%;
}
#clientTable th {
	text-align: right;
}
#clientTable input, #clientTable textarea, #clientTable select {
	width: 300px;
}
#entryRequired {
	font-size: 0.8em;
	color: red;
}
.errorMessage {
	color: red;
}
#adressData {
	background-color: #EAEDFD;
	font-weight: bolder;
}
#contactData th {
	font-weight: bolder;
	background-color: #fff;
	color: #1E6DA8;
}
#agbDiv {
	margin-top: 1.5em;
}
/* Kontaktformular */
.contactForm {
	width: 500px;
	overflow:hidden;
	
}
.contactForm label {
	display: block;
	width: 100px;
	float: left;
}
.contactForm input[type=text], .contactForm textarea, .contactForm select {
	display: block;
	width: 250px;
	margin-bottom: .5em;
	float: left;
	text-align: left;
}
.contactForm select {
	max-width:100px;
}
.contactForm input[type=radio], .contactForm input[type=checkbox] {
	margin: 0;
	padding: 0;
	margin-left: -110px;
	margin-bottom: .3em;
}
.contactForm select {
	min-width: 150px;
}
.contactForm br {
	/* Alle ZeilenumbrÃ¼che in Formularen auswÃ¤hlen */
  clear: both; /* das floating der labels und inputs aufheben */;
	line-height: .1em;
}
.contactForm input[type=submit] {
	max-width: 150px;
	display: block;
	float: left;
	margin-left: 100px;
}
.contactForm p {
	line-height: .3em;
}
input.zahlenfeld {
	width: 35px;
	text-align: right;
}
