/* Bodytagangaben */
/* Hintergrundfarbe Seite, Standardschriftart */
body {
background-color: #000000;
font-family: Verdana, Arial,Calligraph421 BT;
}

/* Hauptshoptabelle */
/* Hintergrundfarbe Tabelle*/
.shophaupttab {
background-color: #C7A3C7;
}

/* Hauptshoptabelle Spalte oben/unten fuer Warenkorblinks etc. */
.topbottom {
background-color: #DEC1E2;
height: 20px;
padding: 3px;
font-size: 11px;
color: #000000;
}
/* Hauptshoptabelle Spalte links fuer Menue. */
.menue {
background-color: #cdcdcd;
padding: 0;
font-size: 11px;
color: #000000;
}

/* Hauptshoptabelle Spalte fuer Shopausgabe. */
.content {
background-color: #DCDCDC;
height: 450px;
padding: 3px;
font-size: 11px;
color: #000000;
}

/* CSS fuer Templates die im Shopcontentbereich angezeigt werden */
/* Ausgabetop Spalte oben fuer Warenkorblinks etc. */
.ausgabetop {
/*background-image: url(shtb.gif);*/
background-color: #cdcdcd;
padding: 3px;
font-size: 11px;
color: #000000;
}
/* Ausgabe Spalte fuer Shopausgabe. */
.ausgabecontent {
background-color: #DCDCDC;
padding: 3px;
font-size: 11px;
color: #000000;
}

/* Ausgabetop Spalte unten fuer Warenkorblinks etc. */
.ausgabebott {
background-color: #E5AEE5;
padding: 3px;
font-size: 11px;
color: #000000;
}

/* CSS fuer Artikelzwischentabellen in Shopartikelausgabe oben-unten. */
.shopartinfo {
background-color: transparent;
font-size: 11px;
color: #000000;
}


/* CSS fuer allgemeine Links im Shop. */
a {
font-size: 11px;
color: #4E1B7A;
text-decoration: none;
}

a:hover {
font-size: 11px;
color: #000000;
text-decoration: underline;
}


/* CSS fuer Links und Rubriken im Shopmenue. */
.shoprubrik {
width: 100%;
padding: 3px;
background-color: #cdcdcd;
font-size: 11px;
font-weight: bold;
color: #000000;
}

.menue a {
display: block;
width: 100%;
padding: 3px 3px 3px 10px;
margin: 1px;
background-color: #E9ACE9;
font-size: 11px;
color: #000000;
text-decoration: none;
}

.menue a:hover {
background-color: #cdcdcd;
font-size: 11px;
color: #000099;
text-decoration: none;
}


/* CSS fuer dynamisches Menue */
.toprub a {
display: block;
font-size: 11px;
font-weight: bold;
width: 100%;
padding: 3px;
background-color: #EFD1EF;
color: #000000;
}
.toprub a:hover {
background-color: #B8CEED;
color: #000000;
}


/* CSS fuer Topnavigation im Shop. */
.topbottom a {
font-size: 11px;
color: #003366;
text-decoration: none;
}

.topbottom a:hover {
font-size: 11px;
color: #346EC1;
text-decoration: underline;
}

/* CSS fuer Formulartags im Shop. */
form {
display: inline;
}
input.mb {
font-family: Verdana, Arial;
font-size: 11px;
color: #000000;
background-color:#dbdde1;
border: 1px solid #000000;
}
textarea.mb {
font-family: Verdana, Arial;
font-size: 11px;
color: #000000;
background-color: #dbdde1;
border: 1px solid #000000;
}

select.mb {
font-family: Verdana, Arial;
font-size: 11px;
color: #000000;
background-color:#dbdde1;
border: 1px solid #000000;
}

.button {
font-size: 11px;
font-weight: bold;
color: #000000;
background: #D8ADE2;
border: 1px solid #000000;
}

/* Hinweise/Fehler-Warnungen Rot/Gruen */
.tippred {
font-size: 11px;
color: #cc0033;
font-weight: bold;
}
.tippgreen {
font-size: 11px;
color: #009933;
font-weight: bold;
}

/* Hinweis DIV  Artikel im  Warenkorb abgelegt  */

.artikelcart {
border: 1px solid #000000;
background-color: #E1005A;
padding: 2px;
margin: 2px 2px 0px 2px;
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
color: #000000;
width: 300px;
text-align: center;
}

/* Hinweis DIV  Artikel befindet sich schon im  Warenkorb  */
.artikelnocart {
border: 1px solid #000000;
background-color: #990033;
padding: 2px;
margin: 2px 2px 0px 2px;
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
font-weight: bold;
color: #ffcc33;
width: 300px;
text-align: center;
}

/* Shopnavigation fuer Seitenweises blättern*/
.naviborder {
background-color: #DEC1E2;
}

.tc {
font-family:Verdana, Arial;
font-size: 11px;
text-align: center;
background-color: #f6c6f6;
padding: 2px;
width: 20px;
}

.tca {
font-family:Verdana, Arial;
font-size: 11px;
font-weight: bold;
padding: 2px;
width: 18px;
text-align: center;
background-color: #efd1ef;
}

.tci {
font-family:Verdana, Arial;
font-size: 11px;
padding: 2px;
color: #DCDCDC;
font-weight: bold;
text-align: center;
background-color: #000000;
}

.tc a {
text-decoration: none;
color: #003366;
}
.tc a:hover {
text-decoration: none;
color: #990033;
}

.tca a {
text-decoration: none;
color: #000000;
}

.tca a:hover {
text-decoration: none;
color: #000000;
}
