/* Seite generell */
html, body {
 background :#c9c7c7;
 color : #000000; /*color texto box center */
 margin: 0;
 padding: 0;
 width:100%;
 height:100%;
}

/* Fehlertext */
.FehlerBox {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 background : #ffb3b5;
 font-weight : bold;
}

/* Lagerwarnung */
.Lagermeldung {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #cc0033;
}

/* Links generell */
A {
 color : #000000;
 text-decoration : none;
}

/* Links generell */
A:hover {
 color : #C90202;
 text-decoration : underline;
}

/* Formulare generell */
FORM {
 display : inline;
}

/* Navigation Headerbereich */
TR.NavigationsleisteHeader {
  background : url(header/navi_leiste_hg.png) repeat;
}

/* Navigation Headerbereich */
TD.NavigationsleisteHeader {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 color : #ffffff; /* Punkte zwischen Multishoptext */
 font-weight : bold;
}

/* Navigation Headerbereich */
A.NavigationsleisteHeader {
 color : #ebc956;
}

/* Navigation Headerbereich */
A.NavigationsleisteHeader:hover {
 color : #f5af08;
}

/* Fehlermeldung im Headerbereich */
.FehlerHeader {
 width:auto; 
 color:#C91414;
 background-color:#6b6b6b;
 font-family : Verdana, Arial, sans-serif;
 text-align : center;
 font-size : 12px;
 font-weight : bold;
}

/* Infomeldung im Headerbereich */
.InformationHeader {
 width:auto; 
 color:#ffffff;
 background-color:#000000;
 font-family : Verdana, Arial, sans-serif;
 text-align : center;
 font-size : 12px;
 font-weight : bold;
}

/* Navigation CondicionesFooterbereich */
TD.NavigationsleisteCondFooterL {
 background :  url(header/CondfooterL.png)}
TD.NavigationsleisteCondFooter {
 background :  url(header/CondfooterC.png) repeat;}
 TD.NavigationsleisteCondFooterR 
 {background :  url(header/CondfooterR.png)
}

/* Trennstrich Condiciones Navigation Footerbereich */
TD.NavigationsleisteCondFooter {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 color : #e1e0e0;
 font-weight : bold;
}

/*Condiciones Navigation Text Footerbereich */
A.NavigationsleisteCondFooter {
 color : #e1e0e0;

}

/*Condiciones Navigation Footerbereich */
A.NavigationsleisteCondFooter:hover {
 color : #504e4e;

}

/* Navigation Footerbereich */
TD.NavigationsleisteFooterL {
 background :  url(header/footerLi.png)}
TD.NavigationsleisteFooter 
{background :  url(header/footercenter.png) repeat;}
 TD.NavigationsleisteFooterR 
 {background :  url(header/footerRe.png)
}


/* Trennstrich Navigation Footerbereich */
TD.NavigationsleisteFooter {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 color : #e1e0e0;
 font-weight : bold;
}

/* Navigation Text Footerbereich */
A.NavigationsleisteFooter {
 color : #e1e0e0;

}

/* Navigation Footerbereich */
A.NavigationsleisteFooter:hover {
 color : #504e4e;

}

/* Rahmenfarbe Boxeninhalt in standard Farbe */
.Box {
 background : #e7e7e5;
}

/* Boxen in alternativer Farbe */
.BoxColor {
 background : #6b6b6b;
}

/* Boxeninhalt in standard Farbe */
.Boxeninhalt {
 background : #ffffff;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Boxeninhalt in alternativer Farbe */
.BoxeninhaltColor {
 background : #ffffff;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Boxen in standard Farbe */
.BoxCenter {
 background : #ffffff;
}

/* Boxen in alternativer Farbe */
.BoxColorCenter {
 background : #ffffff;
}

/* Boxeninhalt in standard Farbe */
.BoxeninhaltCenter {
 background : #e6e6e6;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Boxeninhalt in alternativer Farbe */
.BoxeninhaltColorCenter {
 background : #ffffff;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Notizbox im Checkout */
.Notizbox {
 background : #ffffff;
}

/* Notizbox im Checkout */
.NotizboxInhalt {
 background : #e6e6e6;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Boxenkopf in standard Farbe */
TD.BoxenKopf {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 font-weight : bold;
 background :  url(boxen/boxen_2.png) repeat;
 color : #ebc956;
}

/* Boxenkopf in standard Farbe */
A.BoxenKopf {
 color : #ebc956;
}

/* Boxenkopf in standard Farbe */
A.BoxenKopf:hover {
 color : #6b6b6b;
}

/* Boxenkopf in alternativer Farbe */
TD.BoxenKopfColor {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
 background :  url(boxen/boxen_2.png) repeat;
 color : #000000;
}

/* Boxenkopf in alternativer Farbe */
A.BoxenKopfColor {
 color : #6b6b6b;
}

/* Boxenkopf in alternativer Farbe */
A.BoxenKopfColor:hover {
 color : #000000;
}

/* Boxenkopf in standard Farbe */
TD.BoxenKopfCenter {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
 background :  url(boxen/boxen_2.png) repeat;
 color : #ebc956;
}

/* Boxenkopf in standard Farbe */
A.BoxenKopfCenter {
 color : #6b6b6b;
}

/* Boxenkopf in standard Farbe */
A.BoxenKopfCenter:hover {
 color : #000000;
}

/* Boxenkopf in alternativer Farbe */
TD.BoxenKopfColorCenter {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
 background :  url(boxen/boxen_2.png) repeat;
 color : #6b6b6b;
}

/* Boxenkopf in alternativer Farbe */
A.BoxenKopfColorCenter {
 color : #6b6b6b;
}

/* Boxenkopf in alternativer Farbe */
A.BoxenKopfColorCenter:hover {
 color : #A86A07;
}

/* Umrandung Boxen */
TD.Box , SPAN.Box {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Listendarstellungen bsp. produktlisting */
TR.ListeDunkel {
 background : #cccccc;
}

TD.ListeDunkel {
 background : #999999;
}

/* Listendarstellungen bsp. produktlisting */
TR.ListeHell {
 background : #ffffff;
}

TD.ListeHell {
 background : #CCCCCC;
}

/* Navigation der Listensplits*/
A.ListenSplitNavigation {
 color : #565656;
}

/* Navigation der Listensplits*/
A.ListenSplitNavigation:hover {
 color : #A86A07;
 background : #B8B4B4;
}

/* Seitentitel meist rechts oben */
.SeitenTitel {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 font-weight : bold;
 color : #000000;
}

/* Text normale Schrift in standard Farbe */
.Text11 {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
}

/* Text normale Schrift in alternativer Farbe */
.Text11Color {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 color : #FF0000;
}

.Text11Fett {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 line-height : 1.5;
 font-weight : bold;
}

/* Text kleine Schrift in standard Farbe */
.Text10 {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

.Text8 {
 font-family : Verdana, Arial, sans-serif;
 font-size : 8px;
}

/* Text kleine Schrift in alternativer Farbe */
.Text10Color {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #000000;
}

/* Produktbildanzeige xanario_pinfo */
TD.imageManager , SPAN.imageManager , P.imageManager {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #000000;
}

/* Produktbildanzeige xanario_pinfo */
A.imageManager {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #000000;
}

/* Produktbildanzeige xanario_pinfo */
A.imageManager:hover {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #000000;
}

/* Produktbildanzeige xanario_pinfo */
TD.imageManagerColor , SPAN.imageManagerColor , P.imageManagerColor {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #000000;
}

/* Produktbildanzeige xanario_pinfo */
A.imageManagerColor {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #000000;
}

/* Produktbildanzeige xanario_pinfo */
A.imageManagerColor:hover {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #000000;
}

/* */
TD.fieldKey {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 font-weight : bold;
}

/* */
TD.fieldValue {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
}

/* Tabellenüberschriften */
TD.tableHeading {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 font-weight : bold;
}

/* neues Produkt in der Warenkorbbox */
SPAN.newItemInCart {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #ff0000;
}

/* Formular Eingabefelder */
INPUT {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 border-right: 1px solid;
 border-top: 1px solid;
 border-left: 1px solid;
 border-bottom: 1px solid;
 border-color : #6b6b6b;
}

INPUT.TEXT {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 border-right: 1px solid;
 border-top: 1px solid;
 border-left: 1px solid;
 border-bottom: 1px solid;
 border-color : #000000;
}

/* Formular Memofelder */
TEXTAREA {
 width : 100%;
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 border-right: 1px solid;
 border-top: 1px solid;
 border-left: 1px solid;
 border-bottom: 1px solid;
 border-color : #000000;
}

/* Formulartasten */
INPUT.BUTTON {
 border-right: medium none;
 border-top:  medium none;
 border-left:  medium none;
 border-bottom:  medium none;
}


/* Formulare */
INPUT.selection {
 border-right: medium none;
 border-top:  medium none;
 border-left:  medium none;
 border-bottom:  medium none;
}

/* Formulare */
CHECKBOX , RADIO , SELECT , FILE , OPTION {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
}

/* */
TABLE.formArea {
 background : #ffffff;
 border-color : #000000;
 border-style : solid;
 border-width : 1px;
}

/* */
TD.formAreaTitle {
 font-family : Tahoma, Verdana, Arial, sans-serif;
 font-size : 12px;
 font-weight : bold;
 color : #0F378F;
}

/* */
SPAN.markProductOutOfStock {
 font-family : Tahoma, Verdana, Arial, sans-serif;
 font-size : 12px;
 color : #c76170;
 font-weight : bold;
}

/* */
SPAN.productSpecialPrice {
 font-family : Verdana, Arial, sans-serif;
 color : #ff0000;
}

/* */
SPAN.errorText {
 font-family : Verdana, Arial, sans-serif;
 color : #ff0000;
}

/* */
.moduleRow {
 background-color : #E1E1E1;
}

.moduleRowOver {
 background-color : #CCCCCC;
 cursor: pointer;
}

/* */
.moduleRowSelected {
 background-color : #B4B4B4;
}

/* */
.checkoutBarFrom , .checkoutBarTo {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #6b6b6b;
}

/* */
.checkoutBarCurrent {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #000000;
}

/* linke Tabellespalte im Layout Boxenhintergrund links*/
TD.leftBox {
 background : #eeeeee;
}

/* mittlere Tabelle im Layout Boxenhintergrund center*/
TD.centerBox {
 background : #eeeeee;
}

/* rechte Tabellespalte im Layout Boxenhintergrund rechts*/
TD.rightBox {
 background : #eeeeee;
}

/* */
TD.headerImage {
 background :  url(header/header_hg.gif) repeat;
}

/* */
.dataTableHeadingRow {
 background-color : #c9c7c7;
}

/* */
.dataTableHeadingContent {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #000000;
 font-weight : bold;
}

/* */
.dataTableRow {
 background-color : #f0f1f1;
}

/* */
.dataTableRowSelected {
 background-color : #F9B74B;
}

/* */
.dataTableRowOver {
 background-color : #ffffff;
}

/* */
.dataTableContent {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 color : #6b6b6b;
}

/* Multishopleiste */
TD.tab {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 color : #ffffff;
;
 font-weight : bold;
}

/* Multishopleiste */
A.tab {
 color : #ebc956;
}

/* Multishopleiste */
A.tab:hover {
 color : #ffffff;
}

/* Multishopleiste */
TD.ontab {
 font-family : Verdana, Arial, sans-serif;
 font-size : 12px;
 color : #ebc956;
 font-weight : bold;
}

/* Multishopleiste */
A.ontab {
 color : #ffffff;
}

/* Multishopleiste */
A.ontab:hover {
 color : #ffffff;
}

/* Shopumrandung */
.tableShop {
 background-color : #ffffff; /* Center shop */
 border-left : 1px solid;
 border-right : 1px solid;
 border-top : 1px solid;
 border-bottom : 1px solid;
 border-color : #c9c7c7;
}

/* */
.menueTableRow {
 background :  url(boxen/categories_row.gif) repeat;
}

/* */
.menueTableRowOver {
 background :  url(boxen/categories_row_over.gif) repeat;
}

/* */
.menueTableContent {
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* */
A.menueTableContent {
 color : #6b6b6b;
 text-decoration : none;
}

/* */
A.menueTableContent:hover {
 color : #ffffff;
 text-decoration : none;
}

/* Artikelname auf der xanario_pinfo seite */
.products_name {
 color : #922a49;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 12px;
 font-weight : bold;
}

/* Artikelnummer auf der xanario_pinfo seite  */
.products_model {
 color : #000000;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 10px;
 font-weight : bold;
}

/* Produktpreis auf der xanario_pinfo seite */
.products_price {
 color : #922a49;
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size : 11px;
 font-weight : bold;
}

/* allgemeine Behandlung bei Grafiken */
img {
 border-left: 0px;
 border-bottom: 0px;
 border-right: 0px;
 border-top: 0px;
}


/* wenn im Forumsbereich zitiert wird  */
.forumZitat {
 background : #ffd8d8;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* wenn im Forumsbereich Programmiercode eingegeben wird */
.forumCode {
 background : #D4FFFF;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

/* Überschriftslinks im Forum */
TD.UeberschriftForum {
 color : #6b6b6b;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
}

/* Überschriftslinks im Forum */
A.UeberschriftForum {
 color : #6b6b6b;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
}

/* Überschriftslinks im Forum */
A.UeberschriftForum:hover {
 color : #6b6b6b;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
 font-weight : bold;
}

/* Hintergrund im Forum */
.ForumBoxeninhalt {
 background : #D3D3D3;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

.ForumBoxeninhaltHell {
 background : #FFFFFF;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

.ForumBoxeninhaltDunkel {
 background : #E1E1E1;
 font-family : Verdana, Arial, sans-serif;
 font-size : 10px;
}

.Suchergebnis {
 background : #FFCCCC;
}

/* Remano Links im Footer */
.remano {
  font-size: 9px; 
  color: #ffffff;
}

/* Remano Links im Footer */
a.remano {
  color: #ffffff;
}

/* Remano Links im Footer */
a.remano:hover {
  color: #000000;
}

/* style für centerboxen_02 */
.box_style_01 {
 border-width: 0px; 
}

.box_style_img_01, .box_style_name_01, .box_style_preis_01 {
  border-style: solid; border-color: #000000; text-align: center;
  font-family: Verdana,sans-serif; font-size: 10px; text-decoration: none
}

.box_style_name_01 { 
 background-color: #6b6b6b; padding-top: 2px; border-width: 1px; height: 35px; vertical-align: text-top;
}

.box_style_preis_01 {
 padding-top: 2px; border-width: 1px; height: 35px; vertical-align: text-top; padding-bottom: 2px;
}

.box_style_img_01 { 
 border-width: 0px 1px; height: 150px;
}

/* style für centerboxen_03 */
.box_style_02 { 
 border: 1px solid #6b6b6b;
 height: 150px;
 padding: 2px; 
}

.box_style_img_02 { 
 float: left;
 width: 105px;
}

.box_style_name_02 {
 text-align: center;
 font-weight: bold;
 height: 30px;
}

.box_style_description_02 { 
 text-align: left;
 font-weight: normal;
 height: 90px;
}

.box_style_price_02 { 
 text-align: right;
 font-weight: bold;
 padding-right: 5px;
 height: 30px;
}

TD.Text11Module {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 border-bottom: 1px solid; 
 border-color: #6E8EEE;
}

.leistenHintergrund {
  background :  url(boxen/boxen_2.png) repeat;
}

.leistenHintergrundText {
 font-family : Verdana, Arial, sans-serif;
 font-size : 11px;
 color : #ffffff;
}

.linkWarenkorbHeader {
  color: #000000;
  text-decoration: underline;
}

/* Kategorienbox */
#kategorien {
  margin: 0; 
  padding: 0;
  font-size: 11px;
}

#kategorien ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left:0.8em; 
  padding-left:0.8em;
  list-style-type: none; 
}
		
#kategorien li {
  list-style-image: url(boxen/bullet.gif) ;
}

#kategorien li a{
  color: #5d5b5b; 
}

#kategorien li a:hover{
  color: #000000; 
}

.kategorienactive {
  font-weight: bold;
}

.nowrap  { 
  white-space:nowrap; 
}
