﻿/*
Datei :			BayWaShop.css (Firefox-spezifisch)
Inhalt:			CSS-Formatierungen für die Default-Sparte des OnlineShop
Autor :			Tamara Freudenberger, Matthias Thein, Martin Glas (alle PTA)
Datum :			06/2006
Letzte Änderung:18.07.2006 TF
                19.07.2006 MG: Umlaute aus CSS-Klassen entfernen
				28.07.2006 TF: Anpassung 800x600
				01.08.2006 TF: Einfügen von Klasse BereichsListeHeaderAnschlussRechts

Descr.: Die CSS-Formatierungen sind in folgende Bereiche gegliedert:

			Generelle HTML-Formatierungen
			Generelle Formatierungen für ASP-Controls
			- HyperLinks
			- Button
			Spezifische Formatierungen
			- Artikel-Bereich
			- TopArtikel-Bereich
			- Paging-Bereich
			- Katalog-Bereich
			- Warenkorb-Bereich
			- Bestellung-Bereich
			- Shop-Bereich
			- Grid-Bereich
			- Link-Bereich
			- Header-Bereich
			- Drucken-Bereich
			- Bereichs-Bereich
			- Sitemap-Bereich
			- Login-Bereich
			- Detailbereich-Bereich
			- Bestellungsdaten-Bereich
			- Suche-Bereich
            - Kontakt-Bereich
			- Sonstige Bereiche
			- Sonstige Formatierungen
*/


/* ---------------------------------------------------------- */
/* ---------->>> Generelle HTML-Formatierungen <<<----------- */
/* ---------------------------------------------------------- */
body
{
	font-family: Verdana,Trebuchet MS, Arial;
	font-size: 11px;
	color: #333333;
}

.MehrzeiligeTextbox
{
	font-family: Verdana,Arial, Trebuchet MS;
	font-size: 12px;
	color: #333333;
}

.MasterHintergrund
{
	background-color: White;
}

.h1
{
	font-size: 20px;
	color: #333333;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.MasterBackground
{
	background-color: #EEEEEE;
}

/* findet Verwendung bei AGB, Impressum etc. */
.Inhalte
{
	background-color: #E0F0D3;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	border-color: White;
}

/* ---------------------------------------------------------------------- */
/* ---------->>> Generelle Formatierungen für ASP-Controls <<<----------- */
/* ---------------------------------------------------------------------- */

/* HyperLinks */
a.ArtikelName
{
	color: #008833;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
    a.ArtikelName:hover
    {
		text-decoration: underline;
		color:  #63B521;
	}
	
a.WarenKorbLink
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;	
}
	a.WarenKorbLink:hover
	{
		text-decoration: underline;
		color:  #63B521;
	}

/* derzeit nicht verwendet */
a.InfoShopWarenKorb
{
	background-color: #A1D37A;
}
	a.InfoShopWarenKorb:hover
	{
		text-decoration: underline;
		color:  #63B521;
	}

/* Button */
.Button
{ 
	color: #333333;
	font-size: 11px;
}

.ButtonSkinCss
{
	text-decoration: none;
	background-color: #E0F0D3;
	color: #008833;
	height: 25px;
	border: 1px solid #63B521;
	cursor:pointer;
}

.ButtonPosition
{
	vertical-align: middle;
}



/* ------------------------------------------------------- */
/* ---------->>> Spezifische Formatierungen <<<----------- */
/* ------------------------------------------------------- */

/* ---------->>> Artikel-Bereich <<<----------- */
.ArtikelBeschreibung
{
	color: #333333;
	font-size: 11px;
}

.ArtikelPreis
{
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

.ArtikelDetailsLink
{
	color: #008833;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
	.ArtikelDetailsLink:hover
	{
		text-decoration: underline;
		color:  #63B521;
	}

.ArtikelUebersichtBildRand
{
	border-width: 2px;
	border-style: solid;
	border-color: #eeeeee;
}

.ArtikelBildTabelle
{
	border-width: 2px;
	border-style: solid;
	border-color: #dcdcdc;
	padding: 3px;
}

.ArtikelLabel
{
	color: #333333;
	font-weight: bold;
	text-align: left;
}

.ArtikelLinkText
{
	font-size: 11px;
	font-weight: bold;
	color: #008833;
	text-decoration: none;
}
	.ArtikelLinkText:hover
	{
		text-decoration: underline;
		color:  #63B521;
	}

.ArtikelBereichUeberschrift
{
	padding-left: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-bottom: #008833 1px solid;
}

.ArtikelBereichTabelle
{
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #008833;
}

.ArtikelLinkBilder
{
	background-color: #008833;
}

.ArtikelLinkBalken
{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #008833;
}

.Produktansicht
{
	font-size: 12pt;
	color: #63B521;	
	text-align: left;	
}

.ArtikelHintergrundTabelle
{
	padding-left: 5px;
	background-color: #E0F0D3;
	border-top: #008833 1px solid;
}

.ArtikelHintergrundTabelleObenUnten
{
	padding-left: 5px;
	background-color: #E0F0D3;
	border-top: #008833 1px solid;
	border-bottom: #008833 1px solid;
}

.ArtikelStammZelle
{
	padding-left: 5px;
	padding-right: 5px;
    padding-bottom: 5px;
}

.ArtikelStammTabelle
{
	padding-left: 5px;
	background-color: #E0F0D3;
	border-top: #008833 1px solid;
}

.ArtikelFooterEinschub
{
	padding-left: 3px;
}

.ArtikelSchlussLeisteAbstand
{
    width: 6px;
}


/* ---------->>> TopArtikel-Bereich <<<----------- */
.ArtikelTopTabelle
{
	background-color: #E0F0D3;
}

.ArtikelTopUeberschrift
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #63B521;
}

.ArtikelTopKategorie
{
	font-weight: bold;
	font-size: 14px;
	color: #008833;	
	vertical-align: top;		
}

.ArtikelTopBeschreibung
{
	font-size: 11px;
	vertical-align: top;		
}


/* ---------->>> Paging-Bereich <<<----------- */
.Paging
{
	background-color: #E0F0D3;
}

.PagingWhite
{
	background-color: White;
}

.PagingLink
{
	font-size: 12px;
	color: #008833;
}
	.PagingLink:hover
	{
		text-decoration: underline;
		color:  #63B521;
	}
	
.PagingText
{
	font-size: 12px;
	color: #333333;
}
	

.BlaetternButton
{	
	background-color: #E0F0D3;
	border-bottom: #008833  1px solid;
	border-left: #008833  1px solid;
	border-right: #008833  1px solid;
	border-top: #008833  1px solid;
	font-size: 11px;
	color: #008833;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
}
	.BlaetternButton:hover
	{
		color: #63B521;
	}
	

.BlaetternButtonAktuelleSeite
{
	background-color: #C1E1A6;
	border-bottom: #008833  2px solid;
	border-left: #008833  2px solid;
	border-right: #008833  2px solid;
	border-top: #008833  2px solid;
	font-size: 11px;
	color: #008833;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
	font-weight: bold;
}


/* ---------->>> Katalog-Bereich <<<----------- */
.KatalogBeschreibung
{
	color: #333333;
	font-family: Verdana, Arial, Trebuchet MS;
	font-weight: bold;
	font-size: 14px;
}

.KategorieUeberschrift
{
    color: White;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Trebuchet MS;
    padding-left: 5px;
    background: #63B521;
    border-color: #63B521;
    padding-top: 3px;
}

a.KategorieUeberschriftLink
{
    color: White;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Trebuchet MS;
    text-decoration: none;
    padding-left: 5px;
    background: #63B521;
    border-color: #63B521;
    padding-top: 3px;
}

    a.KategorieUeberschriftLink:hover
    {
        text-decoration: underline;
    }

a.ArtikelNameKategorieUebersicht
{
	color: #008833;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
}
    a.ArtikelNameKategorieUebersicht:hover
    {
		text-decoration: underline;
		color:  #63B521;
	}
	
	
.KategorieHintergrund
{
    background-color: #E0F0D3;
}
	

	
.KategorieRahmen
{
    border-width: 2px;
    border-color: #C1E1A6;
    border-style: solid;
}

/* ---------->>> Warenkorb-Bereich <<<----------- */
.WarenKorbUeberblick
{
	background-color: #A1D37A;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-left: 2px;
	padding-bottom: 5px;
	font-weight: bold;
}

.WarenKorbStatus
{
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

.WarenKorbTitel
{
	color: #333333;
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 16px;
	background: white;
}

.WarenkorbFortschrittLinie
{
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 2px;
}

.WarenKorbUebersichtLink
{
	text-decoration: none;
	color: #008833;
}
	.WarenKorbUebersichtLink:hover
	{
		color: #63B521;
		text-decoration: underline;
	}
	
.WarenKorbUeberblickContent
{
	background-color: #EEEEEE;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 3px;
}

.WarenKorbUeberblickFirefoxGross
{
    padding-top: 6px;
    padding-bottom: 3px;
}

.WarenKorbUeberblickFirefoxKlein
{
    padding-top: 6px;
}

.WarenKorbUeberblickFirefox
{
    padding-top: 4px;
}


/* ---------->>> Bestellung-Bereich <<<----------- */

.WarenkorbFortschrittButton
{
	color: #008833;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
    background-color: White;
    border-color: White;
    border-width: 0px;	
    cursor: pointer;
}
	.WarenkorbFortschrittButton:hover
	{
		text-decoration: underline;
		color:  #63B521;
	}

.BestPosGesamtSumme
{
	background-color: #E0F0D3;
}

.BestPosEndRechnung
{
    background-color: #E0F0D3;
	padding-right: 4px;
}

.BestPosEndRechnungInhalt
{
	padding-top: 5px;
	background-color: #E0F0D3;
	padding-right: 0px;
}

.BestellUebersichtHeader
{
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #63B521;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.BestellUebersichtContent
{
	background-color: #E0F0D3;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:top;
}

.UebersichtContent
{
	background-color: #E0F0D3;
	padding-left: 10%;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align:top;
}

.UebersichtContentValidator
{
	font-size: 13px;
	padding-left: 5px;
}

.BestellUebersichtButton
{
	font-weight: bold;
	color: white;
	background-color: #008833;
}

.BestellUebersichtBereichHeader
{
	font-weight: bold;
	color: #008833;
}

/* ---------->>> Shop-Bereich <<<----------- */
.ShopInfosContent
{
	background-color: #E0F0D3;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ShopInfoHeader
{
	color: White;
	font-weight: bold;
	background-color: #63B521;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ServiceBereichContent
{
	background-color: #C1E1A6;
	font-weight: bold;
}

.ServiceBereichHeader
{
	color: White;
	font-weight: bold;
	background-color: #63B521;
	padding-left: 10px;
}


/* ---------->>> Grid-Bereich <<<----------- */
.Grid
{
	width: 100%;
	font-size: 10px;
	border-width: 0px;
}

.GridKopf
{
    color : White;
    background-color: #63B521;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	height: 30px;
}

.GridZeile
{
	color : #333333;
	background-color: #E0F0D3;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
}

.GridBeschreibbareZeile
{
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
}

.GridAbwechselndeZeile
{
	color: #333333;
	background-color: #C1E1A6;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
}

.GridFooter
{
	background-color:  #E0F0D3;
	border-width: 0px;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #63B521;
	text-align: right;
	height: 30px;
}


/* ---------->>> Link-Bereich <<<----------- */
.LinkBilder
{
	border-width: 0px;
	border-color: #eeeeee;
	background-color: #eeeeee;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
}

.LinkBilderZelle
{
	background-color: #eeeeee;
	border-width: 0px;
	border-color: #eeeeee;
	vertical-align: middle;
	text-align: left;
}

.LinkAbstand
{
	background-color: White;
}

.LinkBeschreibung
{
	color: #008833;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	border-width: 0px;
}
	.LinkBeschreibung:hover
	{
		color: #63B521;
		text-decoration: underline;
	}

.LinkTabelle
{
	border: 0px;
	border-color: #eeeeee;
	background-color: #eeeeee;
}

.LinkSchaltflaeche
{
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-width: 0px;
}
	.LinkSchaltflaeche:hover
	{
		text-decoration: underline;
		color:  #63B521;
	}
	

.LinkBayWa
{
	color: #008833;
	font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
	.LinkBayWa:hover
	{
		text-decoration: underline;
		color:  #63B521;
	}


/* ---------->>> Header-Bereich <<<----------- */
.HeaderTabelle
{
	background-color: #E0F0D3;
}

.HeaderTabelleLinks
{
	/*border-left-color: #008833;
	border-left-width: 2px;
	border-style: solid;*/
	color: #008833;
	font-family: Arial, Trebuchet MS, Verdana;
	font-size: 20px;
	border-right-width: 0px;
	border-bottom: 0px;
	border-top: 0px;
	padding-left: 5px;
}

.HeaderPfad
{
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}


/* ---------->>> Drucken-Bereich <<<----------- */
.DruckTitel
{
	color: #d3d3d3;
	font-size: 18px;
	border-bottom-style: solid;
	border-bottom-color: #A1D37A;	
	border-bottom-width: 1px;
	padding: 5px;
}

.DruckArtikelTitel
{
	color: #63B521;
	font-weight: bolder;
	font-size: 20px;
}

.DruckPreisTitel
{
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	background-color: #E0F0D3;
}

.DruckTextFett
{
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.DruckTextNormal
{
	color: black;
	font-size: 14px;
	text-align: right;
}

.DruckTabelle
{
	border-style: solid;
	border-color: #A1D37A;
	border-width: 1px;
}

.DruckLinieUnten
{
    border-bottom-style: solid;
	border-bottom-color: #A1D37A;	
	border-bottom-width: 1px;
	padding-left: 5px;
}

.DruckZeile
{	
	border-top-style: solid;
	border-top-color: #A1D37A;	
	border-top-width: 1px;
	padding-left: 5px;
}

.DruckZeileHeader
{	
	border-top-style: solid;
	border-top-color: #A1D37A;	
	border-top-width: 1px;
	padding-left: 5px;
	background-color: #E0F0D3;
}

.DruckArtikelStammTabelle
{
	font-size: 14px;
	color: Black;
	border-style: solid;
	border-color: #A1D37A;	
	border-width: 1px;
}

.DruckAbstand
{
    padding: 5px;
}

.DruckBild
{
    border-color: #A1D37A;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

.DruckArtikelZusatz
{
    font-size: 16px;
	font-weight: bold;
    border-bottom-style: solid;
	border-bottom-color: #A1D37A;	
	border-bottom-width: 1px;
	text-align: left;
	padding: 5px;
}


/* ---------->>> Bereichs-Bereich <<<----------- */
.BereichsRahmen
{
	background-color: #C1E1A6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.BereichsListeHeader
{
	color: white;
	font-weight: bold;
	text-align: left;
	background-color: #63B521;
	padding-left: 10px;
}

.BereichsListeHeaderAnschlussRechts
{
	color: white;
	font-weight: bold;
	text-align: left;
	background-color: #63B521;
	text-decoration: none;
}

.BreadCrumbLinks
{
	color: white;
	text-align: left;
	font-weight: normal;
	background-color: #63B521;
	text-decoration: none;
}
.BreadCrumbLinks:hover
{
	color: white;
	text-align: left;
	background-color: #63B521;
	text-decoration: underline;
}

.BereichsListeContent
{
	background-color: #C1E1A6;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.BereichAlle
{
    font-family: Verdana,Trebuchet MS, Arial;
	color: #333333;
}
    .BereichAlle:hover
    {
        font-family: Verdana,Trebuchet MS, Arial;
        color: #63B521;
        text-decoration: underline;
    }

.BereichSparte
{
	font-family: Trebuchet MS, Arial, Verdana;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}


/* ---------->>> Sitemap-Bereich <<<----------- */
.SiteMapMenu
{
	text-decoration: none;
	background-color: #63B521;
	color: White;
	font-weight: normal;
}
    .SiteMapMenu:hover
	{
		text-decoration: underline;
		color: White;
	}

.SiteMapMenuCurrent
{
	text-decoration: none;
	background-color: #63B521;
	color: White;
	font-weight: bold;
}


/* ---------->>> Login-Bereich <<<----------- */
.LoginUeberschriftLink
{
    text-decoration: none;
    color: Black;
}
.LoginUeberschriftLink:hover
	{
		text-decoration: underline;
		color:  #63B521;
	}

.LoginButton
{
	background-color: #63B521;
	color: White;
	font-weight: bold;
}

.LoginRegistrierLink
{
	text-decoration: none;
	color: #008833;
}
	.LoginRegistrierLink:hover
	{
		color: #63B521;
		text-decoration: underline;
	}
	
.LoginHeader
{
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #63B521;
}

.LoginContent
{
	background-color: #EEEEEE;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.PasswortControl
{
	font-size: 12px;
	background-color: #C1E1A6;
	vertical-align: top;
}

.LoginEingeloggt
{
    padding-top: 3px;
    padding-bottom: 6px;
}

.LoginEingeloggtFirefox
{
    padding-top: 4px;
    padding-bottom: 6px;
}

.LoginEingeloggtFirefoxGross
{
    padding-top: 9px;
}

/* ---------->>> Detailbereich-Bereich <<<----------- */
.BoxHeader
{
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #63B521;
}

.BoxContent
{
	background-color: #E0F0D3;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* ---------->>> Bestellungsdaten-Bereich <<<----------- */
.ZahlungsArtBoxContent
{
	background-color: #E0F0D3;
	padding-bottom: 5px;
}


/* ---------->>> Suche-Bereich <<<----------- */
.SucheContent
{
	background-color: #EEEEEE;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 6px;
	padding-bottom: 3px;
}

.SucheBeschreibung
{
	font-size: 12pt;
	padding-top: 3px;
}

.SucheAbstand
{
    padding-top: 3px;
}

.SucheFirefox
{
    padding-top: 4px;
}

.SucheFirefoxGross
{
    padding-top: 6px;
    padding-bottom: 4px;
}

.SucheFirefoxKlein
{
    padding-bottom: 3px;
}

.SuchergebnisKategorie
{
    font-size: 10pt;
    padding-right: 5px;
    text-decoration: none;
	color: #008833;
}
	.SuchergebnisKategorie:hover
	{
		color: #63B521;
		text-decoration: underline;
	}



/*---------->>> Kontakt-Bereich <<<--------------*/

.KontaktPanel
{
    border-width: 1px;
    border-color: #008833;
    background-color: #C1E1A6;
    text-align: left;
}

.AbstandUeberschriftKontakt
{
    padding-top: 5px;
    padding-bottom: 5px;
}


/* ---------->>> Sonstige Bereiche <<<----------- */
.AGBLink
{
	text-decoration: none;
	color:#008833;
}
	.AGBLink:hover
	{
		color: #008833;
		text-decoration: underline;
	}
	
.FrachtkostenHeader
{
	color: White;
	background: #63B521;
	font-weight: bold;
}

.InfoButton
{	
	font-family: Batang, Garamond, Palatino Linotype, Times New Roman;
	font-weight: bold;
	background-color: #E0F0D3;
	color: White;
	color: #008833;
	height: 20px;
	border: 2px solid #63B521;
	cursor: pointer;
}

.FunktionenHeaderTrennlinie
{
	padding-left: 0px;
	padding-right: 0px;
	background-color: white;
}

.FunktionenHeaderAbstandFirefox
{
    padding-left: 5px;
    padding-right: 5px;
}

.AbstandUeberschrift
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.AbstandWunschanfrageFirefox
{
    padding-top: 5px;
    padding-bottom: 5px;   
}


/* ---------->>> Sonstige Formatierungen <<<----------- */

.Fehlermeldung
{
	color: Red;
	font-size: 11px;
	background-color: White;
}

.StatusLabel
{
	font-size: 11pt;
	color: Red;
	padding-top: 3px;
}


/* ---------------------------------------------------------------------- */
/* ---------->>>Formatierungen flexibles Layout mit Anpassung an ---------*/
/* ------------- Bildschirmauflösungen von 800x600px -------------------- */
/* ------------- Festlegung einer Mindestbreite ------------------------- */
/* ------------- nur bei IE 7 und Firefox ------------------------------- */
/* ---------------------------------------------------------------------- */

.Breite
{
  /* für alle Browser außer IE */ 
   min-width: 510px;
}

.MinimaleBreite
{
  
}

.Container
{
	
}

#Inhalt
{
   
}


/* neu-hinzugekommene Klassen */
.MarktInfoFrame
{    
    padding-top: 10px;
    border: solid 1px #008833;    
}

.MarktInfoHeader
{   
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px; 
	vertical-align: top;
	background-color: #C1E1A6;	
}

.MarktInfoContent
{
	background-color: #E0F0D3;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ProduktUeberSchrift
{
	font-size: 20px;
	color: #008833;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.KundenNummerPanel
{
    border-top: 2px solid #63B521;
    border-left: 2px solid #63B521;
    border-right: 2px solid #63B521;
    border-bottom: 2px solid #63B521;
    padding: 10px;
	background-color: #A1D37A; 
}

.HyperLinkSkinCss
{
	color: #008833;
	border: 2px solid #63B521;
	text-decoration: none;
	background-color: #E0F0D3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	height: 35px;	
	cursor: pointer;
}

.StatusMeldungUeberschrift
{   
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 16px;
}

.StatusMeldung
{   
	font-size: 11px;
}

.ShopTitel
{
	font-size: 20px;
	color: #008833;
	text-decoration: none;
}

.HusqInfo
{
	font-weight: bold;
	color: red;
}
