﻿/******************Grundlegendes*******************/

  body {
    color: #673485;
  }

a { 
 	color: #673485; 
}
	
  a:visited  { 
  	color: #673485; 
  }

  a:focus,
  a:hover,
  a:active { 
  color:#673485;
  
  }

  .catListBody .activeCat a{
	color: #673485;
	}


#page{
	background-image:url(bg_rd_lila.gif); 
} 



/******************Header*************************/
#header{
	background-image:url(bg_ob_lila.gif);
}



/******************Navi*************************/

.hlist ul#menu li ul li{
	background-color:#825799;
}

.hlist ul#menu li ul li a{
	background-color:#825799;
}  

.hlist ul#menu li ul li a:hover{
	background-color:#beaacd;
}  

.hlist ul#menu li ul li a:focus{
	background-color:#beaacd;
}


/*********Überschriften******/
#col1_content h4, #col3_content h4{
  	/*color:#673485;*/
	color:#505050;
	
	background-color:#beaacd;
	border-top:1px solid #673485;
	border-bottom:1px solid #673485;
}

#col1_content h4 a{
  	/*color:#673485;*/
	color:#505050;
}

/***Kategorien******/
  

.catListBody ul li{
	border-bottom: 1px solid #673485;
}

  
.catListBody a{
  	/*color:#673485; */
	color:#505050;
}

/*****Warenkorb & Co*****/
  
#col1_content h1 {
  	color:#673485;
}
  	
#col1_content h1 a{
  	color:#673485;
}

.cartBoxLine {
	border-bottom:1px solid #673485;
	border-top:1px solid #673485;
}


/*****Whats new*****/
#box_whatsnew{
	border-bottom:1px solid #673485;

}



/******************Inhaltsspalte****************/





#col3_content h1.productListing1ColHead  {
  color:#673485;
  text-transform: none;
}  

#col3_content h1.productListing1ColHead a{
  color:#673485;
  text-transform: none;
}

.productListing1ColBody {
  border-bottom:1px solid #673485;
}



.productListing1ColDesc a{
	color:#673485;
}

/******************Einzelanzeige****************/


#col3_content h2.productInfo1SubTitle{
	color:#673485;
}

.beschreibung h2{
	color:#673485;
}

#HeaderEinzel{
	border-bottom:1px solid #673485;	
}




.desc {
	border-bottom:1px solid #673485;	
}

p.links {
	border-bottom:1px solid #673485;
}

table { width: 100%; margin-bottom: 0.5em; border-top: 1px #673485 solid; border-bottom: 1px #673485 solid; font-size: 0.8em}
  table caption { font-variant:small-caps; font-size: 0.8em }
  table.full { width: 100%; }
  table.fixed { table-layout:fixed; }
