/*******************************************************************************
// Body
/******************************************************************************/
body {
   background-image: none;
}
/* Hintergrund Body */
.bg_body {
   background-color:#504B4A;
}
/* Border Body */
.border_body {
   border-color:#FAC828;
}

/*******************************************************************************
/* Logo
/******************************************************************************/
#logo {
   border-bottom:1px #CACACA solid;
}

/*******************************************************************************
// Das aeussere DIV
/******************************************************************************/
#outerdiv {
   background-color:#CACACA;
}

/*******************************************************************************
// Hintergrundfarben
/******************************************************************************/
/* Dunklere Farbe, linke Marginalspalte */
.bg1 {
   background-color:#FFF;
}
/* Hellere Farbe */
.bg2 {
   background-color:#FFFFFF;
}
/* Marginal-Spalte rechts */
.bg3 {
   background-color:#FFF;
}

/*******************************************************************************
// Rahmenfarben
/******************************************************************************/
/* Dunklere Farbe */
.border1 {
   border-color:#FAC828;
}
/* Hellere Farbe */
.border2 {
   border-color:#FFFFFF;
}
/* Top-Border der rechten Marginalspalte */
.border3 {
   border-color:#FAC828;
}

p.impressum {
   background-color:#504B4A;
   margin:0px;
   color:#FFF;
}

p.impressum a {
   color:#FFF;
}

/*******************************************************************************
/* Content
/******************************************************************************/
#container {
   background-image: url(../../../../images/00075/bg_content.gif);
}

/*******************************************************************************
/* Schriftfarben
/******************************************************************************/
#links {
   color:#000;
}
#rechts, #warenkorb, td.rechts, p.warenkorb {
   color:#000;
}

a.rsc:link, a.rsc:visited, a.rsc:active {
   color: #000;
   text-decoration: none;
   font-weight: bold;
}
a.rsc:hover {
   color: #9c9c9c;
   text-decoration: underline;
   font-weight: bold;
}

/*******************************************************************************
// Links
/******************************************************************************/
a.subn:link, a.subn:visited, a.subn:active, p.subn, td.subn {
   color: #000;
   text-decoration: none;
   font-weight: bold;
}
a.subn:hover {
   color: #000;
   text-decoration: none;
   font-weight: bold;
}
a.adminsubnavi:link, a.adminsubnavi:visited, a.adminsubnavi:active, p.adminsubnavi, td.adminsubnavi {
   color: #000;
   text-decoration: none;
   font-weight: bold;
}
a.adminsubnavi:hover {
   color: #6B7173;
   text-decoration: none;
   font-weight: bold;
}
