BODY {
	font-size: 11px;
	padding: 0px;
	color: #000000;
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	background-repeat: repeat-x;
	/*background-image: url(/img/bg/bg-body.gif);*/

}

#h1small {
	text-transform: uppercase;
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 20px;
	font-weight: normal;
	margin:0;
	padding:0px 4px 0px 4px;
	color: #CE5C00;
}

#h2 {
	/*text-transform: uppercase;*/
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding:4px 4px 4px 4px;
	color: #CE5C00;
}

.h2tberichte {
 	font-size: 12px; 
	font-weight: bold;
	padding: 5px;
	color: #000;
}


#h3 {
	/*text-transform: uppercase;*/
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding:4px 4px 4px 4px;
	color: #53ADE2;
}

img {
	padding: 2px;
	margin: 4px;
	border: 0px solid #ccc;
}

#img0 {
	padding: 0px;
	margin: 0px;
	border: 0px solid #ccc;
}

#container {
	width: 1000px;
	*width: 1020px;
	min-height:1100px;
  	*min-height:1400px;	
	margin-left: 20px;
	*margin-left: 20px;
	border: 0px solid #FF0000;
	background: #FFFFFF;
	/*overflow: hidden;*/
	padding: 10px;

}

#containerRight {
	width:200px;
	position:absolute;
	text-align: justify;
	margin-left:800px;
	*margin-left:800px;
	top:237px;
	*top: 245px;
	z-index:100;
	padding:0px;
	border: 0px solid #FF6600;
}


#containerLeft {
  text-align:left;
	width:775px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #53ADE2;

}

#clearheader {
	height:220px;
	*height: 235px;
  	overflow:hidden;
}

#header {
	width:1000px;
	height:170px;
	*height:170px;
	position:absolute;
	padding:0px;
	top:20px;
	*top:30px;
	border: 1px solid #CCC;
	background-image: url(/img/bg/bg-header.gif);
}

#footer {
	width: 1000px;
	*width: 1020px;
	*margin-left: 20px;
	*margin-left: 20px;
	border: 0px solid #FF0000;
	background: #FFFFFF;
	/*overflow: hidden;*/
	padding: 10px;
	text-align: center;

}

#subfooter {
	width: 980px;
	*width: 980px;
	margin: 10px auto 10px auto;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/*overflow: hidden;*/
	padding: 5px;

}
#footer p {
	padding:0px 5px 0px 7px;
	color: #FFFFFF;
	text-align: center;
}

#social {
  border: 1px solid #ccc;
  padding: 4px;
  *padding: 8px;
}

#pfadangabe {
	width:1000px;
	height:30px;
	*height:30px;
	position:absolute;
	padding:0px;
	top:205px;
	*top:220px;
	color: #89954A;	
	border: 0px solid #CCC;
}

#seitenleiste {
	padding:7px 5px 0px 7px;
	height: 70px;
	text-align: right;
	width: 775px;
	display:block;
	margin: 15px 0 15px 0;
}

/****************************************************/
/*******************  SCHRIFTEN  ********************/
/****************************************************/
#s14pxorangeB {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	color: #FF0000;
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
}

#s15pxorangeB {
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	color: #FE6B19;
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
}


#justify {
	text-align: justify;
}

.srot11px { 
	padding:0px 0px 0px 3px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 11px; 
	color:#FF0000; 
	text-decoration: none ;
}

.sweiss11px { 
	padding:0px 0px 0px 3px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 11px; 
	color:#FFFFFF; 
	text-decoration: none ;
}

.s11px { 
	padding:0px 0px 0px 4px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 11px; 
	color:#000000; 
	text-decoration: none ;
}

.s12px { 
	padding:0px 0px 0px 4px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 12px; 
	color:#000000; 
	text-decoration: none ;
}

.sschwarz11px { 
	padding:0px 0px 0px 4px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 11px; 
	color:#000000; 
	text-decoration: none ;
}
/****************************************************/
/*******************  Index   ***********************/
/****************************************************/
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
color: #2d2b2b;
background: white url("/img/tabs/shade.gif") top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
border: 1px solid #53ADE2;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url("/img/tabs/shadeactive.gif");
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.itopProducts { 
border:1px solid #53ADE2; width:665px; height: 355px; margin-bottom: 1em; padding: 10px
}

.t1intern {
  	padding:0 3px 0 5px;
  	margin: 2px;
  	text-align: left;
	display: block;

}

/*************************************************************/

#icontainerLeft {
  text-align:left;
	width:705px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	border: 0px solid #53ADE2;

}

#icontainerRight {
	width:255px;
	position:absolute;
	text-align: justify;
	margin-left:730px;
	*margin-left:730px;
	top:237px;
	*top: 260px;
	z-index:100;
	padding:5px;
	border: 1px solid #ccc;
}


#catBoxContainer {
  
      float:left;
    	margin-right:0px;
    	border-bottom: 1px dotted #ccc;
	    overflow: hidden;
	    display: inline;
}

#icatBox {
    	position: relative;
 	    width: 220px;
      *width: 220px;
    	height: 390px;
      *height: 390px;
    	border: 1px solid #ccc;
    	background-color: #FFF;
    	margin-right: 10px;
    	margin-bottom: 10px;
    	text-align: left;
    	float: left;
    	/*padding: 5px 5px 0px 5px;*/
    	overflow: hidden;
    	
}

#icatBox2 {
    	position: relative;
 	 width: 320px;
      *width: 320px;
    	height: 85px;
      *height: 85px;
    	border: 1px dotted #ccc;
    	background-color: #FFF;
    	text-align: left;
    	float: left;   
	margin: 5px; 	
}

.ih1 {
	/*text-transform: uppercase;*/
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 15px;
	font-weight: bold;
	margin:0;
	padding:4px 4px 4px 0px;
	color: #000;
}

.ih2 {
	/*text-transform: uppercase;*/
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 14px;
	font-weight: bold;
	margin:0;
	padding:4px 4px 4px 4px;
	color: #53ADE2;
}

#icategoryBoxContainer {
      width: 685px;
      float:left;
    	margin-right:0px;
    	border: 1px solid #ccc;
	    overflow: hidden;
	    display: inline;
}

#icategoryBox {
    	position: relative;
 	    width: 210px;
      *width: 210px;
    	height: 165px;
      *height: 185px;
    	border-right: 1px dotted #ccc;
    	background-color: #FFF;
    	margin:5px 5px 5px 0px;
    	text-align: left;
    	float: left;
    	padding: 5px;
    	/*padding: 5px 5px 0px 5px;*/
    	overflow: hidden;
    	
}

#icategoryBoxRight {
    	position: relative;
 	    width: 210px;
      *width: 210px;
    	height: 165px;
      *height: 185px;
    	border-right: 0px dotted #ccc;
    	background-color: #FFF;
    	margin-right: 5px;
    	text-align: left;
    	float: left;
    	padding: 5px;
    	/*padding: 5px 5px 0px 5px;*/
    	overflow: hidden;
    	
}


/****************************************************/
/*******************  TYPE3   ***********************/
/****************************************************/
#catContainer {
	width: 100%;
	
}

#t3container {
  text-align:left;
	width:775px;
	margin: 0px 0px 10px 0px;
	padding:5px;
	border: 1px solid #ccc;

}

#t3beschreibung {
  text-align:left;
	width:775px;
	margin: 0px 0px 10px 0px;
	padding:5px;
	border: 0px solid #ccc;

}

#t3productcount {
  border-top: 0px solid #53ADE2;
  border-left: 0px solid #53ADE2;
  border-right: 0px solid #53ADE2;
  border-bottom: 3px solid #D64C01;
  font-size: 12px; 
  color: #CE5C00;
	font-weight: bold;
	padding: 5px;
	width:775px;
	margin: 0 0 10px 0;
}

#catBoxContainer {
  
      float:left;
    	margin-right:0px;
    	border-bottom: 1px dotted #ccc;
	    overflow: hidden;
	    display: inline;
}

#t3containerLeft {
  text-align:left;
  /*position: relative;*/
	width:775px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #53ADE2;

}

.filterimg {
	border: 0;
	padding: 0px 0px 0 0;
}

	#active_filter ul
	{
		float: left;
  		margin: 0;
  		padding: 0;
  		list-style: none;
	}
	#active_filter li
	{
		background: url(img/bg/bullet.gif) 0 7px no-repeat;
		float: left;
	  	margin: 0;
	  	padding: 7px 5px 7px 20px;
	}

#t3containerRight {
	width:200px;
	position:absolute;
	text-align: justify;
	margin-left:800px;
	*margin-left:800px;
	top:257px;
	*top: 260px;
	z-index:100;
	padding:0px;
	border: 0px solid #FF6600;
}

#catBox {
    	/*position: relative;*/
 	    width: 620px;
      *width: 620px;
    	height: 80px;
      *height: 80px;
    	border-bottom: 0px solid #53ADE2;
    	/*background-color: #FFF;*/
    	margin: 0;
    	margin-bottom: 2px;
    	text-align: left;
    	float: left;
    	/*padding: 5px 5px 0px 5px;*/
    	overflow: hidden;
    	
}

#catbox p {
	margin-top: 4px;
}

#catBox #justify {
	text-align: justify;
}

#pcontainerCenter {
	margin: 4px 10px 4px 0px;
	*margin: 5px 10px 4px 0px;
	border-right: 0px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	text-align: center;
	padding: 0px 7px 0px 7px;
	float:right;
	left: 10px;
	width:120px;
	display:inline;
}

#t3image {
  padding: 0px;
  border: 0px solid #ccc;
  margin-right: 25px; 
}

.t3h2 {
	font-family: Arial,Helvetica,Geneva,Sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin:0;
	padding:1px 1px 1px 1px;
	color: #000000;
	display:inline;
}

                          /*########### SPONSORED T1 #####################*/
.t3sponsoredborder {
	padding:4px 4px 4px 7px; 
	border-bottom: 1px dotted #ccc;
}

.t3sponsored {
	padding:2px 0px 3px 10px; 
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	text-align:left;
}

.t3sponsoredtitle {
	padding:0px 0px 0px 0px; 
	font-family: Arial,Helvetica,Sans-serif; 
	font-size: 15px; 
	font-weight: bold;
	color:#3B49CE; 
	text-decoration: underline ;
}

.t3sponsoredurl {
	padding:0px 0px 0px 0px; 
	font-family: Arial,Helvetica,Sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color:#4DAE3C; 
	text-decoration: underline ;
}



/****************************************************/
/*******************  TYPE1  ***********************/
/****************************************************/
#t1containerRight {
	width:200px;
	position:absolute;
	text-align: justify;
	margin-left:800px;
	*margin-left:800px;
	top:230px;
	*top: 245px;
	z-index:100;
	padding:0px;
	border: 0px solid #FF6600;
}


#t1containerLeft {
  text-align:left;
	width:790px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	border: 0px solid #53ADE2;

}
#t1produkt { 
	padding:5px 6px 5px 6px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color:#000000; 
	text-decoration: none;
	text-align:justify;
	height: 170px;
	border: 1px solid #ccc;
	margin:0 0 20px 0;

}

#t1offerbgprodukt {
  border-top: 0px solid #53ADE2;
  border-left: 0px solid #53ADE2;
  border-right: 0px solid #53ADE2;
  border-bottom: 3px solid #D64C01;
  font-size: 12px; 
  color: #CE5C00;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 10px 0;
}

#t1offerrahmen {
  border: 1px solid #ccc;
  margin:0px 0 10px 0;
}

#t1offerrahmen p {
  padding: 5px;
  text-align:justify;
}


#t1offerbgtop {
  	border-top: 1px solid #ccc;
  	border-bottom: 1px solid #ccc;
  	background-color: #D64C01;
 	font-size: 12px; 
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
	margin: 5px 0px 5px 0px;
}

#imgstarstestbericht { 
	padding:0;
	margin: 0;
}

#t1offerbgtestberichte {
  	border: 1px solid #75DF1C;
  	background-image: url(/img/bg/bg-testberichte.gif);
  	font-size: 12px; 
	font-weight: bold;
	padding: 5px;
	color: #000;
}
#t1contenttestberichte {
  	border-left: 1px solid #75DF1C;
	border-right: 1px solid #75DF1C;
	border-bottom: 1px solid #75DF1C;
  	font-size: 12px; 
	padding: 5px;
	color: #000;
	text-align: justify;
	margin: 0px 0px 0px 0px;
}

#t1contenttestberichte p {
	font-size: 11px;
	text-align: justify;
	margin: 5px;
}

.t1shoppingoffers { 
border:1px solid #CCC; width:788px; margin-bottom: 1em; padding: 0px
}

#logo_merchant {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: url("/img/bg/bg-logo-merchant.gif");
}

#t1title12px { 
	padding:0px 0px 0px 3px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #017BB6; 
	text-decoration: underline ;
}

#t1desc { 
	padding:0px 0px 0px 3px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color:#000000; 
	text-decoration: none;
}

#t1descoffers { 
	padding:5px 2px 5px 1px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color:#000000; 
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	/*border-right: 1px dotted #ccc;*/
}

#t1price { 
	font-size: 18px;
	font-weight: normal;
	padding: 3px;
	color: #017BB6;
	font-family: Arial, Helvetica, sans-serif;
}

#t1dottedU {
  padding: 0px 0 0px 0;
  margin-top: 0px;
  border-bottom: 1px dotted #ccc;
}

#t1catBox {
    	position: relative;
 	 width: 520px;
      *width: 520px;
    	height: 172px;
      *height: 170px;
    	border-bottom: 0px solid #53ADE2;
    	background-color: #FFF;
    	margin: 0;
    	margin-bottom: 2px;
    	text-align: left;
    	float: left;
    	/*padding: 5px 5px 0px 5px;*/
    	overflow: hidden;
    	text-align: justify;
    	
}

#t1catBox #justify {
	text-align: justify;
}

#t1catBox p {
	margin-top: 5px;
}

#t1datenblattTop {
    	position: relative;
 	    width: 250px;
      *width: 250px;
    	border-bottom: 1px dotted #53ADE2;
    	background-color: #FFF;
    	margin: 0;
    	margin-bottom: 2px;
    	text-align: left;
    	float: left;
    	/*padding: 5px 5px 0px 5px;*/
    	overflow: hidden;
    	
}

#t1pcontainerCenter {
  height:170px;
  width:215px;
	margin: 4px 10px 10px 0px;
	*margin: 5px 10px 4px 0px;
	border-right: 0px solid #e3e3e3;
	border-left: 1px solid #ccc;
	/*background-image: url(/img/bg/bg-offersrechts.gif);*/
	text-align: center;
	padding: 0px 7px 0px 7px;
	float:right;
	text-align:left;
	left: 10px;
	width:200px;
	display:inline;
}

#t1offersrechts { 
	padding:0px 0px 0px 3px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	color: #017BB6; 
	text-decoration: none ;
}
                          /*########### SPONSORED T1 #####################*/
.t1sponsoredborder {
	padding:4px 4px 4px 7px; 
	border-bottom: 1px dotted #ccc;
}

.t1sponsored {
	padding:2px 0px 3px 10px; 
	margin-bottom: 5px;
	border-bottom: 1px dotted #ccc;
	text-align:left;
}

.t1sponsoredtitle {
	padding:0px 0px 0px 0px; 
	font-family: Arial,Helvetica,Sans-serif; 
	font-size: 13px; 
	font-weight: bold;
	color:#3B49CE; 
	text-decoration: underline ;
}

.t1sponsoredurl {
	padding:0px 0px 0px 0px; 
	font-family: Arial,Helvetica,Sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color:#4DAE3C; 
	text-decoration: underline ;
}

.gl-hersteller {
	margin-left: 20px;
	*margin-left: 20px;
	width: 150px;
}

.t1datasheet {
	border: 1px solid #ccc;
	padding: px;
	padding: 3px 3px 3px 9px;
	margin: 3px 0 3px 0;
	background: #F3F3F3;
	font-weight: bold;
}

.t1datasheetL {
	border-left: 1px solid #ccc;
	border-right: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 3px 2px 9px;
	margin: 0px 0 0px 0;
}

.t1datasheetR {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 3px 3px 9px;
	margin: 0px 0 0px 0;
}



/****************************************************/
/*******************  LINKS *******************/
/****************************************************/

/* LINKPname 15PX */

a.lpname:link {
	color:#017BB6!important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: underline;
	padding: 0 0 5px 0;
}

a.lpname:visited {
	color:#017BB6!important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: underline;
}

a.lpname:active {
	color:#017BB6  !important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: underline;
}

a.lpname:hover {
	color:#FF6600  !important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: underline;
}

/* LINKFilter 11PX*/

a.linkFilter:link {
	color:#1585DB; 
	font-weight: normal;
	font-size:11px; 
	text-decoration: none;
}

a.linkFilter:visited {
	color:#1585DB; 
	font-weight: normal;
	font-size:11px; 
	text-decoration: none;
}

a.linkFilter:active {
	color:#1585DB; 
	font-weight: normal;
	font-size:11px; 
	text-decoration: none;
}

a.linkFilter:hover {
	color:#1585DB; 
	font-weight: normal;
	font-size:11px; 
	text-decoration: underline;
}

/* LINKSCHWARZ 11PX */

a.lweiss11px:link {
	color:#FFFFFF!important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}

a.lweiss11px:visited {
	color:#FFFFFF!important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: none
}

a.lweiss11px:active {
	color:#FFFFFF  !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}

a.lweiss11px:hover {
	color:#FFFFFF  !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}

/* LINKSCHWARZ 11PX */

a.lschwarz11px:link {
	color:#000000!important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: none;
}

a.lschwarz11px:visited {
	color:#000000!important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: none;
}

a.lschwarz11px:active {
	color:#000000  !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: none;
}

a.lschwarz11px:hover {
	color:#000000  !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: none;
}

/* LINKBLAUPAGE 11PX */

a.linkblaupage:link {
	color:#000000 !important; 
	font-weight:normal;
	font-size:12px; 
	padding: 5px;
	margin: 3px; 
	text-decoration: none;
	border:1px solid #ccc;
	width:28px;
}

a.linkblaupage:visited {
	color:#000000 !important; 
	font-weight:normal;
	font-size:12px; 
	padding: 5px;
	margin: 3px; 
	text-decoration: none;
	border:1px solid #ccc;
	width:28px;
}

a.linkblaupage:active {
	color:#000000 !important; 
	font-weight:normal;
	font-size:12px; 
	padding: 5px;
	margin: 3px; 
	text-decoration: none;
	border:1px solid #ccc;
	width:28px;
}

a.linkblaupage:hover {
	color:#FFFFFF  !important; 
	font-weight:normal;
	font-size:12px; 
	padding: 5px;
	margin: 3px;
	text-decoration: none;
	border:1px solid #ccc;
	background-color: #ff6600;
	width:28px;
}

.pageActive {
	color:#FFFFFF  !important; 
	font-weight:normal;
	font-size:12px; 
	padding: 5px;
	margin: 3px;
	text-decoration: none;
	border:1px solid #ccc;
	background-color: #ff6600;
	width:28px;
}

/* Mainmenu */

a.maincat:link {
	color:#0000FF !important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: none;
}

a.maincat:visited {
	color:#0000FF !important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: none;
}

a.maincat:active {
	color:#0000FF !important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: 
	underline;
}

a.maincat:hover {
	color:#E10920 !important; 
	font-weight:bold;
	font-size:13px; 
	text-decoration: underline;
}


/* Mainmenu */

a.subcat:link {
	color:#0000FF !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}

a.subcat:visited {
	color:#0000FF !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}

a.subcat:active {
	color:#0000FF !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}

a.subcat:hover {
	color:#E10920 !important; 
	font-weight:normal;
	font-size:11px; 
	text-decoration: underline;
}
/****************************************************/
/*******************   NAVIGATION *******************/
/****************************************************/
#navigation {
    clear:both;
    color:#027dc3;
    margin-top:1px;
    padding:0px;
    background-color: #F7CE3F;
}
ol#navigation,
#navigation ol {
    background-color: #1f91d1;
    /*background:url(/img/bg/navi-bg.gif);*/
    margin:0px 0px 0px 0px;
    padding:0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #997F23;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;

}
ol#navigation li {
    float:left;
    list-style:none;
    margin:2px;
    padding:0px;
    border-right:1px solid #fff;
}

ol#last li {
    float:left;
    list-style:none;
    margin:1px;
    padding:0px;
    border-right:0px solid #997F23;
}

ol#navigation li a {
    color:#ffffff;
    text-decoration:none;
    font-weight: bold;
    display:block;
    font-size:13px;
    padding:7px 9px;
    margin:0px 0px;
}
ol#navigation li:hover a,
ol#navigation li.selected a {
    background-color:#1f91d1;
    color:#fff;
    text-decoration:underline;
}
ol#navigation li ol {
    border:1px solid #00a3ff;
    border-top:0px;
    display:none;
    margin-left:0px;
}
ol#navigation li:hover ol {
    display:block;
    position:absolute;
    z-index:200;
}    
ol#navigation li ol li {
    float:none;
    width:186px;
}
ol#navigation li.selected ol li a,
ol#navigation li:hover ol li a,
ol#navigation li ol li a {
    background-color:#fff;
    border-top:1px dotted #8ccdf2;
    color:#027dc3;
    font-size:12px;
    margin:0px;
    padding:6px 8px;
}
ol#navigation li ol li a:hover {
    background-color:#53ADE2;
    color:#fff;
    text-decoration:none;
}

/* Clearfix Hack */
.clear-fix:after {
    clear:both; 
    content:"."; 
    display:block; 
    height:0; 
    visibility:hidden;
}

.clear-fix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clear-fix {height:1%;}
.clear-fix {display:block;}
/* End hide from IE-mac */

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #53ADE2;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ################# ENDE NAVIGATION ##################### */
.pbeschreibung {
	position: absolute;
	left: 0px;
	display: none;
	background-color: #FFFFFF;
	width: 200px;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: justify;
}

/****************************************************/
/************** FILTER        ***********************/
/****************************************************/


.filterHaupt { 
	padding:0px 0px 0px 8px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 12px; 
	color:#FFF; 
	background: #D64C01;
	text-decoration: none ;
 	text-align:left;
	line-height: 20px;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	
}

.filterSub { 
	padding:7px 0px 7px 12px; 
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 11px; 
	color:#000000; 
	background: #FFFFFF;
	text-decoration: none ;
 	text-align:left;
	font-weight: normal;
	border: 1px solid #ccc;

	
}
/****************************************************/
/******************* HEADER *************************/
/****************************************************/
.logo {
	padding:5px 0px 5px 0px; 
	margin: 5px 0px 5px 0px;
	border: 0px solid #AACCFA;
	float:left;
}

#tabs12 {
      	float:left;
      	width:100%;
      	font-size:93%;
		border-bottom: 7px solid #FF6600;
      	line-height:normal;
      }
#tabs12 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
#tabs12 li {
      display:inline;
      margin:0;
      padding:0;
      }
#tabs12 a {
      float:left;
      background:url("/img/nav/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
     	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
      }
#tabs12 a span {
      float:left;
      display:block;
      background:url("/img/nav/tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
	font-size: 12px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs12 a span {float:none;}
    /* End IE5-Mac hack */

#tabs12 a:hover {
      background-position:0% -42px;
           text-decoration:underline;
	color: #FFFFFF;
      }
    #tabs12 a:hover span {
      background-position:100% -42px;
      }

#searchbox
{
width: 900px;
line-height: 130%;
height: 40px;
margin-top: 10px;
float: left;


}


.produkt-suche { 
	border: 1px solid #E3E3E3;
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height:18px;
	padding: 2px 0px 0px 0px;
	width:100%;
	position: relative;
}

.produkt-suche-form { 
	border-left: 0px solid rgb(227,227,227);
	border-right: 0px solid rgb(227,227,227);
	border-bottom: 0px solid rgb(227,227,227);
	border-top: 0pt solid rgb(227,227,227);
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height:45px;
	padding: 2px 0px 0px 0px;
	width:100%;
	position: relative;
	margin-left:auto;
	margin-right:auto;

}

.produkt-suche-button { 
	font-size: 12px;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height:40px;
	padding: 15px 0px 0px 8px;

}

.search-form-content {
	height: 50px;
	position: relative;
	width: 60%;
	margin: 10px 0px 0px 50px;
 	border: 0px solid #cccccc;

}

.right-search-form-content {
	left:525px;
	position: absolute;
	top: 0px;
}

.rahmensuchfeld {
	padding:3px 4px 4px 4px; 
	border: 2px solid #AACCFA;
	margin: 0 0px 0 0;
	font-family: Arial,Helvetica,Geneva,Sans-serif; 
	font-size: 15px; 
	color:#3972B7; 
	font-weight: bold;

}

* html .rahmensuchfeld {
		padding:2px 4px 4px 4px; 
}


