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

  body {
    color: #0166A7;
  }

a { 
 	color: #0166A7; 
}
	
  a:focus,
  a:hover,
  a:active,
  a:visited    { 
  color:#0166A7;
  
  }
  
  .catListBody .activeCat a{
	color: #0173bd;
	}



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



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



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

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

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

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

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


/*********Überschriften******/
#col1_content h4, #col3_content h4{
  	/*color:#0166A7;*/
	color:#505050;
	background-color:#c6e3f3;
	border-top:1px solid #0173bd;
	border-bottom:1px solid #0173bd;
}

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

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

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

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

/*****Warenkorb & Co*****/
  
#col1_content h1 {
  	color:#0166A7;
	margin-bottom:4px;
}
  	
#col1_content h1 a{
  	color:#0166A7;
}

.cartBoxLine {
	border-bottom:1px solid #0166A7;
	border-top:1px solid #0166A7;
	
	margin-top:4px;
}


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

}



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


#col3_content h1.productListing1ColHead  {
  color:#0166A7;
  text-transform: none;
  padding:0px 0px 5px 0px;
  /*font-weight:normal;*/
}  

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

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



.productListing1ColDesc a{
	color:#0173bd;
}

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


#col3_content h2.productInfo1SubTitle{
	color:#0166A7;
}

.beschreibung h2{
	color:#0166A7;
	
}

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




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

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

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