html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
/*
	alle verstehen ohne overflow-wert
	dass der body scrollt,
	nur der safari nicht, ...
	
	am ende der datei wird der overflow-wert
	fuer den body ueberschrieben
	(ausser fuer safari)
*/
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	overflow: scroll; /* siehe kommentar oben */
}
form {
	display: inline;
}
p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	margin: 1em 0 0.6em;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;	
}
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;	
}
img {
	border: 0;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #28367a;
}
a:hover {
	text-decoration: underline;
}
a.blockLink {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
form.inlineForm {
	display: inline;
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
.printonly {
	display: none;
}
.hiddenPic {
	display: none;
	position: absolute;
	top: -999em;
	left: -999em;
	width: 1px;
	height: 1px;
}
.txtRed {
	color: #cc0017 !important;
}
.txtWhite {
	color: #ffffff !important;
}
.bigText {
	margin: 3px 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.noSpace {
	margin: 0px !important;
	padding: 0px !important;
}
.formButtonText {
	margin:0px;
	padding:0px;
	width: auto;
	background-color: transparent;
	border: 0;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.inputText, .searchText {
	margin: 0;
	padding: 1px 2px;
	border: 0;
	color: #000000;
	font-size: 9px;
	text-align: center;
	background-image: url(img/control_text.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.searchText {
	text-align: left;
}
.inputProductCounter {
	padding-top: 2px;
	width: 20px;
}
.box, .clear {
	clear: both;
}
.redText {
	color: red;
}
/* ************************************************************
	Klasse fuer Zentrierung
	(von Header, Hintergrund, scrollbarem
	Inhalt und der Warenkorb-Vorschau)
   ************************************************************ */
.centered {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 917px;
	height: 100%;
}
/* ************************************************************
	Scrollbarer Inhalt
   ************************************************************ */
#scrollableArea {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;	
}
#scrollableContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 917px;
	height: auto;
	margin: 0;
	padding: 0;
}
/* ***** Menu ***** */
#scrollableContent #contentMenu {
	position: absolute;
	overflow: hidden;
	top: 137px;
	left: 0;
	width: 210px;
	height: auto;
}
#scrollableContent #contentMenu ul, #scrollableContent #contentMenu ul li a {
	margin: 0;
	padding: 0;
}
#scrollableContent #contentMenu ul {
	list-style-type: none;
}
#scrollableContent #contentMenu ul#nav2 {
	margin-bottom: 20px;
}
#scrollableContent #contentMenu ul#nav2 li a {
	display: block;
	margin: 1px 0 0 1px;
	padding: 4px 30px 0;
	width: 150px;
	height: 20px;
	background-image:url(img/scrolla_nav2_passiv.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
}
#scrollableContent #contentMenu ul#nav2 li a.active {
	background-image:url(img/scrolla_nav2_aktiv.gif);
}
/* das "li" (vor "a:hover") wurde hier bewusst weggelassen, damit der "a.active" Zustand eine hoehere Prioritaet beibehaelt */
#scrollableContent #contentMenu ul#nav2 a:hover {
	background-image:url(img/scrolla_nav2_hover.gif);
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 {
	margin-top: 8px;
	margin-bottom: 12px;
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li a {
	display: block;
	margin: 1px 0 0 12px;
	padding: 1px 0 0 20px;
	width: 176px;
	height: 18px;
	background-image:url(img/scrolla_nav3_passiv.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li a.active {
	background-image:url(img/scrolla_nav3_aktiv.gif);
	font-weight: bold;
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li a:hover {
	background-image:url(img/scrolla_nav3_aktiv.gif);
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li ul.nav4{
	margin-top: 2px;
	margin-bottom: 10px;
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li ul.nav4 li a {
	display: block;
	margin: 1px 0 0 28px;
	padding: 0 0 0 14px;
	width: 166px;
	height: 13px;
	background-image:url(img/scrolla_nav4_passiv.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-decoration: none;
	color: #cc0000;
	font-size: 11px;
	font-weight: bold;
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li ul.nav4 li a.active {
	background-image:url(img/scrolla_nav4_aktiv.gif);
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li ul.nav4 li a:hover {
	background-image:url(img/scrolla_nav4_aktiv.gif);
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li ul.nav4 li ul.nav5 {
	margin-top: 3px;
	margin-bottom: 10px;
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li ul.nav4 li ul.nav5 li a {
	display: block;
	margin: 1px 0 0 28px;
	padding: 1px 4px ;
	width: 168px;
	height: 13px;
	text-decoration: none;
	color: #000000;
	background-image: none !important;
	background-color: #f49200;
	font-size: 11px;
	font-weight: normal;
}
/* das "li" (vor "a:hover") wurde hier bewusst weggelassen, damit der "a.active" Zustand eine hoehere Prioritaet beibehaelt */
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li ul.nav4 li ul.nav5 a:hover {
	text-decoration: underline;
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li ul.nav4 li ul.nav5 li a.gerade {
	background-color: transparent;
}
#scrollableContent #contentMenu ul#nav2 li ul.nav3 li ul.nav4 li ul.nav5 li a.active {
	font-weight: bold;
	text-decoration: none;
}
#contentMenuNews {
	position: relative;
	width: 210px;
	height: 90px;
	margin: 6px 0 5px 1px;
	overflow: hidden;
}
/*#contentMenuNews a.neuheiten, #contentMenuNews a.angebote {
	position: absolute;
	top: 0;
	left: 0;
	width: 105px;
	height: 90px;
}
#contentMenuNews a.angebote {
	left: 105px;
}*/
/* ***** Content ***** */
#scrollableContent #contentMain {
	position: absolute;
	top: 137px;
	left: 210px;
	padding-bottom: 20px;
	width: 707px;
	height: auto;
}
#scrollableContent #contentMain p,
#scrollableContent #contentMain h1,
#scrollableContent #contentMain h2,
#scrollableContent #contentMain h3,
#scrollableContent #contentMain ol,
#scrollableContent #contentMain ul {
	margin-right: 160px;
}
#scrollableContent #contentMain p,
#scrollableContent #contentMain h1,
#scrollableContent #contentMain h2,
#scrollableContent #contentMain h3 {
	margin-left: 16px;
}
#scrollableContent #contentMain p {
	line-height: 14px;
	padding-bottom: 12px;
}
/* ***** Bilder, die ueber TYPO3 vom User eingepflegt werden ***** */
#scrollableContent #contentMain dl img {
	margin-left: 16px;
}
/* ***** Bestellvorgang ***** */

/* blättern */
#scrollableContent #contentMain .blaettern {
	margin: 0 0 0 1px;
	padding: 0;
}
#scrollableContent #contentMain .blaettern .prev, #scrollableContent #contentMain .blaettern .next {
	padding-top: 5px;
	color: #999999;
	font-weight: bold;
}
#scrollableContent #contentMain .blaettern .prev {
	margin-right: 20px;
}
#scrollableContent #contentMain .blaettern .next {
	margin-left: 20px;
}
#scrollableContent #contentMain .blaettern .oben, #scrollableContent #contentMain .blaettern .unten {
	padding: 5px 5px 5px 266px;
	background-position: top left;
	background-repeat: repeat-x;
}
#scrollableContent #contentMain .blaettern .oben {
	margin-bottom: 5px;
	border-bottom: 1px solid #FF9900;
	background-image: url(img/scrolla_blaettern_oben_bg.gif);
}
#scrollableContent #contentMain .blaettern .unten {
	margin-top: 5px;
	border-top: 1px solid #FF9900;
	background-image: url(img/scrolla_blaettern_unten_bg.gif);
}

#scrollableContent #contentMain .shopButtonBox {
	position: relative;
	top: 0px;
	left: 0px;
	height: 38px;
	width: 705px;
	margin: 20px 0px;
	padding: 0px;
}
#scrollableContent #contentMain .shopAusweis {
	margin-top: 10px;
	margin-bottom: 10px;
}
#scrollableContent #contentMain .shopAusweis a {
	font-size: 12px;
	color: #003399;
}
#scrollableContent #contentMain .shopAusweis a img {
	margin-left: 10px;
}
#scrollableContent #contentMain .shopButtonBox .shopButton1 {
	position: absolute;
	top: 0px;
	left: 40px;
}
#scrollableContent #contentMain .shopButtonBox .shopButton2 {
	position: absolute;
	top: 0px;
	right: 40px;
}
#scrollableContent #contentMain table.shopBox {
	margin: 20px;
	border-collapse: collapse;
}
#scrollableContent #contentMain table.shopBox td {
	padding: 2px;
}
#scrollableContent #contentMain table.shopBox td label {
	white-space: nowrap;
}
#scrollableContent #contentMain table.shopBox td label.important {
	font-weight: bold;
}
#scrollableContent #contentMain table.shopBox td label.inaktiv {
	color: #666666;
}
#scrollableContent #contentMain table.shopBox td.header {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 6px;
}
#scrollableContent #contentMain table.kassa {
	width: 600px;
}
#scrollableContent #contentMain table.kassa .requiredTxt {
	color: red;
	font-weight: bold;
}
#scrollableContent #contentMain table.kassa tr.required {
	color: #666666;
}
#scrollableContent #contentMain table.kassa td.required {
	vertical-align: top;
}
#scrollableContent #contentMain table.kassa th {
	border-bottom: 1px solid #333333;
}
#scrollableContent #contentMain table.kassa .artnr,
#scrollableContent #contentMain table.kassa .descr {
	text-align: left;
}
#scrollableContent #contentMain table.kassa .quant,
#scrollableContent #contentMain table.kassa .price,
#scrollableContent #contentMain table.kassa .total {
	text-align: right;
}
#scrollableContent #contentMain table.kassa .total {
	border-top: 1px solid #333333;
	font-weight: bold;
}
#scrollableContent #contentMain input.shopControl {
	background-color: #ffd460;
	border: 1px solid black;
	padding: 2px;
	font-size: 11px;
}
label.mussfeld, .mussfeldLabel, .errormsg {
	font-weight: bold !important;
	color: #cc0000 !important;
}
#scrollableContent #contentMain input.mussfeld {
 	border: 2px solid #cc0000 !important;
}
#scrollableContent #contentMain input.shopLoginBox {
	width: 200px;
}
#scrollableContent #contentMain input.adressfeld {
	width: 260px;
}
#scrollableContent #contentMain input.adressfeld_klein {
	width: 120px;
}
#scrollableContent #contentMain input.buttonLink, #scrollableContent #contentMain a.buttonLink, #scrollableContent #contentMain a.buttonLinkSmall, #scrollableContent #contentMain .buttonLinkSmallInline a {
	border: 1px solid white;
	padding: 2px;
	font-size: 14px;
	color: #330066;
	font-weight: bold;
	background-color: orange;
	cursor: pointer;
}
#scrollableContent #contentMain .importantShopText {
	font-size: 12px;
}
#scrollableContent #contentMain .importantShopTextBig {
	font-size: 14px;
	font-weight: bold;
}
#scrollableContent #contentMain .importantShopText a {
	color: #330066;
	font-weight: bold;
}
#scrollableContent #contentMain a.buttonLink, #scrollableContent #contentMain a.buttonLinkSmall, #scrollableContent #contentMain .buttonLinkSmallInline a {
	border: 0;
	background-color: transparent;
}
#scrollableContent #contentMain a.buttonLinkSmall, #scrollableContent #contentMain .buttonLinkSmallInline a {
	color: #000099;
	font-size: 12px;
	font-weight: normal;
}
/* ***** Warenkorb-Vorschau-Platzhalter ***** */
#wkvPlatzhalter {
	position: absolute;
	z-index: 5;
	top: 0px;
	right: 15px;
	width: 132px;
	height: 123px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
	background-image: url(img/warenkorb-vorschau-platzhalter.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/* ***** Illustration ***** */
.illu {
	clear: both;
	float: right;
	margin: 15px 15px 15px 0;
	padding: 0;
	width: 132px;
	height: 125px;
	overflow: hidden;
	background-color: transparent;
}
/* ***** Boxen ***** */

/* ***** Boxen allgemein ***** */
.boxDescription {
	color: #ffffff;
	font-weight: bold;
}
.boxDeliverable {
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
}
.boxDeliverable span {
	color: #e30015;
}
.boxValueOld .hgbild {
	background-image: url(img/value-old.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* ***** Eigenheiten von bestimmten Boxen ***** */

/* Detail (Artikel) */
.boxDetail {
	position: relative;
	margin-left: 13px;
	width: 682px;
	height: 222px;
	background-image: url(img/scrolla_box_detail.gif);
	overflow: hidden;
}
.boxDetail .boxDescription {
	position: absolute;
	top: 3px;
	left: 35px;
	width: 444px;
	height: 16px;
	overflow: hidden;
}
.boxDetail .boxDeliverable {
	position: absolute;
	top: 25px;
	left: 477px;
	width: 201px;
	height: 38px;
	font-size: 14px;
	overflow: hidden;
	background-color: transparent;
}
.boxDetail .boxDeliverable .lagernd {
	background-image: url(img/scrolla_box_detail_lagernd.gif);
	color: #ffffff;
}
.boxDetail .boxDeliverable .lieferbar {
	background-image: url(img/scrolla_box_detail_lieferbar.gif);
}
.boxDetail .boxDeliverable .ausverkauft {
	background-image: url(img/scrolla_box_detail_ausverkauft.gif);
	color: #ffffff; 
}
.boxDetail .boxDeliverable .achtung {
	background-image: url(img/scrolla_box_detail_achtung.gif);
	color: #ffffff;
}
.boxDetail .boxDeliverable table {
	width: 100%;
	height: 100%;
}
.boxDetail .boxDeliverable .delBox {
	width: 100%;
	height: 100%;
}
.boxDetail .boxDeliverable .delBox span {
	color: #ff0000;
}
.boxDetail .boxProduct {
	position: absolute;
	top: 64px;
	left: 477px;
	width: 201px;
	height: 122px;
	overflow: hidden;
}
.boxDetail .boxProduct .boxPrice {
	position: absolute;
	top: 0;
	left: 0;
	width: 101px;
	height: 122px;
}
.boxDetail .boxProduct .boxPrice .boxValueOld {
	text-align: center;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	color: #262626;
}
/*
.boxDetail .boxProduct .boxPrice .boxValueOld span {
	background-image: url(img/value-old.png);
	background-position: center center;
	background-repeat: no-repeat;
}
*/
.boxDetail .boxProduct .boxPrice .boxValue, .boxDetail .boxProduct .boxPrice .boxValueNew {
	margin: 14px 0 10px;
	text-align: center;
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.boxDetail .boxProduct .boxPrice .boxValueNew {
	color: #ff0000;
}
.boxDetail .boxProduct .boxPrice .boxIncl {
	margin: 0 0 5px;
	padding-left: 2px;
	text-align: center;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.boxDetail .boxProduct .boxPrice .boxExcl {
	margin: 0;
	padding-left: 2px;
	text-align: center;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	color: #28367a;
}
.boxDetail .boxProduct .boxWarenkorb {
	position: absolute;
	top: 0;
	left: 101px;
	width: 100px;
	height: 122px;
}
.boxDetail .boxProduct .boxWarenkorb .boxWarenkorbInto {
	margin: 0;
	padding: 0 2px 0 10px;
	text-align: center;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.boxDetail .boxProduct .boxWarenkorb .boxWarenkorbCounter {
	margin: 8px 0 15px;
}
.boxDetail .boxProduct .boxWarenkorb .boxWarenkorbCounter .achtung_txt {
	font-size: 10px;
	line-height: 10px;
}
.boxDetail .boxProduct .boxWarenkorb .boxWarenkorbPic {
	width: 47px;
	height: 42px;
	font-weight: bold;
}
.boxDetail .boxProduct .boxWarenkorb .boxWarenkorbTxt {
	width: 100%;
	height: 42px;
}
.boxDetail .boxProduct .boxWarenkorb .boxWarenkorbTxt a {
	font-weight: bold;
}
.boxDetail .boxProduct .boxWarenkorb table {
	width: 100%;
	height: 100%;
}
.boxDetail .boxViews {
	position: absolute;
	top: 195px;
	left: 475px;
	width: 152px;
	height: 22px;
	text-align: center;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	overflow: hidden;
}
.boxDetail .boxViews span.boxCurrentSite {
	color: #ffffff;
}
.boxDetail .boxPicture {
	position: absolute;
	top: 28px;
	left: 107px;
	width: 266px;
	height: 190px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
.boxDetail .boxEnlarge {
	position: absolute;
	right: 4px;
	bottom: 3px;
	width: 47px;
	height: 31px;
	background-color: transparent;
}
.boxDetail .boxEnlarge a {
	background-image: url(img/scrolla_box_detail_enlarge.gif);
}

/* Details klein (Uebersicht) */

.boxSmallDetail {
	position: relative;
	margin-left: 18px;
	width: 672px;
	height: 76px;
	background-image: url(img/scrolla_box_small_detail.gif);
	overflow: hidden;
	text-align: center;
}
.boxSmallDetail .boxHead {
	position: absolute;
	top: 4px;
	left: 2000px; /* nur defaultwert = nicht mehr sichtbar */
	height: 15px;
	font-size: 10px;
	color: #444444;
	overflow: hidden;
}
.boxSmallDetail .boxContent {
	position: absolute;
	top: 21px;
	left: 2000px; /* nur defaultwert =  nicht mehr sichtbar */
	height: 50px;
	font-size: 10px;
	overflow: hidden;
	background-color: transparent;
}
.boxSmallDetail .boxContent table {
	width: 100%;
	height: 100%;
}
.boxSmallDetail .boxPic {
	position: absolute;
	top: 7px;
	left: 10px;
	width: 84px;
	height: 60px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
.boxSmallDetail .deliverable { /* box und boxHead */
	left: 100px;
	width: 73px;
}

.boxSmallDetail .deliverable table {
	width: 100%;
	height: 100%;
}
.boxSmallDetail .deliverable .delBox {
	margin: 2px;
	width: 69px;
	height: 46px;
	font-weight: bold;
}
.boxSmallDetail .deliverable .delBox span {
	color: #ff0000;
	font-size: 10px;
}
.boxSmallDetail .deliverable .lagernd {
	background-color: #009034;
	color: #ffffff;
	font-size: 10px;
}
.boxSmallDetail .deliverable .ausverkauft {
	background-color: #e30015;
	color: #ffffff;
	font-size: 10px;
}
.boxSmallDetail .deliverable .lieferbar {
	background-color: #ffed00;
	font-size: 10px;
}
.boxSmallDetail .deliverable .achtung {
	background-color: #105680;
	color: #ffffff;
	font-size: 10px;
}
.boxSmallDetail .detail { /* box und boxHead */
	left: 174px;
	width: 36px;
}
.boxSmallDetail .detail .detailPic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(img/scrolla_box_small_detail_detail-center.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.boxSmallDetail .detailTxt {
	padding-top: 32px;
	font-size: 14px;
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
	background-image: url(img/scrolla_box_small_detail_detail-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.boxSmallDetail .artNr { /* box und boxHead */
	left: 211px;
	width: 67px;
}
.boxSmallDetail .artNrTxt {
	font-size: 12px;
	font-weight: bold;
}
.boxSmallDetail .description { /* box und boxHead */
	left: 279px;
	width: 216px;
}
.boxSmallDetail .descriptionTxt {
	font-size: 12px;
	font-weight: bold;
}
.boxSmallDetail .price { /* box und boxHead */
	left: 496px;
	width: 63px;
}
.boxSmallDetail .price .boxValueOld {
	text-align: center;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	color: #262626;
}
/*
.boxSmallDetail .price .boxValueOld span {
	background-image: url(img/value-old.png);
	background-position: center center;
	background-repeat: no-repeat;
}
*/
.boxSmallDetail .price .boxValueNew {
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
	color: #ff0000;
}
.boxSmallDetail .price .boxValue {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.boxSmallDetail .stk { /* box und boxHead */
	left: 560px;
	width: 40px;
}
.boxSmallDetail .warenkorbPic { /* box und boxHead */
	left: 601px;
	width: 65px;
}
/* Schaltflaechen fuer Warenkorb - Artikel aendern oder loeschen */
.boxSmallDetail .warenkorbPic input.change, .boxSmallDetail .warenkorbPic input.delete {
	margin: 0;
	border: 0px solid black;
	padding: 0;
	background-color: transparent;
	color: #333399;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	/*text-transform: uppercase;*/
	cursor: pointer;
}
.boxSmallDetail .warenkorbPic input.delete {
	margin-top: 6px;
	color: #990000;
}
/* Box fuer Neuheiten bzw. Angebote (Home) */
.boxNeuBackgr {
	background-image: url(img/scrolla_box_neuheiten.gif);
}
.boxAngBackgr {
	background-image: url(img/scrolla_box_angebote.gif);
}
.boxNeuAng {
	position: relative;
	margin-left: 13px;
	margin-top: 14px;
	width: 682px;
	height: 146px;
	overflow: hidden;
}
.boxNeuAng .boxDescription {
	position: absolute;
	top: 3px;
	left: 35px;
	width: 319px;
	height: 16px;
	overflow: hidden;
}
.boxNeuAng .boxHeader {
	position: absolute;
	top: 24px;
	left: 4px;
	margin: 0px;
	padding: 0px;
	width: 77px;
	height: 119px;
	overflow: hidden;
}
.boxNeuAng .boxProd1, .boxNeuAng .boxProd2 {
	position: absolute;
	top: 24px;
	left: 81px;
	margin: 0px;
	padding: 0px;
	width: 298px;
	height: 119px;
	overflow: hidden;
}
.boxNeuAng .boxProd2 {
	left: 380px;
}
.boxNeuAng .boxProductText {
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
	height: 62px;
	overflow: hidden;
}
.boxNeuAng .boxProductText div {
	padding: 3px 6px;
}
.boxNeuAng .boxProductText div a {
	color: #25327a;
}
.boxNeuAng .boxProductText div .productName {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.boxNeuAng .boxPrice {
	position: absolute;
	top: 65px;
	left: 0;
	width: 298px;
	height: 55px;
}
.boxNeuAng .boxPrice .boxValueOld {
	display: inline;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #262626;
}
/*
.boxNeuAng .boxPrice .boxValueOld span {
	background-image: url(img/value-old.png);
	background-position: center center;
	background-repeat: no-repeat;
}
*/
.boxNeuAng .boxPrice .boxValue, .boxNeuAng .boxPrice .boxValueNew {
	display: inline;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.boxNeuAng .boxPrice .boxValueNew {
	color: #ff0000;
}
.boxNeuAng .boxPrice .boxIncl, .boxNeuAng .stkBestellt {
	margin: 3px 0 1px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.boxNeuAng .boxPrice .boxExcl, .boxNeuAng .boxPrice .boxExcl a, .boxNeuAng .zumWarenkorb {
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	color: #28367a;
}
.boxNeuAng .stkBestellt {
	margin: 0;
}

/*
.boxNeuAng .boxWarenkorb {
	position: relative;
	width: 130px;
	height: 55px;
	border: 1px solid red;
}
.boxNeuAng .boxWarenkorb .boxWarenkorbCounter {
	margin: 6px 0;
}
.boxNeuAng .boxWarenkorb .boxWarenkorbPic {
	width: 44px;
	height: 35px;
}
*/
.boxNeuAng .boxProductPic {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 110px;
	height: 62px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
/* Menuepunkte im Content-Bereich */
#boxNavContent, #boxNavContentManuell, #boxNavContentManuell2 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	min-height: 86px;
	height: auto;
	border-bottom: 1px solid #f49200;
}
#boxNavContent .nav, #boxNavContentManuell .nav, #boxNavContentManuell2 .nav  {
	margin: 0;
	padding: 6px 160px 6px 16px;
	background-image: url(img/scrolla_bg_nav_content.gif);
}
#boxNavContent .nav .active, #boxNavContentManuell .nav .active, #boxNavContentManuell2 .nav .active {
	font-weight: bold;
	text-decoration: underline;
}
#boxNavContent p, #boxNavContentManuell p, #boxNavContentManuell2 p  {
	padding-top: 10px;
	padding-bottom: 10px;
}
#boxNavContent p .active, #boxNavContentManuell p .active, #boxNavContentManuell2 p .active{
	font-weight: bold;
}
#boxNavContent a, #boxNavContentManuell a, #boxNavContentManuell2 a  {
	color: #000;
	font-weight: normal;
}
/* ***** Detail mit Tabellen und Beschreibung ***** */
.boxDetailDescription {
	margin: 0 25px 20px 25px;
}
.boxDetailDescription .inputProductCounter {

}
.boxDetailDescription table {
	width: 100%;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.boxDetailDescription table td {
	vertical-align: top;
}
.boxDetailDescription table td.space {
	background-color: transparent;
	border: 0px!important;
}
.boxDetailDescription table.tabDetail {
	margin-top: 5px;
}
.boxDetailDescription table.tabDetail td {
	padding: 2px 10px;
	border: 1px solid #f49200;
}
.boxDetailDescription table.tabDetail tr.zeile1 td.label {
	background-color: #f49200;
}
.boxDetailDescription table.tabDetail tr.zeile1 td.descr {
	background-color: transparent;
}
.boxDetailDescription table.tabDetail tr.zeile2 td.label {
	background-color: transparent;
}
.boxDetailDescription table.tabDetail tr.zeile2 td.descr {
	background-color: #ffdd7f;
}
.boxDetailDescription table.tabDetail tr.zeile2 td.none {
	border: 0;
}
.boxDetailDescription .textDetail {
	margin-top: 6px;
	margin-bottom: 3px;
	background-color: #ffdd7f;
	padding: 6px 10px;
	font-size: 11px;
}
.boxDetailDescription table.tabDetailEquipment {
	margin-top: 5px;
}
.boxDetailDescription table.tabDetailEquipment td, .boxDetailDescription table.tabDetailEquipment th {
	padding: 0 10px; 
	border-bottom: 1px solid #000000;
	vertical-align: middle;
	font-size: 11px;
}
.boxDetailDescription table.tabDetailEquipment tr.required, .boxDetailDescription table.tabDetailEquipment tr.optional {
	margin-top: 5px;
	height: 20px;
	color: #ffffff;
	background-color: #e30015;
	font-weight: bold;
}
.boxDetailDescription table.tabDetailEquipment tr.optional {
	background-color: #172982;
}
.boxDetailDescription table.tabDetailEquipment tr.zeile1 {
	background-color: transparent;
}
.boxDetailDescription table.tabDetailEquipment tr.zeile2 {
	background-color: #ffdd7f;
}
.boxDetailDescription table.tabDetailEquipment .equipment {
	width: 50%;
	text-align: left;
}
.boxDetailDescription table.tabDetailEquipment .artnr {
	width: 15%;
	text-align: center;
}
.boxDetailDescription table.tabDetailEquipment .price {
	width: 15%;
	text-align: center;
}
.boxDetailDescription table.tabDetailEquipment .order {
	width: 20%;
	text-align: center;
}
.boxDetailDescription table.tabDetailEquipment .order .zubehoerDetail {
	margin: 0;
	padding: 7px 0px;
	display: block;
}
.boxDetailDescription table.tabDetailEquipment .inputProductCounter {
	
}
/*
.inputText {
	margin: 0;
	padding: 1px 2px;
	border: 1px solid #d09b02;
	color: #000000;
	font-size: 9px;
	background-image: url(img/control_text.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.inputProductCounter {
	padding-top: 2px;
	width: 20px;
}
*/
#boxHeaderContent, #boxHeaderContentTxt {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 86px;
	border: 0px;
	font-size: 12px;
}
#boxHeaderContentTxt {
	padding: 6px 0px;
	background-image: url(img/scrolla_bg_nav_content.gif);
}
/* ************************************************************
	Header mit Logo, Suche, Hauptmenue,
	Sprachauswahl und "coming soon"-Bereich
   ************************************************************ */
#head {
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#headContent {
	width: 917px;
	height: 137px;
	background-image: url(img/bg_head.jpg);
}
#headContent #logoArea {
	z-index: 5;
	position: absolute;
	top: 6px;
	left: 60px;
	width: 180px;
	height: 24px;
}
#headContent #spezialist {
	position: absolute;
	top: 26px;
	left: 21px;
}
#headContent #flashZone {
	z-index: 9;
	position: absolute;
	top: 0;
	left: 240px;
	width: 535px;
	height: 117px;
	background: url(img/bg_flashzone_platzhalter.jpg);
}
#headContent #headLanguage {
	position: absolute;
	top: 6px;
	left: 800px;
	width: 104px;
	height: 20px;
	padding-top: 2px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;	
}
#headContent #headLanguage span {
	color: #000000;
}
#headContent #headLanguage span.languageDe {
	display: block;
	background: url(img/language_de.gif) no-repeat;
	width: 28px;
	height: 16px;
	float: left;
	text-indent:-9999em;
}
#headContent #headLanguage a.languageEn {
	margin-left: 5px;
	display: block;
	background: url(img/language_en.gif) no-repeat;
	width: 28px;
	height: 16px;
	float: left;
	text-indent:-9999em;
}
#headContent #headLanguage a {
	color: #ffffff;
}
#headContent #comingsoonHead {
	position: absolute;
	top: 46px;
	left: 760px;
	width: 157px;
	height: 20px;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}
#headContent #comingsoon {
	position: absolute;
	top: 71px;
	left: 760px;
	width: 157px;
	height: 24px;
/*	background-image: url(img/bg_comingsoon.gif); */
}
#headContent #searchArea {
	position: absolute;
	top: 114px;
	left: 24px;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 24px;
	color: #ffffff;
	font-weight: bold;
}
#input_searchText {
	width: 95px;
}
#headContent #nav1Area {
	position: absolute;
	top: 116px;
	left: 195px;
	padding-top: 3px;
	width: 577px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: default;
	overflow: hidden;
}
#headContent #nav1Area {
	z-index: 9;
	color: #000000;
}
#headContent #nav1Area ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#headContent #nav1Area li {
	position: relative;
	display: inline;
	margin-left: 6px;
}
#headContent #nav1Area li a {
	z-index: 2;
	position: relative;
	margin: 0;
	padding: 0;
/*	color: #565757; */
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}
#headContent #nav1Area li a:hover, #headContent #nav1Area li a.active {
/*	color: #000000; */
/*	color: #28367a; */
/*	color: #be0012; */
	color: #e30015; /* Wunsch von Ch. Schunko (Rot von Neuheiten-Banner)*/
	color: #b00017; /* entschärfte Version */
}
#headContent #nav1Area li .shadow {
	z-index: 1;
	position: absolute;
	top: 2px;
	left: 1px;
	margin: 0;
	padding: 0;
	color: #eeeeee;
	text-transform: uppercase;
	white-space: nowrap;
}


/* ************************************************************
	Header-Schatten, transparent
   ************************************************************ */
#headerShadowContainer {
	z-index: 19;
	position: fixed;
	top: 137px;
	left: 0;
	width: 100%;
}
#headerShadow {
	position: absolute;
	width: 917px;
	height: 3px;
}
/* ************************************************************
	Warenkorb-Vorschau (wkv)
   ************************************************************ */
#wkvContainer {
	z-index: 15;
	position: fixed;
	top: 113px;
	left: 0;
	width: 100%;
}
#wkvContainer #wkvHead {
	position: absolute;
	top: 3px;
	left: 775px;
	width: 120px;
	height: 15px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#wkvContainer #wkvHead a {
	color: white;
	text-decoration: none;
}
#wkvContainer #wkvHead a:hover {
	text-decoration: underline;
}
#wkvContainer #wkv {
	position: absolute;
	top: 24px;
	right: 15px;
	width: 132px;
	height: 123px;
	background-image: url(img/warenkorb-vorschau.gif);
}
#wkvArtikel, #wkvPreis {
	position: absolute;
	overflow: hidden;
	top: 7px;
	left: 10px;
	width: 115px;
	height: 15px;
	font-weight: bold;
	white-space: nowrap;
}
#wkvPreis {
	top: 27px;
	left: 10px;
}
#wkvContainer #wkv #wkvButton {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* ************************************************************
	Container fuer Hintergrund
   ************************************************************ */
#bgContainer {
	position: fixed;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(img/bg.jpg);
}
#bgleft {
	position: absolute;
	top: 0;
	left: -131px;
	width: 131px;
	height: 100%;
	background-image: url(img/bg_left_bg.jpg)
}
#bgleft #bgleftImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 131px;
	height: 550px;
	background-image: url(img/bg_left.jpg);
}
#bgright {
	position: absolute;
	top: 0;
	right: -24px;
	width: 24px;
	height: 170px;
	background-image: url(img/bg_right.jpg);
}
#bgmain {
	position: absolute;
	top: 0;
	left: 0;
	width: 917px;
	height: 100%;
	background-image: url(img/scrolla_bg.gif);
}

/* ---- TYPO3 Suchergebnis ---- */
.tx-indexedsearch-res {
	border-bottom: 1px solid #f49200;
}
.tx-indexedsearch-whatis {
	display: inline;
	font-size: 14px;
	border-bottom: 2px solid #f49200;
}
div.tx-indexedsearch-whatis {
	margin-left: 16px;
}
.tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
}
.tx-indexedsearch-noresults {
	margin-top: 1em;
}
.align-center {
	text-align: center;
}
/*
	fuer alle ausser safari
	
	bitte ganz am ende stehen lassen !!
	da ab der zeile in der ";#" steht
	und in ALLEN nachfolgenden zeilen !
	der safari abwinkt...
*/
body {
	overflow: auto;#
}
