/* neu von Matej hinzugefuegt */


fieldset.reservierung
	table {
	width: 100%;
}

fieldset.reservierung
	td.bezeichnung {
	width: 300px;
	text-align: right;
	padding-right: 10px;
}

fieldset.reservierung
	td {
	text-align: left;
}

table.preiskategorien {
	width: 80%;
}

table.preiskategorien
	td.bezeichnung {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

th.greyCell {
	background-color:#CCCCCC;
}

td.greyCell {
	background-color:#EBEBEB;
}

th.blueCell {
	background-color:#DEDEDE;
}

td.blueCell {
	background-color:#F5F5F5;
}

table.objectListTable
	* {
	font-size: 11px;
}

table.saisonpreiseTable
	* {
	font-size: 11px;
}

table.detailsContainerTable
	td {
	vertical-align: top;
}

table.blauerHeaderTable
	th {
	background-color: #4969AA;
	color: white;
	font-weight: bold;
	font-size: 13px;
}

span.error {
	color: #9E0000;
}

table.suchformularTable {
	border-collapse: collapse;
}

table.suchformularTable
	td {
	border: 1px solid #CCCCCC;
}

/* ende neu */


table#stuffInBasket, table#overviewBasket, p#buyBasket {
	width:100%;
}

/* productlist.tpl */

table#vergleichstabelle 
    th {
    vertical-align:top;
    text-align:left;
}
table#vergleichstabelle 
    tr.vergleichRowA,
    th.vergleichRowA {
    background-color:#AFAFAF;
}
table#vergleichstabelle 
    tr.vergleichRowB, 
    th.vergleichRowB {
    background-color:#CDCDCD;
}

table#productList {
	border-collapse:collapse;
}

table#productList
	th {
	border-bottom:2px solid #666666;
	text-align:left;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

table#productList
	td {
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

table#productList
	tr.bottomline {
	border-bottom:1px solid #AAAAAA;
}

table#productList
	th#preisTableHeader {
	text-align:right;
}

table#productList
	td.preisTableCell {	
	text-align:right;
}
table#productList
	td.herstellerTableCell {
	font-size:11pt;	
}

table#productList
	td.labelTableCell 
	   a {
	text-align:left;
	font-size:12pt;
	
}


table#productListNavigation {
	margin:auto;
	margin-top:none;
}


/* basket_table */

table#stuffInBasket {
	border-collapse:collapse;
	border:2px solid #c3c3c3;
}

table#stuffInBasket
	a.plusMinus {
	font-weight:bold;
	font-size:12px;
}

table#stuffInBasket
	th {
	background-color:#C3C3C3;
	text-align:center;
	line-height:1.8em;
	border:1px solid #E3E3E3;
}

table#stuffInBasket
	td {
	border:1px solid #AEAEAE;
	padding:4px;
}

table#stuffInBasket
	tr#warenkorbSumme
		* {
	font-size:12px;
}

table#stuffInBasket
	tr.grey {
	background-color:#E3E3E3;
}

table#stuffInBasket
	tr.white {
	background-color:white;
}



/* added 8.3.2007 for EHC */

/* basketpreview */
table#basketPreview {
	border-collapse:collapse;
	margin:0;
	width:180px;
}

table#basketPreview
	td {
	border:1px solid #AEAEAE;
}

table#basketPreview
	tr.summary {
	background-color:white;
}

table#basketPreview
	tr.summary
		td {
	font-weight:bold;
}

a#showBasketLink {
	display:block;
	text-align:center;
	margin:8px;
	padding-bottom:4px;
}

/* costumer.tpl */

div.formularOrdner {
	background-color:#E3E3E3;
	padding-bottom:5px;
}

div.formularOrdner
	h2 {
	background-color:#C3C3C3;
	padding:4px;
	padding-left:10px;
}

div.formularOrdner
	label {
	display:block;
	float:left;
	width:120px;
	margin-left:10px;
	margin-right:10px;
}

div.formularOrdner
	input.input,
div.formularOrdner
	select.input {
	width:15em;
}


/* details.tpl */

table#productDetails
	td.productDetailsCell {
	padding:10px;
	vertical-align:top;
}

div#leistungswerte {
	width:100%;
}
div#leistungswerte 
	table{
	width:100%;
	border:none;
	border-collapse:colapse;
}
div#leistungswerte 
	table
		th{
		font-weight:bold;
		text-align:left;
}
div#leistungswerte 
	table
		td{
		text-align:right;
}
div#leistungswerte 
	table
		tr.colA{
		background-color:#a1a1a1;
}
div#leistungswerte 
	table
		tr.colB{
		background-color:#cdcdcd;
}



table#productDetails
	td.productDetailsCell
		table {
	border-collapse:collapse;
}

table#productDetails
	div#productDescription
		tr {
	border:1px solid #7A7A7A;
}

table#productDetails
	a#productWeitereInfos {
	font-size:12px;
	display:block;
	font-weight:bold;
	color:#c3151c;
}

h1#productLabel {
	font-size:30px;
	color:black;
	margin-top:0px;
}

table#productDetails
	table#productPrices {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

table#productDetails
	table#productPrices
		tr.productOtherPrices
			td {
	font-size:14px;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
	width:50%;
}

table#productDetails
	table#productPrices
		tr.productEndPrice
			td {
	font-size:9px;
	padding-left:7px;
	padding-right:7px;
	width:50%;
}

table#productDetails
	table#productPrices
		td#productPriceInformation {
	font-size:15px;
	text-align:center;
	font-weight:bold;
	color:#c3151c;
}

p.productToBasket {
	margin-right:10px;	
}

input.submit {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:8px;
	padding-top:8px;
	margin-left:70px;
	margin-bottom:15px;
	margin-top:5px;
	background-color:#095881;
	color:white;
	font-weight:bold;
}

/* kundendaten_output.tpl */

div.kundenDataOutput
	p
		label {
	color:#095881;
	padding-left:5px;
}

/* special_offers.tpl */

table#specialoffers {
	border-collapse:collapse;
	
}


table#specialoffers
	*
		a {
	font-size:10px;
}

table#specialoffers
	font.smallRed {
	color:#ee272b;
	font-size:8px;
}

table#specialoffers
	font.angebotPrice {
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
}

table#specialoffers {
	background-color:#FFFFFF;
}

table#specialoffers
	td.withBottomLine {
	border-bottom:1px solid #b6b5b5;
	height:2px;
	
}
	
/* top_offer_of_the_week.tpl */


div#angebotderWoche {
	position:relative;
}

div#angebotderWoche
	h1#angebotderWocheTitel {
	font-size:30px;
	color:black;
}

div#angebotderWoche
	a#angebotderWocheLabel {
	font-size:20px;
	margin-left:15px;
	font-weight:bold;
}

div#angebotderWoche
	a#angebotderWocheLabel:hover {
	text-decoration:none;
}

div#angebotderWoche
	div#angebotderWocheProduktInfos {
	position:absolute;
	bottom:30px;
	right:40px;
}

div#angebotderWoche
	div#angebotderWocheProduktInfos
		div#angebotderWochePreis {
	font-weight:bold;
	font-size:45px;
	color:#095881;
	text-align:right;
	margin-bottom:20px;
}

div#angebotderWoche
	div#angebotderWocheProduktInfos
		div#angebotderWochePreisInfos {
	font-size:20px;
	color:#095881;
	font-weight:bold;
	text-align:right;
}