/* Scroller Box */
#scroller_container {
 position: relative;
 width: 580px;
 height: 16px;
 overflow: hidden;
}

#scroller {
 white-space: nowrap;
 line-height: 16px;
 font-size: 12px;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */


/*Klassen Versandkostentabelle*/
 .wrkvesandkosten {
 	background-color :#D9E7F3;
 	border-width:4px;
 	border-style:solid;
 	border-color: #FFCC33;
	padding: 2px;
 	color: #000000;
 	font-size: 14px;
 	font-family:  Arial;
 	border-spacing:3;
 	border-collapse:separate;/*collapse;*/
 }

 .wrkvesandkostenueberschriften {
 	background-color :#dddddd;
 	color: #000000;
 	font-size: 14px;
 	font-family:  Arial;
 }

 .wrkvesandkostenreihe1 {
 	background-color :#D9E7F3;
 	color: #000000;
 	font-size: 14px;
 	font-family:  Arial;
 	
 }

 .wrkvesandkostenreihe2 {
 	background-color :#BBDAF4;
 	color: #000000;
 	font-size: 14px;
 	font-family:  Arial;
 	
 }

