/*folgende 5 Klassen für die Shoptabellenverscachtelung*/
 body {     
 	background-color: #6699cc;
 	background-attachment:fixed;
 	background-position: 0px 0px;
 	background-repeat:repeat;
 	font-size: 12px;
 	line-height: 10pt;
 	font-weight: normal;
 	font-style: normal;
 	font-family:  Arial;
 	scrollbar-base-color:;
  	scrollbar-3dlight-color:;
  	scrollbar-arrow-color:;
  	scrollbar-darkshadow-color:;
  	scrollbar-face-color:;
  	scrollbar-highlight-color:;
  	scrollbar-shadow-color:;
  	scrollbar-track-color:#D4D4D4;
 }
 
 .bghaupttab {
 	background-color: #6699cc;
 	border : 0px none #000000;
 	background-repeat:repeat;
 	font-family:  Arial;
 	}
 
 .bgnavi {
 	background-color: #6699cc;
 	background-repeat:;
 	border : 0px none ;
 	font-family:  Arial;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	font-family:  Arial;
 
 	}
 
 .bgservice {
 	background-color: #6699cc;
 	background-repeat:repeat;
 	border : 0px none ;
 	font-family:  Arial;
 	font-size: 12px;
 	font-weight: normal;
 	font-style: normal;
 	font-family:  Arial;
 
 	}
 
 .bgmain {
 	background-color: #FFFFFF;
 	background-repeat:repeat;
 	border : 0px none ;
 	font-family:  Arial;
 	}
 
 .abstandservicekopf {
 	background-color: #6699cc;
 	font-family:  Arial;
 	}
 
 .abstandservicehaupttabelle {
 	background-color: #6699cc;
 	font-family:  Arial;
 	}
 .backgroundmenueelemente {
 	background-color: #6699cc;
 	font-family:  Arial;
 	}
 
 /*Klasse der a tags im gesamten Shop*/
 a { 
 	color: #000000;
 	text-decoration: underline;
 	font-size: 12px;
 	font-family:  Arial;
 	}
 
 A:visited {
 	COLOR: #000000;
 	TEXT-DECORATION: underline;
 	font-size: 12px;
 	font-family:  Arial;
 	}
 
 a:hover {
 	color: #333333;
 	text-decoration: none;
 	font-size: 12px;
 	font-family:  Arial;
 	}
 
 A:active {
 	COLOR: #333333;
 	TEXT-DECORATION: underline;
 	font-size: 12px;
 	font-family:  Arial;
 	}
 	 
 /*Klasse der a tags im Servicemenü*/
 A:link.linksuche { 
 	color: #FFFFFF;
 	text-decoration: underline;
 	font-size: 12px;
 	font-family:  Arial;
 	
 	}
 
 A:visited.linksuche {
 	COLOR: #FFFFFF;
 	TEXT-DECORATION: underline;
 	font-size: 12px;
 	font-family:  Arial;
 		
 	}
 
 A.linksuche:hover {
 	color: #333333;
 	text-decoration: none;
 	font-size: 12px;
 	font-family:  Arial;
 	
 	}
 
 A.linksuche:active {
 	COLOR: #333333;
 	TEXT-DECORATION: none;
 	font-size: 12px;
 	font-family:  Arial;
 	}
 	 
 .kundenmenue { 
 	color: #FFFFFF;
 	text-decoration: underline;
 	font-size: 12px;
 	font-family:  Arial;
 	}
 /*Klasse des div Tag im Produktgruppenmenü*/
 A.menu {
 	padding:1;
 	font-size: 12px;
 	color: #333333;
 	text-decoration: none;
 	font-family:  Arial;
 	}
 	
 .menu {
 	padding:1px;
 	color: #333333;
 	text-decoration: none;
 	font-family:  Arial;
 	}

 A.menu:visited {
 	font-size: 12px;
 	color: #333333;
 	text-decoration: none;	
 	font-family:  Arial;
 	}
 
 A.menu:hover {
 	font-size: 12px;
 	color: #333333;
 	text-decoration: none;
 	font-family:  Arial;
 	}
 .katmenu {
 	padding:0;
 	color: #333333;
 	border: solid 1px #333333;
 	background-color: #FFFFFF;
 	text-decoration: none;
 	font-family:  Arial;
 	}
 A.menu:active {
 	font-size: 12px;
 	color: #333333;
 	text-decoration: none;
 	font-family:  Arial;
 	}
 
 /*Klasse der form tags input Elemente*/
 .form { 
 	color:#000000;
 	font-size: 12px;
 	BACKGROUND-COLOR: #FFFFFF;
 	border-collapse : separate;
 	border : 1px solid #4B79B2;
 	font-family:  Arial;
 	}
 	
 .eingabeaktiviert { 
 	color:;
 	font-size: 12px;
 	BACKGROUND-COLOR: ;
 	border-collapse : separate;
 	border : 1px solid ;
 	font-family:  Arial;
 	}
 	
 /*Klasse der form tag hidden fields für netscapekompaltibilität*/	
 .radibutton  { 
 	font-size: 12px;
 	border : 0px;
 	}
 
 /*Klasse der table Tags aller Rahmentabellen im gesamten Shop*/
 .rahmentabellen{
 	background-color :#FFFFFF;
 	border-width:0px;
 	border-style:none;
 	border-color: #000000;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 	}
 	
 /*Klasse der table Tags im gesamten Shop*/
 .haupttabellen{
 	color: #000000;
 	font-size: 12px;
 	background-color : #FFFFFF;
 	font-family:  Arial;
 	}
 	
 /*Klasse der table Tags der Rahmentabelle Warenkorbvorschau*/	
 .rahmenkleinerwarenkorb{
 	table-layout:fixed;
 	background-color : #6699cc;
 	color: #FFFFFF;
 	font-size: 10px;
 	border : 0px none #000000;
 	font-family:  Arial;
 	}
 	
 .rahmenkleinerwarenkorb:visited{
 	table-layout:fixed;
 	background-color : #6699cc;
 	color: #FFFFFF;
 	font-size: 10px;
 	border : 0px none #000000;
 	font-family:  Arial;
 	}
 		
 /*Klasse table Tag in der Warenkorbvorschau*/
 .kleinerwarenkorb{
 	table-layout:fixed;
 	padding:1;
 	background-color : #6699cc;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 	}
 		
 /*Klasse des table Tag in der Produktgruppenübersicht*/
 .kategorieuebersicht{
 	table-layout:fixed;
 	background-color : #FFFFFF;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 	}
 	
 /*Klasse des p Tag für Bilder in der Produktgruppenübersicht*/	
 .katbilder{
 	border:0mm solid #000000;
 	padding:5px
 	font-family:  Arial;
 	 }
 	 
 /*Klasse des p Tag für Texte in der Produktgruppenübersicht*/
 .kattexte{
              border:0mm solid #000000;
 	 padding:5px;
 	 font-size:9pt;
 	 font-family:  Arial;
 	 }
 
 
 
 /*Klassen der table Warenkorbübersicht*/
 .wrkuebersicht{
 	background-color :;
 	border-width:1px;
 	border-style:solid;
 	border-color: bbbbbb;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 	border-spacing:3;
 	border-collapse:separate;/*collapse;*/
 }
 
 .wrkuebersichtueberschriften {
 	background-color :bbbbbb;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 }
 
 .wrkuebersichtreihe1 {
 	background-color :;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 }
 
 .wrkuebersichtreihe2 {
 	background-color :;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 }
 
 
 /*Klassen Versandkostentabelle*/
 .wrkvesandkosten {
 	background-color :;
 	border-width:0px;
 	border-style:none;
 	border-color: ;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 	border-spacing:3;
 	border-collapse:separate;/*collapse;*/
 }
 
 .wrkvesandkostenueberschriften {
 	background-color :;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 }
 
 .wrkvesandkostenreihe1 {
 	background-color :;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 	
 }
 
 .wrkvesandkostenreihe2 {
 	background-color :;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 	
 }
 
 /*Klasse der table Bestellformular*/
 .wrkbestellform{
 	background-color :;
 	border-width:0px;
 	border-style:none;
 	border-color: ;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 	border-spacing:0;
 	border-collapse:collapse;
 }
 
 .wrkbestellformueberschriften {
 	background-color :;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 	border-spacing:0;
 	border-collapse:collapse;
 }
 
 .wrkbestellformreihe1 {
 	background-color :;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 }
 
 .wrkbestellformreihe2 {
 	background-color :;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 }
 
 /* Diese Klassen für die hr Tags, die als Trennlinie der einzelnen Artikel erscheinen*/
 .trennlinie1 { 
        width:90%;
 	color:#000000;
        background-color:#000000;
        height:1px;
        border:0px; 
 	}
 
 .trennlinie2 { 
 	width:90%;
 	color:#000000;
        background-color:#000000;
        height:1px;
        border:0px;
 	}
 
 /* Farbangabe für Punkte des Produktgruppenmenüs und sonstige Sonderzeichen*/
 .sonderzeichen {
 	color:#000000;
 	}
 	
 /*Farbe der Fehlerkennzeichnung auf dem Bestellformular*/
 .fehlerbestform {
 color:#FF0000;
 }
 
 /*NICHT IN Verwendung -- Diese beiden Filter können in den Temapaltes um die Produktgrafiken Schattenefekte erzeugen*/
 
 .filter {
 filter:dropshadow(color=#00008B, offx=2, offy=2);
 }
 
 .bildrahmen {
 border-width:1px;
 border-color:#F0F8FF;
 }
 
 /*Klasse für dasSucheformular bei Verwendung von Grafiken*/
 .einzug {
 	padding-left: 20px;
 	padding-right: 20px;
 	line-height: 17px;
 	color: #000000;
 	font-size: 12px;
 	font-family:  Arial;
 	}
 	




/* Zusatz-Styles NERLINGER */




.bgkatmenue td, .katmenu {
	background-color:#FFFFCC;
	height:18px;
	} 	
 .nerlingerheadline{
	width:580px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#FE6400;
	border-bottom:1px solid #FE6400;
	margin-bottom:20px;
	}
.nerlingertexte td{
	font-size:12px;
}
.nerlingertexte td .nerlingersmall{
	font-size:10px;
}


           td {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #333333}
           .white {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF}
           .white8pt {    text-decoration: none;font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF}
           .white8ptbold {text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; font-weight: bold}
           .copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #999999}
           .small {  text-decoration: none;font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #333333}
           .red {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #CC0000}
           .blue {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #6699cc; font-weight: bold}
           .header {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; color: #ff6600}
           .suchfeld { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; background-color: #FFFFFF; border: 1px #666666 solid; width: 70px; height: 19px}
           .butop { color:#ffffff; text-shadow:#333333; text-decoration: none; font-weight:bold; font-family:Arial,Verdana,sans-serif; background-color:#0066CB; height:14px; border:0px solid black; font-size:8pt; text-align:center; cursor=pointer;}
           .Button	{ color:#333333; text-decoration: none; font-weight:bold; font-family:Arial,Verdana,sans-serif; background-color:#FFFFCC; width:125px; border:0px solid black; font-size:8pt; text-align:left; cursor=pointer;}
           .topnav {  text-decoration: none;font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #ffffff; font-weight: bold}
           .orange {  text-decoration: none;font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #ff6600; font-weight: bold}
           













#nerlingerheader{

}
#nerlingerlogo{
float:left;
}
.servicecontainer {
	margin:0px;
	padding:0px;
	float:right;
	height:21px;
	}
.servicecontainer li{
	display:block;
	padding:0px;
	margin:0px;
	float: left;
	list-style-type: none;
}	
.servicecontainer .nerlservicelink a:link,
.servicecontainer .nerlservicelink a:visited,
.nerlingerreiter{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:11px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	background-image: url(/dpshopgrafiken/nav_o_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height:21px;
	border:none;
}
.servicecontainer .nerlservicelink a:hover{
	color:#fff;
	background-image: url(/dpshopgrafiken/nav_o_bg_orange.gif);
}
.servicecontainer .nerlservicestart{
	width:21px;
	height:21px;
	background-image: url(/dpshopgrafiken/nav_o_li.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.servicecontainer li.nerlservicespacer {
	width:21px;
	height:21px;
	background-image: url(/dpshopgrafiken/nav_o_spacer.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.servicecontainer .nerlserviceende{
	width:21px;
	height:21px;
	background-image: url(/dpshopgrafiken/nav_o_re.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}











#secnavline{
	margin:0;
	padding:0;
	height:21px;
	line-height:14px;
	text-align:right;
	padding-right:20px;
	
}

#secnavline li {
	display:inline;
	padding:0;
	margin-left:10px;
}
#secnavline a:link,
#secnavline a:visited {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#01319D;
	font-size:11px;
}
#secnavline a:hover {
	color:#fff;
}



#firstblueline{
	clear:both;
	width:750px;
	height:15px;
	padding:0px;
	margin:0px;
}
secondblueline{
	clear:both;
	float:left;
	width:742px;
	height:26px;
	padding:0px;
	margin:0px;
	text-align:right;
}