/********/
/* Defaults */
/********/

BODY {
	color: #000000;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
}

A:LINK {
	color: Black;
}

A:ACTIVE {
	color: Black;
}

A:VISITED {
	color: Black;
}

A:HOVER {
	color: Black;
}



/********/
/* Page allg */
/********/

/* Seiten-Untertitel */
.PageSubtitle {
	font-weight: bold;
}

/* Seite-Naviagtion */
.PageNavigation {
	font-weight: bold;
}

/* MwSt-Deklarationszeile */
.MwStLine {
	font-style: italic;
	text-align: center;
}

/* MiniMenu mit Login und Warenkorb */
.MiniMenu {
	font-size: 10px;
}

/* Seiten-Fuss */
.Footer {
	font-size: 10px;
	text-align: center;
}

/* Fettgeschriebene Punkte */
.TextBold {
	font-weight: bold;
}

.Obligatorisch {
	font-weight: bold;
}

/*********/
/* Formular */
/*********/
TABLE.Formular {
}

TABLE.Formular TD.Spacer {
	width: 10px;
}

TABLE.Formular TR.Spacer {
	height: 15px;
}

TABLE.Formular TR.Titel {
	font-weight: bold;
}

TABLE.Formular TD {
	vertical-align: top;
}	

/********/
/* Katalog Kategorieen */
/********/

TABLE.KatalogKat {
	width: 100%;
}
TABLE.KatalogKat TD {
	padding: 2px;
}

/* Eintrag */
TABLE.KatalogKat TR.Entry {
	background-color: #E7E3E7;
}

/* Eintrag alternating */
TABLE.KatalogKat TR.Entry-a {
	background-color: #FFFFFF;
}

/* Kategoriename */
TABLE.KatalogKat .Name {
}

/* Bild-Spalte */
TABLE.KatalogKat TD.Bild {
	background-color: transparent;
	width: 0px;
}


/********/
/* Katalog Produkte */
/********/

TABLE.KatalogProd {
	width: 100%;
	border-collapse: collapse;
}
TABLE.KatalogProd TD {
	padding: 2px;
}

/* Titel-Zeile */
TABLE.KatalogProd TR.Title {
	background-color: #5A595A;
}

TABLE.KatalogProd TR.Title TD {
	font-weight: bold;
	color: white;
}

/* Eintrag */
TABLE.KatalogProd TR.Entry {
	background-color: #FFFFFF;
}

/* Eintrag alternating */
TABLE.KatalogProd TR.Entry-a {
	background-color: #E7E3E7;
}

/* Bild-Spalte */
TABLE.KatalogProd TD.Bild {
	background-color: transparent;
	width: 0px;
}

/* Warenkorb-Spalte */
TABLE.KatalogProd TD.Warenkorb {
	text-align: center;
}

/* Merkzettel-Spalte */
TABLE.KatalogProd TD.Merkzettel {
	text-align: center;
}

TABLE.KatalogProd .Highlight {
	font-weight: bold;
}

/********/
/* Produkt-Detail */
/********/
.ProduktDetail {
	text-align: left;
}

.ProduktBild {
	align: right;
}

.ArtikelBeschreibungTitel {
	font-weight: bold;
}

/********/
/* Suche */
/********/

.SucheNavigationAktuelleSeite {
	font-weight: bold;
}

/********/
/* Warenkorb */
/********/
TABLE.VersandWK {
	text-align: left;
}


/********/
/* Quittung */
/********/

.Zahlungsmethode {
	font-weight: bold;
}

.Testmode {
	font-weight: bold;
	color: red;
}


/********/
/* QuittungAdressen */
/********/

TABLE.QuittungAdressen {
	width: 100%;
}

TABLE.QuittungAdressen TD {
	vertical-align: top;
}

/********/
/* QuitttungListe */
/********/

TABLE.QuittungListe {
	width: 100%;
	border-collapse: collapse;
}
TABLE.QuittungListe TD {
	padding: 2px;
}

/* Titel-Zeile */
TABLE.QuittungListe TR.Title {
	background-color: #5A595A;
}

TABLE.QuittungListe TR.Title TD {
	font-weight: bold;
	color: white;
}

/* Eintrag */
TABLE.QuittungListe TR.Entry {
	background-color: #FFFFFF;
}

/* Eintrag alternating */
TABLE.QuittungListe TR.Entry-a {
	background-color: #E7E3E7;
}

/* Warenkorb-Spalte */
TABLE.QuittungListe TD.Warenkorb {
	text-align: center;
}

/* Merkzettel-Spalte */
TABLE.QuittungListe TD.Merkzettel {
	text-align: center;
}

TABLE.QuittungListe .Highlight {
	font-weight: bold;
}


/********/
/* QuittungSumme */
/********/

TABLE.QuittungSummen {
	width: 100%;
	border: none;
	margin: 0px;
}
TABLE.QuittungSummen TD {
	padding: 0px;
}

TABLE.QuittungSummen TR.Spacer {
	height: 10px;
}

/* Total-Zeile */
TABLE.QuittungSummen TR.Total {
	font-weight: bold;
}

/* Preis-Spalte */
TABLE.QuittungSummen TD.Preis {
	text-align: right;
}
