/* Layout Shop */
div#top {
	background: url(../images/layout_shop_2/bg_top.jpg) no-repeat;
}
div#middle_wrapper {
	background: url(../images/layout_shop_2/bg_middle_wrapper.jpg) repeat-y;
}
div#middle {
	background: url(../images/layout_shop_2/bg_middle.jpg) no-repeat;
}
div#bottom {
	background: url(../images/layout_shop_2/bg_bottom.jpg) no-repeat;
}

a{
  color:#fff;
  
}
a:hover{
  color:#F9BD32;
}

/* Farbe Breadcrumb */
div#breadcrumbs a {
	color: #000;
}
div#breadcrumbs span {
	color: #000;
}


div.box_content_klein a {
  color:#7A0408;
  font-size:12px;
  margin: 0 0 2px 0;

}
div.box_content_klein span {
  color:#000;
  font-size:12px; 
  display:inline-block;
  font-weight:bold;
  height:40px;
}

/* Navigation */
div#subnavi span {	
	color: #002244;	
}
div#subnavi a {	
	color: #002244;	
	background: url(../images/bg_subnavi.png) no-repeat 0 8px;	
}
div#subnavi a.current {
	color: #AB1E10;
	background: url(../images/bg_subnavi_current.png) no-repeat 0 8px;
}
div#subnavi a:hover {
	color: #8096AF;
	background: url(../images/bg_subnavi_hover.png) no-repeat 0 8px;
}
div#subsubnavi a {	
	color: #002244;	
	background: url(../images/bg_subnavi.png) no-repeat 0 8px;	
}
div#subsubnavi a.current {
	color: #AB1E10;
	background: url(../images/bg_subnavi_current.png) no-repeat 0 8px;
}
div#subsubnavi a:hover {
	color: #8096AF;
	background: url(../images/bg_subnavi_hover.png) no-repeat 0 8px;
}


div#content_text {
	padding: 10px 0 0 0;
  color:#fff;	
}
div#content_text hr {	
	color:#fff;
}
div#content_text a:hover {
	color: #F9BD32;
}

div#subnavi a {	
	width: 180px;
}
div#subsubnavi a {	
	width: 160px;
}
div#subsubsubnavi a {	
	width: 140px;
}






