


body {
background-color: #fff;
  color: #000;
}


table {
  color: #000;
}

/* ALLGEMEINE TYPO  */ 
a:link, a:visited {
	color: #e0691a
}
a:hover, a:active {
	color: #6c757a
}


}
h1 a:link, 
h1 a:visited {
	color: #737373
}


h1 a:hover,
h1 a:active,
h2 a:hover,
h2 a:active
 {
	color: #ff6600 /* wo verwendet? */
}

h2 {
 color: #000
}





/* HEADER */
div.header {


background: url(../img/headerbg.png) transparent repeat-x bottom;
color: #808080;

}

/* NAVIGATION */


ul.bar
 {
  /* menubg.gif hintergrund der Navileiste insgesamt. default: rot  */
	background: url(../img/menubg.gif) transparent repeat-x;
  color: #fff;
}
ul.bar li {
  color: #ffeadc;
}

ul.bar li.active,
{
  /* bar.gif ist der Hintergrund des aktiven Navi-Elementes. default: gelb */  
  background: url(../img/bar.gif) transparent repeat-x;

}

.bar LI.active A:link,
.bar LI.active A:visited,
.bar LI.active A:hover,
.bar LI.active A:active {

  color: #000;
  
}


.bar LI A:link,
.bar LI A:visited,
.bar LI A:hover,
.bar LI A:active {
  color: #fff;
}














/* LINKE SPALTE */ 

/* umgebender container */
div.left {
  background-color:transparent;
}

/* Dieses Gif wurde in ein png24 mit transparentem BG zu verwandelt,
  damit es auch auf anderen Hintergründen transparent steht bgcolor raus, dafür Bild 
  volle Breite mit grauem Streifen. Dadurch flexibler
   */ 
.left h2 {
	/*background: url(../img/h2bg.gif) #e8e8e8 no-repeat left center;*/
  background: url(../img/h2bg.png) transparent no-repeat left center;
  
  color: #444;

}

.left_side a {
	background: transparent;
  color: #414141
}

.left_box {
  background: transparent;
  color: #000;
}


/* RECHTE SPALTE */ 

.right_side a {
	background: transparent;
  color: #414141;
}

.right_side {
  background: url(img/dotted.gif) transparent repeat-y;

  color: #414141;
}


.right h3 {
	
  background: #000;
  color: #fff; PADDING-TOP: 8px
}
.right_articles {
  /* helle Box rechts */
	background: #f5f5f5;
  color: #414141;
  
}





/* FOOTER */
.footer A {
	background: transparent;
  color: #808080
}

  



/* FORMULARE */ 


 
 input.search {

  color: #e0691a;
}

input.submit {

  background: url(img/submit.gif) #e0691a no-repeat;
}







  
/* Bildklasse bei selbst hochgeladenem Bild mit eingefügter Schrift
   irrelevant für Kundendesign 
*/ 
.AusrichtungAktiv{
	border:1px solid #FF0000;
}

/* an vielen Stellen von php aus verwendet, Finger weg */ 
.notice {
  background: #eee;
  color: #808080;
}

/* im gesamten Projekt nicht verwendet */

.browse_category {
 color: #fff; 
}
.search_field {
  background: url(../img/searchbg.gif) #fff no-repeat right 50%;
 }
 
 

/* unklar, wo benutzt */
.top_info {
	
  color: #808080;
  }
  
.orange {
	color: #ea1b20
}

/* Affiliate Teaser ausblenden, wird auf Affiliate-Shops nicht benötigt */
div.bar a#affiliate-teaser {
    display: none;
}
