/*-------------------------------------------*/
/*Basisseitenelemente*/
/*-------------------------------------------*/
body {
	padding:0px;
	margin:0px;
	background-color:#ffffff;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	color: #000000;
	width:100%;
	height:100%;
	background-image: url(back.gif)
    /*COLORED SCROLLBARS FOR IEX 6 and 7*/

    /*scrollbar-face-color: #d1d0d0;
    scrollbar-track-color: #d1d0d0;
    scrollbar-3dlight-color: white;
    scrollbar-darkshadow-color: #d1d0d0;
    scrollbar-track-color: white;
    scrollbar-arrow-color: white;
    scrollbar-highlight-color: #d1d0d0;
    scrollbar-shadow-color: #d1d0d0;*/
}
/*-----------------------------------------------------*/
/*Standart Padding, Spacing und Border auf 0px setzen */
/*-----------------------------------------------------*/


.textareaMessage {
	color:#ed2600;
	display:block;
	font-size:10px;
	font-weight:bold;
	text-indent:12px;
}

p {
    padding-top:8px;
    padding-bottom:8px;
    margin:0px;
    border:0px solid blue;
}
form {
    padding:0px;
    margin:0px;
    font-family: Verdana, Helvetica, Arial, Sans-serif;
}

/*Zentiert Hauptcontainer*/
div.main {
    position:absolute;
    left:50%;
	margin:0 -400px;
	width:800px;
	height:700px;;
    vertical-align:top;
/*	border:0px solid red;*/
}
/*-------------------------------------------*/
/*Komponentenzellen der Haupttabelle*/
/*-------------------------------------------*/
div.headCell {
    display:block;
    float:left;
    width:800px;
    height:100px;
    border:0px;
    border-bottom:0px solid white;
}
/*-------------------------------------------*/
/*------ HeadCell Elemente */
/*-------------------------------------------*/
div.logoCell {
    display:block;
    float:left;
    background-image:url("/logo-main.gif");
    background-repeat:no-repeat;
    border:0px;
    width:140px;
    height:100px;
}
a.logoNav {
    display:block;
    width:140px;
    height:100px;
    border:0px;
    text-decoration:none;
    outline:none;
}

div.bannerCellImg {
    display:block;
    float:left;
    background-image:url("/banner-main.gif");
    background-repeat:no-repeat;
    width:660px;
    height:100px;
    border:0px;
}
/*-------------------------------------------*/
/*Vertikale Navigation/Schnellnavigation oben*/
/*-------------------------------------------*/
div.topNavCell {
    display:block;
    clear:left;
    border-bottom:0px solid white;
    width:800px;
    height:22px;
}
/*-------------------------------------------*/
/*------ topNavCell Elemente und Navigation*/
/*-------------------------------------------*/
div.topNav {
    display:block;
    float:left;
    width:800px;
    height:22px;
    font-size:10px;
/*    background-color: red;*/
    vertical-align: top;
}

div.topNavSpacer {
    float: left;
    display:block;
	background-color:white;
	width:1px;
	height:22px;;
	border:0px;
}

div.dummyTopNav {
	background-color:#b7b7b7;
	display:block;
	float:left;
	width:106px;
	height:22px;
	border:0px;
	margin:0px;
	vertical-align:middle;
}

div.topNav a, div.topNav a:visited {
	background-color:#b7b7b7;
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	border:0px;
	width:106px;
	height: 22px;
	/*padding-top:5px;
    padding-bottom:5px;*/
    text-align:center;
	outline:none;
}
div.topNav a:hover {
	background-color:#edecec;
	display:block;
	float:left;
	color:#ed2600;
	text-decoration:none;
	border:0px;
	width:106px;
	height: 22px;
	/*    padding-top:5px;*/
/*    padding-bottom:5px;*/
    text-align:center;
	outline:none;
}

div.topNavBtnText {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
}
/*-------------------------------------------*/
/*------ Sitesuche*/
/*-------------------------------------------*/
div.siteSuche {
	float: left;
	display: block;
	background-color:#b7b7b7;
	color:#FFFFFF;
	width:158px;
	height:22px;
	border:0px;
	margin:0px;
	vertical-align:middle;
}
input.checkBox {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-size:10px;
	display:block;
	width:16px;
	height:16px;
	color:#000000;
	border:0px solid #000000;
	margin-left:70px;
	margin-top:1px;/*    vertical-align:middle;*//*    float:left;*/
}
input.butSearch {
	background-color:#b7b7b7;
	width:27px;
	height:16px;
	background-image:url(./pfeilGr.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	border:0px;
	margin:0px;
	margin-top:0px;
	margin-left:9px;
	padding:0px;
	vertical-align:top;
	cursor:pointer;
}
input.search {
	width:116px;
	height:15px;
	padding:0px;
	margin:0px;
	margin-left:3px;
	font-size:11px;
	color:#b7b7b7;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	border:1px solid #000000;
	vertical-align:bottom;
}
form.searchForm {
	border:0px;
	width:154px;
	height:20px;
	margin:0px;
	margin-right:0px;;
	padding:0px;
	padding-top:3px;
	float:left;
}
/*-------------------------------------------*/
/*Hauptnavigation links */
/*-------------------------------------------*/
div.leftNavCell {
    display:block;
    float:left;
    background-color:#b7b7b7;
/*    background-color: blue;*/
    width:140px;
    height:577px;
    border:0px;
/*    border-bottom:1px solid green;*/
}
/*-------------------------------------------*/
/*------ leftNavCell Elemente und Navigation*/
/*-------------------------------------------*/
div.leftUpperNavCell {
    display:block;
    float:left;
	width:140px;
	height:498px;
	vertical-align:top;
/*	border:1px solid green;*/
}

div.leftUpperNav {
    display:block;
    float:left;
	width:140px;
	height:499px;
	padding:0px;
	margin:0px;
	font-size:10px;
	vertical-align:top;
}

#leftUpperNavList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#leftUpperNavList li {
	border-bottom:1px solid white;
	height:15px;
	vertical-align:top;
}

#leftUpperNavList #level0 a, #leftUpperNavList #level0 a:visited {
	background-color:#b7b7b7;
	display:block;
	color:#000000;
	text-decoration:none;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:14px;
	background-image:url(pfeilRechts.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}

#leftUpperNavList #level0 a:hover {
	background-color:#edecec;
	display:block;
	color:#ed2600;
	text-decoration:none;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:14px;
	background-image:url(pfeilRechts3.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}

#leftUpperNavList #level0Children a, #leftUpperNavList #level0Children a:visited {
	background-color:#b7b7b7;
	display:block;
	color:#000000;
	text-decoration:none;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:14px;
	background-image:url(pfeilUnten.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}

#leftUpperNavList #level0Children a:hover {
	background-color:#edecec;
	display:block;
	color:#ed2600;
	text-decoration:none;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:14px;
	background-image:url(pfeilUnten3.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}
#leftUpperNavList #level0SelectedChildren a, #leftUpperNavList #level0SelectedChildren a:visited {
	background-color:#ed2600;
	display:block;
	color:white;
	text-decoration:none;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:14px;
	background-image:url(pfeilUnten2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}

#leftUpperNavList #level0Selected a, #leftUpperNavList #level0Selected a:visited {
	background-color:#ed2600;
	display:block;
	color:white;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:14px;
	background-image:url(pfeilRechts2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}

#leftUpperNavList #level1 a, #leftUpperNavList #level1 a:visited {
	background-color:#d1d0d0;
	display:block;
	color:#000000;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:24px;
	background-image:url(pfeilRechts.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}

#leftUpperNavList #level1Selected a, #leftUpperNavList #level1Selected a:visited {
	background-color:#ED2600;
	display:block;
	color:white;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:24px;
	background-image:url(pfeilRechts2.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}

#leftUpperNavList #level1 a:hover {
	background-color:#edecec;
	display:block;
	color:#ED2600;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:24px;
	background-image:url(pfeilRechts3.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}
#leftUpperNavList #level1Children a, #leftUpperNavList #level1Children a:visited {
	background-color:#d1d0d0;
	display:block;
	color:#ED2600;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:24px;
	background-image:url(pfeilUnten.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}
#leftUpperNavList #level1Children a:hover {
	background-color:#edecec;
	display:block;
	color:#ed2600;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:24px;
	background-image:url(pfeilUnten.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}
#leftUpperNavList #level1SelectedChildren a, #leftUpperNavList #level1SelectedChildren a:visited {
	background-color:#ed2600;
	display:block;
	color:white;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:24px;
	background-image:url(pfeilUnten2.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}

#leftUpperNavList #level2 a, #leftUpperNavList #level2 a:visited {
	background-color:#edecec;
	display:block;
	color:#000000;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:34px;
	background-image:url(pfeilRechts.gif);
	background-repeat:no-repeat;
	background-position:20px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}

#leftUpperNavList #level2Selected a, #leftUpperNavList #level2Selected a:visited {
	background-color:#ed2600;
	display:block;
	color:white;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:34px;
	background-image:url(pfeilRechts.gif);
	background-repeat:no-repeat;
	background-position:20px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}

#leftUpperNavList #level2 a:hover {
	background-color:#b7b7b7;
	display:block;
	color:white;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:34px;
	background-image:url(pfeilRechts2.gif);
	background-repeat:no-repeat;
	background-position:20px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}
#leftUpperNavList #level2Children a, #leftUpperNavList #level2Children a:visited {
	background-color:#edecec;
	display:block;
	color:#000000;
	text-decoration:none;
	border:0px;
	/*    width:100%;*/
    padding-top:1px;
	padding-bottom:2px;
	padding-left:34px;
	background-image:url(pfeilUnten.gif);
	background-repeat:no-repeat;
	background-position:20px 0px;
	text-align:left;
	vertical-align:top;
	outline:none;
}
#leftUpperNavList #level2Children a:hover {
	background-color:#ed2600;
    display:block;
    color:white;
    text-decoration:none;
    border:0px;
/*    width:100%;*/
    padding-top:1px;
    padding-bottom:2px;
    padding-left:34px;
    background-image:url(pfeilUnten.gif);
    background-repeat:no-repeat;
    background-position:20px 0px;
    text-align:left;
    vertical-align:top;
    outline:none;
}

div.leftLowerNavCell {
/*	width:140px;*/
    display:block;
    float:left;
	height:78px;
	font-size:10px;
	background-color:#b7b7b7;
	vertical-align:top;
	padding:0px;
	margin:0px;
/*	border:1px solid red;*/
}
#leftLowerNav {
	border:0px;
	vertical-align:top;
}
#leftLowerNavList {
	width:140px;
	height:78px;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
div.lowerCartNav {
    background-color:#b7b7b7;
    /*display:block;*/
/*    height:22px;*/
}
#nolowerCartNav {
    background-color:#b7b7b7;
    height:77px;
    padding: 0px;
    margin:0px;
}
#leftLowerNavList li {
	vertical-align:top;
	margin:0px;
	padding:0px;
	border:0px;
	border-top:0px solid white;
}
#leftLowerNav a, leftLowerNav a:visited {
	background-color:#b7b7b7;
	display:block;
	color:#000000;
	text-decoration:none;
	border:0px;
	border-top:1px solid white;
	border-bottom:1px solid white;
	width:100%;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	outline:none;
}
#leftLowerNavCharged a, leftLowerNavCharged a:visited {
    background-color:#ed2600;
    display:block;
    color:white;
    text-decoration:none;
    border:0px;
    border-top:1px solid white;
    border-bottom:1px solid white;
    width:100%;
    padding:0px;
    margin:0px;
    padding-top:5px;
    padding-bottom:5px;
	text-align:center;
	vertical-align:top;
	font-weight:bold;
	outline:none;
}
#leftLowerNavCharged a:hover {
    background-color:#ed2600;
    display:block;
    color:white;
    text-decoration:none;
    border:0px;
    border-top:1px solid white;
    border-bottom:1px solid white;
    width:100%;
    padding:0px;
    margin:0px;
    padding-top:5px;
    padding-bottom:5px;
	text-align:center;
	vertical-align:top;
	outline:none;
}
#leftLowerNav a:hover {
    background-color:#ed2600;
    display:block;
    color:white;
    text-decoration:none;
    border:0px;
    border-top:1px solid white;
    border-bottom:1px solid white;
    width:100%;
    padding:0px;
    margin:0px;
    padding-top:5px;
    padding-bottom:5px;
	text-align:center;
	vertical-align:top;
	outline:none;
}
#leftLowerNav .flatCart {
	color:#000000;
	display:block;
	background-color:#d1d0d0;
	width:100%;
	border:0px;
	border-bottom:1px solid white;
	margin:0px;
	padding:0px;
	padding-top:1px;
	text-indent:12px;
    padding-bottom:2px;
	vertical-align:top;
	text-align:left;
}
#leftLowerNavCharged .flatCart {
	color:#000000;
/*    background-color:#ed2600;*/
	display:block;
	background-color:#d1d0d0;
	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	padding-top:0px;
	text-indent:6px;
    padding-bottom:2px;
	vertical-align:top;
	text-align:left;
}

#leftLowerNavCharged .flatCart {
	color:#000000;
	display:block;
	background-color:#d1d0d0;
	width:100%;
	border:0px;
	border-bottom:1px solid white;
	margin:0px;
	padding:0px;
	padding-top:1px;
	text-indent:12px;
    padding-bottom:2px;
	vertical-align:top;
	text-align:left;
}
/*------------------------------------------------------*/
/*popupstuff...*/
/*------------------------------------------------------*/
td.popupHeadCell {
    color: #000000;
    font-size:10px;
    font-weight:bold;
    vertical-align:top;
    text-align:left;
    padding:5px;
    border-right:1px solid white;
}

td.popupCell {
    color: #000000;
    font-size:10px;
    vertical-align:top;
    text-align:left;
    width:190px;
    padding:5px;
    border-top:1px solid white;
    border-right:1px solid white;
}

/*------------------------------------------------------*/
/*rightCell Elemente - Content, Breadcrumb, Fussnavi...*/
/*------------------------------------------------------*/
div.rightCell {
    display:block;
    float:left;
    background-color:#b7b7b7;
/*    background-color: purple;*/
    width:660px;
/*    height:562px;*/
    border-left:0px solid white;
}

.content-full-site-container {
    float: left;
    width: 659px;
    height: 545px;
}

.content-full-site {
    float: left;
    width: 659px;
    height: 524px;
}

div.contentLeft {
    display:block;
    float:left;
	background-color:#b7b7b7;
/*	background-color:purple;*/
	border-right:0px solid white;
	width:329px;
/*	height:545px;*/
	vertical-align:top;
}
div.contentSpacer {
    display:block;
    float:left;
	background-color: white;
	width:1px;
	height:545px;
}

div.contentSpacerRightCell {
    display:block;
    float:left;
	background-color: white;
	width:1px;
	height:577px;
}

div.bannerSpacer {
    display:block;
    background-color: white;
	/*    border:0px solid green;*/
	float:left;
	width: 800px;
	height:1px;
}

div.crumbsSpacer {
    display:block;
    float:left;
	background-color: white;
	width:1px;
	height: 100%;
	/*height:23px;*/
}

div.verticalSpacer {
    float:left;
    display:block;
    background-color: white;
/*    background-color: red;*/
    width: 659px;
	height:1px;
}
div.myLeschiSpacer {
    display:block;
    height:78px;
/*    background-color:blue;*/
}

div.horizontalContentSpacer {
    clear:left;
    display:block;
    background-color: white;
	height:1px;
}

div.contentRight {
    display:block;
    float:left;
/*	background-color:#b7b7b7;*/
/*	background-color:red;*/
	width:329px;
/*	height:545px;*/
	vertical-align:top;
	background-color:white;
/*	background-color: blue;*/
/*    border:1px solid green;*/
}
/*------------------------------------------------------*/
/*detailProduct Styles								 ...*/
/*------------------------------------------------------*/
div.detailProductTop {
    display:block;
    float:left;
	background-color:white;/*#b7b7b7;*/
	width:329px;
/*	height:286px;*/
	border:0px solid #ed2600;
	vertical-align:top;
}
div.detailProductArtNr {
	width:329px;
	height:16px;
	text-align:left;
	background-color:#d1d0d0;
	border:0px;
/*	border-bottom:1px solid white;*/
	font-size:10px;
	vertical-align:top;
}
div.detailProductImg {
    display:block;
    float:left;
	width:329px;
	/*height:245px;*/
	border:0px solid #ed2600;
	/*border-bottom:1px solid #ed2600;*/

}
div.detailNavBar {
    display:block;
    clear:left;
    border-top:0px solid white;
    border-bottom:0px solid white;
    background-color:white;
    width:329px;
    height:22px;
}
div.detailNavBarText {
    display:block;
    padding-top:4px;
}
div.detailProductImgPrev {
    display:block;
    float:left;
	background-color:#b7b7b7;
	width:30px;
	height:22px;
	border:0px;
/*	border-right:1px solid white;*/
}
div.detailProductImgPrev a, div.detailProductImgPrev a:visited ,div.detailProductImgPrev a:active {
	display:block;
	background-image:url(buttonPrev.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	width:30px;
	height:22px;
	outline:none;
}
div.detailProductImgPrev a:hover {
	display:block;
	background-image:url(buttonPrevOver.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	width:30px;
	height:22px;
	outline:none;
}
div.detailProductImgNext {
    display:block;
    float:left;
	background-color:#b7b7b7;
	width:30px;
	height:22px;

}
div.detailProductImgNext a, div.detailProductImgNext a:visited ,div.detailProductImgNext a:active {
	background-image:url(buttonNext.gif);
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
	width:30px;
	height:22px;
	outline:none;
}
div.detailProductImgNext a:hover {
	background-image:url(buttonNextOver.gif);
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
	width:30px;
	height:22px;
	outline:none;
}

div.detailProductSpacer {
    width:1px;
    height:22px;
    display:block;
    float:left;
    font-size:10px;
    /*height:auto;*/
    vertical-align:top;
    border:0px solid #ed2600;
}
div.detailProductImgCount {
    display:block;
    float:left;
	background-color:#b7b7b7;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:51px;
	height:22px;
	border:0px;
/*	border-right:1px solid white;*/
}
div.detailProductSubtitle {
    display:block;
    float:left;
	background-color:#b7b7b7;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	width:215px;
	height:22px;
	border:0px;
/*	border-right:1px solid white;*/

}
div.detailProductBottom {
    background-color:#b7b7b7;
	width:329px;
	height:236px;
	border-top:0px solid white;
	vertical-align:bottom;
}
div.detailProductText {
    display:block;
    float:left;
    background-color:#b7b7b7;
    width:329px;
    height:111px;
    border:0px;
    vertical-align:top;
    font-size:11px;
    color:#000000;
}
div.detailProductData {
    display:block;
    float:left;
    background-color:#d1d0d0;
    width:329px;
    height:16px;
    font-size:10px;
    color:#000000;
}
div.detailProductDataAvailable {
    display:block;
    background-color:#009900;
    height:16px;
    font-size:10px;
    color:#000000;
}

div.detailProductDataNotAvailable {
    display:block;
    background-color:red;
    height:16px;
    font-size:10px;
    color:#000000;
}

div.detailProductDataTempNotAvailable {
    display:block;
    background-color:#ed2600;
    height:16px;
    font-size:10px;
    color:#000000;
}

div.detailProductValue {
    display:block;
    background-color:#d1d0d0;
    height:16px;
    font-size:10px;
    color:#000000;
}
div.blankRowShop {
    display:block;
    background-color:red;
    height:16px;
    font-size:10px;
    color:#000000;
}
select.selStyleBorder {
    color:#000000;
    border:0px solid black;
    background-color:white;
    vertical-align:top;
    font-size:12px;
    padding:0px;
    border-style:none;
    border-spacing:0px;
}


#selStyle {
    color:#000000;
    background-color:white;
    vertical-align:top;
    font-size:12px;
    padding:0px;
    margin:-2px;
    border: 0px solid white;
    border-style:none;
    border-spacing:0px;
/*    height: 18px;*/
}

* html #selStyle {
/*   display:block;*/
/*    overflow:hidden;*/
/*    border:none;*/
    color:#000000;
    color: red;
    background-color: gray;
    vertical-align:top;
    font-size:11px;
    padding:8px;
/*    margin:-3px;*/
    margin-left: 0px;
    margin-right: -2px;
    margin-top: -3px;
    margin-bottom: -3px;
    height: 12px;
    border: 0px solid white;
/*    color: white;*/
}

#selStyle option{
/*    overflow:hidden;*/
/*    line-height: 0px;*/
    border:0px solid white;
    color:#000000;
    background-color:white;
    vertical-align:top;
    font-size:12px;
    padding:0px;
}

* html #selStyle option {
    /*    overflow:hidden;*/
/*    line-height: 0px;*/
    border:0px solid white;
    color:#000000;
    background-color:white;
    vertical-align:top;
    font-size:12px;
    margin: -2px;
    padding:0px;
}

/*-----------------------------------------------------------------------------*/
/*ContentHeaderStyles*/
/*-----------------------------------------------------------------------------*/
div.contentHeader {
    display:block;
	background-color:#ed2600;
/*	width:329px;*/
	height:20px;
/*	border-bottom:1px solid white;*/
/*	vertical-align:bottom;*/
}

div.contentHeaderText {
    display:block;
    float:left;
    position:relative;
    top:2px;
    left:11px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:white;
}

/*-----------------------------------------------------------------------------*/
/*ContentLeftContext*/
/*-----------------------------------------------------------------------------*/
div.contentLeftContext {
    display:block;
/*    float:left;*/
	background-color:#b7b7b7;
/*	background-color:#FF00FF;*/
	width:329px;
/*	width:310px;*/
/*	height:524px;*/
	border-bottom:0px;
/*	border-bottom:1px dashed #00FFFF;*/
	vertical-align:top;
}
div.contentRightContext {
    display:block;
    float:left;
	background-color:#b7b7b7;
/*	background-color:#FF00FF;*/
	width:329px;
	height:524px;
	border-bottom:0px;
/*	border-bottom:1px dashed #00FFFF;*/
	vertical-align:top;
}
div.available {
    background-color:#009900;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	height:15px;
	color:#000000;
	vertical-align:top;
/*	border-bottom:1px solid white;*/
	clear:left;
}
div.availableBox {
    display:block;
/*    float:left;*/
    border: 2px solid #009900;
}
div.notAvailable {
    background-color:#FF9900;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	height:15px;
	color:#000000;
	vertical-align:top;
/*	border-bottom:1px solid white;*/
	clear:left;
}
div.notAvailableBox {
    display:block;
/*    float:left;*/
    vertical-align:top;
    border: 2px solid #FF9900;
}
div.contentLeftScroll {
    display:block;
    clear:left;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#edecec;
	width:329px;
	height:524px;
	vertical-align:top;
	text-align:left;
}
div.contentScrollBottomButton {
    display:block;
/*    float:left;*/
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#b7b7b7;
	width:329px;
	height:501px;
/*	border-bottom:1px solid white;*/
	vertical-align:top;
	text-align:left;
}
div.contentRightAgbScroll {
	max-width:329px;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#b7b7b7;
	width:329px;
	height:501px;
/*	border-bottom:1px solid white;*/
	vertical-align:top;
	text-align:left;
}
div.contentRightContext {
	background-color:#b7b7b7;
	width:329px;
	height:523px;
	border-bottom:0px;
	vertical-align:top;
}
div.contentRightScroll {
    max-width:329px;
	overflow:auto;
	background-color:white;
	width:329px;
	height:523px;
/*	border-bottom:1px solid white;*/
	vertical-align:top;
	text-align:left;
}
img.productListImage{
	height:129px;
    width:129px;
	border:0px;
    margin:0px;
    padding:0px;
    display:block;
    float:left;
    vertical-align:top;
}
#productList {
	width:100%;
	height:523px;
    margin:0px;
    padding:0px;
}
#productList li {
	vertical-align:top;
	float:left;
	text-align:left;
    display:block;
    list-style-type:none;
    width:100%;
    height:129px;
    margin:0px;
    padding:0px;
    border-bottom:1px solid white;
    border-right:0px solid white;
    white-space:nowrap;
}
a.popupLink:link, a.popupLink:visited, a.popupLink:focus, a.popupLink:active {
    display:block;
    text-decoration:none;
    font-family: Verdana, Helvetica, Arial, Sans-serif;
/*	font-size:12px;*/
	background-color:#ed2600;
	color:white;
	width:10px;
	height:14px;
	text-align:center;
	font-weight:bold;
	border:0px;
    margin:0px;
    padding:0px;
    outline:none;
    background-image:url("info.gif");
    background-repeat:no-repeat;
     background-position: 50% 50%;
    /*border:1px solid #b7b7b7;*/
/*    border:1px solid #ed2600;*/
}
a.popupLink:hover {
	display:block;
	text-decoration:none;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	/*	font-size:12px;*/
	background-color:#b7b7b7;
	color:#FFFFFF;
	width:10px;
	height:14px;
	text-align:center;
	font-weight:bold;
	border:0px;
	margin:0px;
	padding:0px;
	outline:none;
	background-image:url("infoOver.gif");
	background-repeat:no-repeat;
	background-position: 50% 50%;/*    border:1px solid #b7b7b7;*/
}

div.popupLinkProd {
    float:left;
    display:block;
    width:auto;
/*    padding-left:12px;*/
    height:12px;
}
div.popupHeader {
    background-color:#ed2600;
	width:329px;
	height:23px;
	border-bottom:1px solid white;
	text-indent:11px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:white;
}
span.popupHeadSpan {
    display:block;
/*    border:0px solid green;*/
    padding-top:2px;
}
div.popupHeaderTable {
    background-color:#ed2600;
	width:700px;
	height:23px;
	border-bottom:1px solid white;
	text-indent:11px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	color:white;
}
div.popupBg {
    display:block;
    width:100%;
    height:100%;
    text-align:center;
}
div.popupScreen {
    display:block;
    width:329px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    background-color:#b7b7b7;
}
div.popupScreenTable {
    display:block;
    width:700px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    background-color:#b7b7b7;
}
div.popupScrollContent {
    display:block;
    width:329px;
    height:478px;
    border-bottom:1px solid white;
    overflow:auto;
}
div.popupScrollContentTable {
    display:block;
    width:700px;
    height:250px;
    border-bottom:1px solid white;
    overflow:auto;
    text-align:center;
}
div.popupRowAutoHeight {
    display:block;
  /*  width:329px;*/
    width:auto;
    height:auto;
    padding:0px;
    background-color: #b7b7b7;
    border-bottom:1px solid white;
    vertical-align:middle;
}
div.popupRowAutoHeightTable {
    display:block;
  /*  width:329px;*/
    width:700px;
    height:auto;
    padding:0px;
    background-color: #b7b7b7;
    border-bottom:1px solid white;
    vertical-align:middle;
}
div.popupLinkButton {
    display:block;
/*    background-color:red;*/
    width:auto;
}
table.popupTable {
    border:0px;
    border-spacing:0px;
    padding:0px;
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height:100%;

}
div.popupHeadCell {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:10px;
    font-weight:bold;
    background-color:#b7b7b7;
    border:1px solid white;
    border-spacing:0px;
    border-collapse:collapse;
    padding:6px 12px 6px 12px;
    vertical-align:top;
}

div.popupCell {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:10px;
    border:1px solid white;
    border-spacing:0px;
    border-collapse:collapse;
    padding:6px 12px 6px 12px;
    vertical-align:top;
}
a.productItemNav, a.productItemNav:visited {
	display:block;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	text-decoration:none;
	width:100%;
	height:22px;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#b7b7b7;
	background-image:url(pfeilGr.gif);
	background-repeat:no-repeat;
	background-position:99.9%;
	color:#FFFFFF;
	text-indent:-36px;
	font-size:14px;
	font-weight:bold;
	vertical-align:bottom;
	text-align:right;
	outline:none;
}
a.productItemNav:hover {
	display:block;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	text-decoration:none;
	width:100%;
	height:22px;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#ed2600;
	background-image:url(pfeilGr2.gif);
	background-repeat:no-repeat;
	background-position:99.9%;
	color:white;
	text-indent:-36px;
	font-size:14px;
    font-weight:bold;
    vertical-align:bottom;
    text-align:right;
    outline:none;
}
span.productItemNav {
    display:block;
    padding-top:2px;
    padding-right:36px;
    font-weight:bold;
    border:0px solid blue;
    height:20px;
    width:auto;
    vertical-align:bottom;
    cursor:pointer;
}

a.productItemNavSel {
	display:block;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	text-decoration:none;
	width:100%;
	height:22px;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#ed2600;
	background-image:url(pfeilGr2.gif);
	background-repeat:no-repeat;
	background-position:99.9%;
	color:white;
	text-indent:-36px;
	font-size:14px;
    font-weight:bold;
    vertical-align:bottom;
    text-align:right;
    outline:none;
}

div.productItemContent {
	float:left;
	display:block;
	border:0px;
}
div.productItemHeader {
	background-color:#d1d0d0;
/*	width:100%;*/
	height:43px;
	border:0px;
	border-bottom:1px solid white;
	vertical-align:top;
}
div.productCartItemHeader {
	background-color:#d1d0d0;
	width:100%;
	height:44px;
	border:0px;
	border-bottom:1px solid white;
	vertical-align:top;
}
div.productItemCartDaten{
	background-color:#b7b7b7;
	height:21px;
	width:auto;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid white;
	vertical-align:middle;
/*	background-color:blue; */
}
/*ul.contentList {
    background-color:white;
    margin:0px;
    padding:0px;
    list-style-type:none;
    vertical-align:top;
    text-align:left;
}*/
/*ul.contentList li {
	display:block;
    list-style-type:none;
	vertical-align:top;
    height:130px;
    margin:0px;
    padding:0px;
    border-top:0px solid white;
}*/


ul.contentListHint {
    background-color:white;
    margin:0px;
    padding:0px;
    list-style-type:none;
    vertical-align:top;
    text-align:left;
}
ul.contentListHint li {
	display:block;
    list-style-type:none;
	vertical-align:top;
    height:146px;
    margin:0px;
    padding:0px;
    border-top:0px solid white;
}
ul.bulletList {
    font-size:10px;
    list-style-type:disc;
}
li.bulletItem {
/*    display:block;*/
    line-height:12px;
/*    border:0px solid red;*/
    padding-top:3px;
    padding-bottom:3px;

}
div.teaserItemContainer {
    display: block;
/*    width: 329px;*/
    height: 129px;
    background-color:white;
    border:0px solid green;
}
div.teaserItemContainerAvailabillty {
    display: block;
/*    width: 329px;*/
/*    height: 129px;*/
    height:145px;
    background-color:white;
    border:0px solid green;
}
div.testAvailable {
    display:block;
    border:1px solid green;
}

div.teaserImgContent {
    display:block;
    float:left;
    width:129px;
    height:129px;
    border:0px solid green;
    border-right: 1px solid white;
    margin: 0px;
    padding: 0px;
}
#teaserTextContent {
    /*position: relative;
    top: -129px;
    left:129px;*/
    display:block;
/*    float:left;*/
    height:129px;
/*    width:100%;*/
/*    border:1px solid red;*/
/*    border-left: 1px solid white;*/
    margin: 0px;
    padding:0px;

}

* html #teaserTextContent {
    /*position: relative;
    top: -129px;
    left:129px;*/
    display:block;
    float:left;
    height:129px;
/*    width:100%;*/
/*    border:1px solid red;*/
/*    border-left: 1px solid white;*/
    margin: 0px;
    padding:0px;
}


div.colSpacer {
    width:12px;
    height:10px;
    display:block;
    float:left;
    font-size:10px;
    /*height:auto;*/
    vertical-align:top;
    border:0px solid #ed2600;
}
img.contentElementImg {
/*    float:left;*/
    display: inline;
    width:129px;
    height:129px;
/*    display:block; */
    border:0px;
    padding: 0px;
    margin:0px;
}
div.staticContentMaxWidth {
    display:block;
    height:130px;
/*    border:0px solid red;*/
    width:135px;
    border-bottom:1px dotted blue;
}

div.productItemHeader {
    display:block;
    height:42px;
	margin:0px;
	padding:0px;
	font-size:12px;
	background-color:#b7b7b7;
	border-bottom:0px solid white;
}
div.productItemHeaderText {
	display:block;
	height:27px;
	margin:0px;
	padding:0px;
	padding-top:1px;
	font-size:12px;
	font-weight:bold;
	color:black;
	background-color:#b7b7b7;/*	border:0px solid green;	*/
}

div.productItemNr {
	display:block;
	height:13px;
	margin:0px;
	padding:0px;
	padding-top:1px;
	font-size:10px;
	font-weight:normal;
	color:#000000;
}

div.productSpacer {
    display:block;
    float:left;
    width:12px;
    height: 100%;
}

div.productItemDaten {
/*    float:left;*/
    display:block;
    background-color:#d1d0d0;
	height:15px;
	border-bottom:0px solid white;
	vertical-align:top;
}
div.productItemDatenSpacer {
    display:block;
    background-color: white;
/*    background-color: red;*/
/*    width: 659px;*/
	height:1px;
}
div.splitButtonSpacer {
    display:block;
    float:left;
    background-color: white;
    width:1px;
	height:22px;
}

div.productItemDatenLabel {
    float:left;
	font-size:10px;
	font-weight:bold;
	color:#000000;
	width:70px;
	padding-top:1px;
}
div.productItemDatenText {
    float:left;
	font-size:10px;
	font-weight:normal;
	color:#000000;
	padding-top:1px;
}
div.ProductLabel {
    margin-left:12px;
    width:70px;
}
div.ProductValue {
    margin-left:12px;
}
.ProductDetailLabel {
    float:left;
    text-align:left;
    padding-left:12px;
    padding-top:1px;
    width:120px;
    vertical-align:middle;
    height:15px;
    font-weight:bold;
}
div.ProductDetailValue {
    float:left;
    padding-left:12px;
    padding-top:1px;
    width:auto;
    height:15px;
    vertical-align:middle;
}
div.contentItemFooterBlank {
    display:block;
	background-color:#d1d0d0;
	height:22px;
	border-bottom:0px solid white;
}
div.contentItemFooter {
    display:block;
	background-color:#ed2600;
	height:22px;
/*	border-bottom:0px solid white;*/
}
div.productItemDatenWert {
	background-color:#b7b7b7;
	width:100%;
/*	height:16px;*/
	font-size:10px;
	color:#000000;
	border-bottom:1px solid white;
	vertical-align:middle;
	text-align:left;
}
div.productItemFooter {
	background-color:#ed2600;
	height:22px;
	border:0px solid #ed2600;
	width:100%;
}
div.productItemFooter p {
	font-size:13px;
	font-weight:bold;
	color:white;
	border:0px solid #ed2600;
	margin:0px;
	padding:0px;
	padding-left:12px;
	padding-top:3px;
}
/*-------------------------------------------*/
/*------- NewCustomerForm -------------------*/
/*-------------------------------------------*/
tr.newCustomerFormHead div {
    padding-left:12px;
    font-size:10px;
    font-weight:bold;
    color:#000000;
    background-color:#d1d0d0;
    width:329px;
    height:16px;
    border-bottom:1px solid white;
}
div.formHead {
/*    display:block;*/
    font-weight:bold;
    background-color:#d1d0d0;
    color:#000000;
    font-size:10px;
    height:14px;
    width:100%;
    margin:0px;
    padding:0px;
    float:left;
/*    white-space:nowrap;*/
 /*    border-bottom:1px solid white;*/
    vertical-align:top;
}
div.formHeadTable {
    display:block;
    font-weight:bold;
    background-color:#d1d0d0;
    color:#000000;
    width:auto;
    height:13px;

    border-bottom:1px solid white;
    border-collapse:collapse;
/*	vertical-align:top;*/
}
div.formText {
    display:block;
    background-color:#b7b7b7;
    width:329px;
    vertical-align:top;
}
div.divText {
/*    display:block;*/
/*    float:left;*/
    padding:0px;
/*    width:250px;*/
    padding-left:12px;
/*    margin-left:12px;*/
/*    text-indent:12px;*/
    padding-right:6px;
/*    margin:0px;*/
    font-size:10px;
    text-align:left;
    border:0px solid #ed2600;
}
div.divTextPopup {
    display:block;
    float:left;
/*    position:relative;*/
    padding:0px;
/*    padding-top: 3px;*/
    padding-left:12px;
    padding-right:6px;
    margin:0px;
    /*margin-top:3px;*/
    height: 14px;
    font-size:10px;
    text-align:left;
    vertical-align:top;
/*    border:0px solid #ed2600;*/
/*    width:200px;*/
}

div.popupLink {
    display:block;
/*    position:relative;*/
/*    left:12px;*/
    float:left;
/*    display:block;*/
    width:30px;
    height:14px;
    padding-left:12px;
/*    height:16px;*/
    border:0px solid green;
}

div.text {
    display:block;
    float:left;
    font-size:10px;
    border:0px solid #ed2600;
    padding:0px;
    margin:0px;
}
div.divTextRabatt {
    display:block;
/*    padding:12px;*/
    font-size:10px;
    padding-left:12px;
    margin-top:12px;
    margin-bottom:12px;

    /*width:auto;
    height:auto;*/
    vertical-align:top;
    border:0px solid #ed2600;
}
div.divTextTable {
    display:block;
    font-size:10px;
    width:700px;
    height:auto;
    vertical-align:top;
    border:0px solid #ed2600;
}
/*div.whiteLineBg {
    height:22px;
    background-color:white;
}*/
div.whiteLineBg {
    display:block;
    height:22px;
    background-color:white;
}
div.whiteLineBgContact {
    clear:left;
    display:block;
    width:329px;
    height:23px;
    background-color:white;
}
div.formLink {
    display:block;
    color:white;
    background-color:#ed2600;
    width:329px;
    height:22px;
    vertical-align:top;
}
div.formLink a {
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#b7b7b7;
	background-image:url(pfeilGr.gif);
	background-repeat:no-repeat;
	background-position:296px 0px;
	width:329px;
	height:auto;
	vertical-align:top;
	text-align:left;
	text-indent:207px;
	padding-top:2px;
	padding-bottom:3px;
	outline:none;
}
div.formLink a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#ed2600;
    background-image:url(pfeilGr2.gif);
    background-repeat:no-repeat;
    background-position:296px 0px;
    width:327px;
    height:auto;
    vertical-align:top;
    text-align:left;
    text-indent:207px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.navTextSpan {
    display:block;
    padding-top:2px;
    padding-right:40px;
    width:auto;
    text-align:right;
}

div.linkFlowRight {
    display:block;
    background-color:#ed2600;
    width:100%;
    height:22px;
    vertical-align:top;
}

div.linkFlowRight a ,div.linkFlowRight a:visited ,div.linkFlowRight a:active{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#b7b7b7;
	background-image:url(pfeilGr.gif);
	background-repeat:no-repeat;
	background-position:99.8%;
	width:100%;
	/*    height:auto;*/
    height:22px;
	vertical-align:top;
	/*    padding-top:2px;*/
/*    padding-bottom:3px;*/
/*    border:0px solid green;*/
    text-align:right;
	outline:none;
}
div.linkFlowRight a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#ed2600;
    background-image:url(pfeilGr2.gif);
    background-repeat:no-repeat;
    background-position:99.8%;
    width:100%;
    height:22px;
/*    height:auto;*/
    vertical-align:top;
/*    padding-top:2px; */
/*    padding-bottom:3px;*/
    text-align:right;
    outline:none;
}
div.linkFlowRightSel a ,div.linkFlowRightSel a:visited ,div.linkFlowRightSel a:active{
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#ed2600;
    background-image:url(pfeilGr2.gif);
    background-repeat:no-repeat;
    background-position:99.8%;
    width:100%;
    height:22px;
    vertical-align:top;
/*    padding-top:2px;*/
/*    padding-bottom:3px;*/
/*    border:0px solid green;*/
    text-align:right;
    outline:none;
}
div.linkFlowRightSel a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#ed2600;
    background-image:url(pfeilGr2.gif);
    background-repeat:no-repeat;
    background-position:99.8%;
    width:100%;
    height:22px;
    vertical-align:top;
/*    padding-top:2px; */
/*    padding-bottom:3px;*/
    text-align:right;
    outline:none;
}
div.linkFlowLeft {
    display:block;
    background-color:#ed2600;
    width:100%;
    height:22px;
    vertical-align:top;
}
div.linkFlowLeft a ,div.linkFlowLeft a:visited ,div.linkFlowLeft a:active{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#b7b7b7;
	background-image:url(pfeilGrLinks.gif);
	background-repeat:no-repeat;
	background-position:0.1%;
	width:100%;
	height:22px;
	;
	vertical-align:top;
	/*    padding-top:2px;*/
/*    padding-bottom:3px;*/
/*    border:0px solid green;*/
    text-align:left;
	outline:none;
}
div.linkFlowLeft a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#ed2600;
    background-image:url(pfeilGr2Links.gif);
    background-repeat:no-repeat;
    background-position:0.1%;
    width:100%;
    height:22px;
    vertical-align:top;
    padding:0px;
/*    padding-top:2px; */
/*    padding-bottom:3px;*/
/*    border:0px solid green;*/
    text-align:left;
    outline:none;
}
div.navTextSpanLeft {
    display:block;
    padding-top:2px;
    padding-left:40px;
}
div.navTextSpanRight {
    display:block;
/*    padding-top:2px;*/
/*    background-color:black;*/
    padding-top:2px;
    padding-right:40px;
}
div.linkFlowLeftSplit {
    display:block;
    float:left;
    background-color:#ed2600;
    width:164px;;
    height:22px;
    vertical-align:top;
/*    border:0px solid red;*/
}
div.linkFlowRightSplit {
    display:block;
    float:left;
    background-color:#ed2600;
    height:22px;
    width:164px;;
    vertical-align:top;
/*    border:0px solid green;*/
}
div.boxedButton {
    display:block;
/*    width:329px;*/
/*    overflow:hidden;*/
    clear:left;
/*    border-bottom:1px solid white;*/
   }
div.linkFlowRightSplit a ,div.linkFlowRightSplit a:visited ,div.linkFlowRightSplit a:active{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#b7b7b7;
	background-image:url(pfeilGr.gif);
	background-repeat:no-repeat;
	background-position:99.8%;
	width:100%;
	height:22px;
	vertical-align:top;
	/*    padding-top:2px;*/
/*    padding-bottom:3px;*/
/*    border:0px solid green;*/
/*    border-left:1px solid white;*/
    text-align:right;
	outline:none;
}
div.linkFlowRightSplit a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#ed2600;
    background-image:url(pfeilGr2.gif);
    background-repeat:no-repeat;
    background-position:99.8%;
    width:100%;
    height:22px;
    vertical-align:top;
   /* padding-top:2px;
    padding-bottom:3px;*/
/*    border-left:1px solid white;*/
    text-align:right;
    outline:none;
}

div.linkFlowLeftSplit a ,div.linkFlowLeftSplit a:visited ,div.linkFlowLeftSplit a:active{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#b7b7b7;
	background-image:url(pfeilGrLinks.gif);
	background-repeat:no-repeat;
	background-position:0.1%;
	width:164px;
	height:22px;
	vertical-align:top;
	/* padding-top:2px;
    padding-bottom:3px;*/
/*    border:0px solid green;*/
/*    border-right:1px solid white;*/
    text-align:left;
	outline:none;
}
div.linkFlowLeftSplit a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#ed2600;
    background-image:url(pfeilGr2Links.gif);
    background-repeat:no-repeat;
    background-position:0.1%;
    width:164px;
    height:22px;
    vertical-align:top;
    padding:0px;
   /* padding-top:2px;
    padding-bottom:3px;*/
/*    border:0px solid green;*/
/*    border-right:1px solid white;*/
    text-align:left;
    outline:none;
}
div.linkSenden {
    display:block;
    color:white;
    background-color:#b7b7b7;
    width:329px;
    height:22px;
    vertical-align:top;
    border:0px solid #ed2600;
}
div.linkSenden a {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:296px 0px;
    width:329px;
    height:auto;
    vertical-align:top;
    text-align:left;
    text-indent:225px;
    padding:0px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkSenden a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:327px;
    height:auto;
    vertical-align:top;
    text-align:left;
    text-indent:225px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkKontakt {
    display:block;
    color:white;
    background-color:#b7b7b7;
    width:329px;
    height:22px;
    vertical-align:top;
    border:0px solid #b7b7b7;
}
div.linkKontakt a {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:329px;
    vertical-align:top;
    text-align:left;
    text-indent:125px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkKontakt a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:327px;
    vertical-align:top;
    text-align:left;
    text-indent:125px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkPasswort {
    display:block;
    color:white;
    background-color:#b7b7b7;
    width:329px;
    height:22px;
    vertical-align:top;
}
div.linkPasswort a {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:329px;
    vertical-align:top;
    text-align:left;
    text-indent:107px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkPasswort a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:327px;
    vertical-align:top;
    text-align:left;
    text-indent:107px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkLiefer {
    display:block;
    color:white;
    background-color:#ed2600;
    width:329px;
    height:22px;
    vertical-align:top;
}
div.linkLiefer a , div.linkLiefer a:active, div.linkLiefer a:visited {
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#b7b7b7;
	background-image:url(pfeilGr.gif);
	background-repeat:no-repeat;
	background-position:296px 0px;
	width:329px;
	vertical-align:top;
	text-align:left;
	text-indent:107px;
	padding-top:2px;
	padding-bottom:3px;
	outline:none;
}
div.linkLiefer a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:#0D4227;
    background-color:#ed2600;
    background-image:url(pfeilGr2.gif);
    background-repeat:no-repeat;
    background-position:296px 0px;
    width:327px;
    vertical-align:top;
    text-align:left;
    text-indent:107px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkBestell {
    display:block;
    color:white;
    background-color:#b7b7b7;
    width:329px;
    height:22px;
    vertical-align:top;
}
div.linkBestell a {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:329px;
    vertical-align:top;
    text-align:left;
    text-indent:107px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkBestell a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:327px;
    vertical-align:top;
    text-align:left;
    text-indent:107px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkRabatt {
    display:block;
    color:white;
    background-color:#b7b7b7;
    width:329px;
    height:22px;
    vertical-align:top;
}
div.linkRabatt a {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:329px;
    vertical-align:top;
    text-align:left;
    text-indent:107px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkRabatt a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:327px;
    vertical-align:top;
    text-align:left;
    text-indent:107px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.whiteLineBgCont {
    display:block;
    width:329px;
    height:24px;
    background-color:white;
}
div.linkCont {
    display:block;
    color:white;
    background-color:#b7b7b7;
    width:329px;
    height:22px;
    border-top:1px solid white;
    vertical-align:top;
}
div.linkContSel {
    display:block;
    color:white;
    background-color:#b7b7b7;
    width:329px;
    height:22px;
    border-top:1px solid white;
    vertical-align:top;
}
div.linkCont a {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:329px;
    vertical-align:top;
    text-align:left;
    text-indent:107px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkCont a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:327px;
    vertical-align:top;
    text-align:left;
    text-indent:107px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.linkContSel a {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:white;
    background-color:#b7b7b7;
    background-image:url(pfeilGr.gif);
    background-repeat:no-repeat;
    background-position:300px 3px;
    width:327px;
    vertical-align:top;
    text-align:left;
    text-indent:107px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.buttSpacer {
    margin-top:20%;
    width:329px;
    height:auto;
}
div.navBlock {
    border-top:1px solid white;
}
/**********************************************************************************/
/*FORMSTYLES*/
/**********************************************************************************/
div.formLinkSubmit {
    display:block;
    color:#000000;
    background-color:#ed2600;
    width:329px;
    height:22px;
    vertical-align:top;
}
div.formLinkSubmit a {
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#b7b7b7;
	background-image:url(pfeilGr.gif);
	background-repeat:no-repeat;
	background-position:296px 0px;
	width:329px;
	vertical-align:top;
	text-align:left;
	text-indent:197px;
	padding-top:2px;
	padding-bottom:3px;
	outline:none;
}
div.formLinkSubmit a:hover {
    display:block;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:#000000;
    background-color:#ed2600;
    background-image:url(pfeilGr2.gif);
    background-repeat:no-repeat;
    background-position:296px 0px;
    width:327px;
    vertical-align:top;
    text-align:left;
    text-indent:197px;
    padding-top:2px;
    padding-bottom:3px;
    outline:none;
}
div.formRow {
    display:block;
/*    width:100%;*/
    height:20px;
    background-color: #b7b7b7;
/*    border-bottom:1px solid white;*/
/*    border-collapse:collapse;*/
/*    vertical-align:middle;*/
}
div.formRowContact {
    display:block;
    width:100%;
    height:20px;
    background-color: #b7b7b7;
    /*border-bottom:1px solid white;*/
    border-collapse:collapse;
    vertical-align:middle;
}
div.formRowRadioRows {
    display:block;
    width:100%;
    height:auto;
    background-color: #b7b7b7;
    border-bottom:0px solid white;
    vertical-align:top;
}
div.formRowTextarea {
    display:block;
    width:100%;
    /*height:127px;*/
    height:147px;
    background-color: #b7b7b7;
/*    border-bottom:1px solid white;*/
    vertical-align:middle;
}

div.formContactBox {
    float:left;
}

div.label {
    text-indent:12px;
    padding-top:3px;
    float:left;
    display:block;
    width:129px;
    height:17px;
    font-size:10px;
    color:#000000;
}
div.cLabel {
    text-indent:12px;
    padding-top:3px;
    float:left;
    display:block;
    width:129px;
    height:17px;
    font-size:10px;
    color:#000000;
}
div.row {
    display:block;
    font-size:10px;
    padding-top:0px;
    height:14px;
    font-size:10px;
    background-color:#b7b7b7;
/*    border-bottom:1px solid white;*/
    vertical-align:middle;
}
/*rowTopWhite*/
div.rowTopWhite {
    display:block;
    font-size:10px;
    padding-top:0px;
    height:14px;
    font-size:10px;
    background-color:#b7b7b7;
/*    border-top:1px solid white;*/
/*    border-bottom:1px solid white;*/
/*    vertical-align:middle;*/
}
div.orderHintSpacer {
    display:block;
    height:15px;
    background-color: #b7b7b7;
    border-bottom:1px solid white;
    vertical-align:middle;
}
div.ordersOverviewNavDummy {
    display:block;
    height:22px;
/*    background-color: #b7b7b7;*/
    background-color: #b7b7b7;
/*    float:left;*/
}
div.rowAutoHeight {
    display:block;
    background-color: #b7b7b7;
/*    border-bottom:1px solid white;*/
/*    vertical-align:middle;*/
}
div.rowOrderComment {
    display:block;
    background-color: #b7b7b7;
/*    border-bottom:1px solid white;*/
/*    margin-left:7px;*/
/*    vertical-align:middle;*/
/*    text-align:right;*/
}
div.rowAutoHeightCell {
    display:block;
    float:left;
    width:173px;
    height:auto;
    border-left:1px solid white;
    border-right:1px solid white;
    vertical-align:middle;
    text-align:center;

}
div.rowAutoHeightNoBorder {
    display:block;
    width:auto;
    height:auto;
    background-color: #b7b7b7;
    border-bottom:0px solid white;
    vertical-align:middle;
}
div.textAreaRow {
    float:left;
    display:block;
    width:auto;
    height:160px;
    background-color: #b7b7b7;
    vertical-align:middle;
}
div.labelNoForm {
    text-indent:12px;
    float:left;
    display:block;
    width:129px;
    font-size:10px;
    color:#000000;
}
div.labelNoFormOrange {
    text-indent:12px;
    float:left;
    display:block;
    width:129px;
    height:14px;
    font-size:10px;
    color:#000000;
}
div.fieldNoForm {
    text-indent:12px;
    float:left;
    display:block;
    width:175px;
    font-size:10px;
    color:#000000;
}
div.fieldNoFormAutoWidth {
    text-indent:12px;
    float:left;
    display:block;
    width:auto;
    height:14px;
    font-size:10px;
    color:#000000;
}
div.fieldNoFormSum {
    text-indent:12px;
    float:left;
    display:block;
    width:80px;
    height:14px;
    font-size:10px;
    color:#000000;
    text-align:right;
}
div.fieldNoFormCalc {
    text-indent:12px;
    float:left;
    display:block;
    width:80px;
    height:14px;
    font-size:10px;
    color:#000000;
/*    border:0px solid red;*/
    text-align:right;
}
div.fieldNoFormTotalpriceCrossed {
    text-indent:12px;
    float:left;
    display:block;
    width:auto;
    height:14px;
    font-size:10px;
    color:#000000;
/*    border:0px solid red;*/
    text-align:right;
    text-decoration:line-through;
}
div.fieldNoFormTotalpriceCrossedOverview {
    text-indent:12px;
    float:left;
    display:block;
    width:80px;
    height:14px;
    font-size:10px;
    color:#000000;
/*    border:0px solid red;*/
    text-align:right;
    text-decoration:line-through;
}
div.fieldNoFormDiscount {
    text-indent:12px;
    float:left;
    display:block;
    width:80px;
    height:14px;
    font-size:10px;
    color:#000000;
/*    border:0px solid red;*/
    text-align:right;
}

div.fieldNoFormAdditionalDiv {
    text-indent:12px;
    float:left;
    display:block;
    width:auto;
    height:14px;
    font-size:10px;
    color:#000000;
    text-align:right;
}
div.field {
    padding-top:1px;
    float:left;
    display:block;
    width:auto;
    height:17px;
}
div.fieldUserError {
    padding-top:1px;
    float:left;
    display:block;
    width:auto;
    height:17px;
/*    background-color:red;*/
}
div.floatLeftFullWidth {
    display:block;
    clear:left;
    width:100%;
}
input.rowForm {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:10px;
    display:block;
    width:155px;
    height:14px;
    font-size:10px;
    color:#000000;
    border:1px solid #000000;
    vertical-align:middle;
    float:left;
}
input.rowFormUserError {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:10px;
    display:block;
    width:155px;
    /*width:auto;*/
    height:auto;
    font-size:10px;
    color:#000000;
    border:1px dotted red;
    /*background-color:red;*/
    vertical-align:middle;
    float:left;
}
textarea.rowFormUserError {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:11px;
    width:298px;
    height:124px;
    border:1px dotted red;
    color:#000000;
    margin-left:12px;
}
input.accepted {
    padding:0px;
    margin:0px;
    margin-left:1px;
    margin-top:1px;
    width:14px;
    height:14px;
    border:0px;
    float: left;

}
div.dottedRed {
       border: 1px solid #ed2600;
       display: block;
}

div.orangeRequired {
    border: 2px solid #ed2600;
     background-color: #b7b7b7;
    height: 53px;
    display: block;
}
select.rowForm {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:10px;
    display:block;
    width:155px;
    height:14px;
    font-size:10px;
    color:#000000;
    border:1px solid #000000;
    vertical-align:middle;
}

div.textArea {
    padding-top:1px;
    float:left;
    display:block;
    width:200px;
    height:auto;
}
/*div.formRowTextArea {
    float:left;
    display:block;*/
/*    width:329px;*/
 /*   width:auto;
    height:auto;
    background-color: #b7b7b7;
    border-bottom:1px solid white;
}*/


textarea.formRowTextarea {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:11px;
    width:298px;
    height:124px;
    border:1px solid #000000;
    color:#000000;
    margin-left:12px;

}
textarea.formRowTextareaContact {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:11px;
    width:272px;
    height:124px;
    border:1px solid #000000;
    color:#000000;
    margin-left:12px;
}

textarea.formRowTextareaUserErrorContact {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:11px;
    width:272px;
    height:124px;
    border:1px dotted red;
    color:#000000;
    margin-left:12px;
}
div.formUserFailureUserNotification {
    display:block;
    float:left;
    width:30px;
    height:14px;
    border: 0px solid green;
}
textarea.contactTextArea{
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:11px;
    width:155px;
    height:250px;
    border:1px solid #000000;
    color:#000000;
}
/*******************************************************************************/

div.orderComment {
    font-family: Verdana, Helvetica, Arial, Sans-serif;
    font-size:11px;
    width:298px;
    height:124px;
    border:1px solid #000000;
    color:#000000;
/*    background-color:white;*/
    background-color: #b7b7b7;
    overflow:auto;
/*    margin-left:8px;*/
    margin-left:12px;
}
tr.newCustomerFormRow div input {
    font-size:10px;
    padding:0px;
    color:#000000;
    height:13px;
    border:0px;
}
/*-------------------------------------------*/
/*------- Breadcrumbs -------*/
/*-------------------------------------------*/
div.crumbs {
    display:block;
    background-color:#b7b7b7;
/*	background-color:red;*/
	height:15px;
	border-bottom:0px solid white;
	font-size:10px;
	vertical-align:top;
}
a.breadcrumbs, a.breadcrumbs:visited, a.breadcrumbs:active {
    color:#000000;
    font-size:10px;
    height:10px;
    margin-top:1px;
    margin-right:1px;
    text-decoration:none;
    display:block;
    float:left;
    outline:none;
}
a.breadcrumbs:hover {
    color:#ed2600;
    font-size:10px;
    height:10px;
    margin-top:1px;
    margin-right:1px;
    text-decoration:none;
    display:block;
    float:left;
    outline:none;
}
.crumbSpacer {
    width:10px;
    display:block;
    float:left;
}
.selCrumb {
    height:11px;
    float:left;
    display:block;
}
.betweenCrumb {
    height:11px;
    margin-top:1px;
    margin-left:5px;
    margin-right:4px;
    display:block;
    float:left;
}
.breadcrumbs-last {
    float:left;
    color:#ed2600;
    font-size:10px;
    height:11px;
    margin-top:1px;
    margin-left:1px;
    margin-right:1px;
    display:block;
}
div.footerCell {
    display:block;
    float:left;
	background-color:#b7b7b7;
/*    background-color:red;*/
	width:659px;
	height:15px;
	border:0px;
}

div.firma {
	font-size:10px;
	color:#000000;
	width:235px;
	margin:0px;
	padding:0px;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:12px;
	float:left;
	border:0px solid #ed2600;
}
div.footNavCell {
	float:right;
/*	border:0px solid green;*/
}
div.imp {
	font-size:10px;
	color:#000000;
	width:65px;
	padding-top:1px;
	padding-bottom:2px;
	border:0px solid #ed2600;
	float:left;
}
div.news {
	font-size:10px;
	color:#000000;
	width:56px;
	margin:0px;
	padding:0px;
	padding-left:12px;
	padding-top:1px;
	padding-bottom:2px;
	float:left;
	border:0px solid #ed2600;
}
div.agb {
	font-size:10px;
	color:#000000;
	margin:0px;
	padding:0px;
	padding-left:12px;
	padding-right:6px;
	padding-top:1px;
	padding-bottom:2px;
	float:left;
	border:0px solid #ed2600;
}
a.footNav, a:visited.footNav {
	background-color:#b7b7b7;
	color:#000000;
	text-decoration:none;
	margin:0px;
	padding:0px;
	float:left;
	outline:none;
}
a:hover.footNav {
    background-color:#b7b7b7;
    color:#ed2600;
    text-decoration:none;
    padding:0px;
    margin:0px;
    text-align:center;
    outline:none;
}
div.contentCell {
	background-color:#b7b7b7;
    display:block;
    float:left;
/*	background-color:purple;*/
/*	width:660px;*/
	height:545px;
	border-bottom:0px;
}

a#resetKundenkonto {
	display:block;
	width:155px;
	border:0px;
	border-top:1px solid white;
	color:#FFFFFF;
	float:left;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	background-color:#b7b7b7;
	background-image:url(pfeilGrLinks.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	padding-top:3px;
	padding-bottom:2px;
	outline:none;
}
a#resetKundenkonto:hover {
    display:block;
    width:155px;
    border:0px;
    border-top:1px solid white;
    color:#000000;
    float:left;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    background-color:#ed2600;
    background-image:url(pfeilGrLinks.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	padding-top:3px;
	padding-bottom:2px;
	outline:none;
}
a.formsUserFailure {
    float:left;
    display:block;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
    color:white;
    width:10px;
    text-align:center;
    background-color:red;
    outline:none;
}
a.formsUserFailure:hover {
	float:left;
	display:block;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	width:10px;
	text-align:center;
	background-color:#b7b7b7;
	outline:none;
}
span.forms-field-required {
    float:left;
    font-weight:bold;
    font-size:12px;
    color:#ed2600;
    width:14px;
    text-align:center;
}
span.orangeRequired {
    float:left;
    display:block;
    font-weight:bold;
    font-size:12px;
    color:#ed2600;
    width:7px;
    text-align:center;
}
a#submitKundenkonto {
	display:block;
	width:155px;
	border:0px;
	border-top:1px solid white;
	color:#000000;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	background-color:#b7b7b7;
	background-image:url(pfeilGr.gif);
	background-repeat:no-repeat;
	background-position:134px 3px;
	padding-top:3px;
	padding-bottom:2px;
	outline:none;
}
a#submitKundenkonto:hover {
    display:block;
    width:155px;
    border:0px;
    border-top:1px solid white;
    color:white;
    float:left;
    color:white;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    background-color:#ed2600;
    background-image:url(pfeilGr2.gif);
	background-repeat:no-repeat;
	background-position:134px 3px;
	padding-top:3px;
	padding-bottom:2px;
	outline:none;
}
div.submitCell {
    border:0px solid yellow;
    height:228px;
    vertical-align:bottom;
}
span.submitSpacer {
    float:left;
    display:block;
    width:1px;
    height:23px;
    background-color:white;
}
div.contentIntro {
/*display:block;*/
/*    float:left*/
    background-color:#b7b7b7;
    height:117px;
    font-size:11px;
    padding-left:12px;
    padding-right:12px;
    vertical-align:top;
    text-align:left;
/*    border-bottom:1px solid white;*/
}
div.pressContentIntro {
    background-color:#b7b7b7;
    width:auto;
    height:118px;
    max-height:118px;
    font-size:11px;
    border-bottom:0px solid white;
    vertical-align:top;
    text-align:left;
}
div.contentElementlistTitle {
    display:block;
    text-align:left;
    background-color:#d1d0d0;
    height:16px;
/*    border-bottom:1px solid white;*/
    text-indent:12px;
    vertical-align:middle;
    font-size:10px;
    font-weight:bold;
}
div.contentElementlistHeader {
    display:block;
    float:left;
    color:#000000;
    font-size:10px;
    font-weight:bold;
}

div.contentRightContext {
	background-color:#b7b7b7;
	width:329px;
	height:523px;
/*	border-bottom:1px solid white;*/
	vertical-align:top;
}
div.contactContentRight {
	background-color:#b7b7b7;
	width:329px;
	height:524px;;
/*	border-bottom:1px solid white;*/
	vertical-align:top;
	text-align:left;
}
div.staticContentLeftScroll {
    /*display:block;*/
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
/*	background-color:#b7b7b7;*/
/*background-color:red;*/
	width:329px;
	height:389px;
/*	border-bottom:0px solid red;*/
	vertical-align:top;
	text-align:left;
}
div.staticContentLeftHint {
    display:block;
    float:left;
    overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#b7b7b7;
/*	background-color:red;*/
	width:329px;
	height:406px;
/*	border-bottom:1px solid white;*/
	vertical-align:top;
	text-align:left;
}
div.contentHint {
    display:block;
    float:left;
    background-color:#b7b7b7;
/*    background-color:red;*/
	width:329px;
/*	height:100%;*/
    height:406px;
/*	border-bottom:1px solid white;*/
	vertical-align:top;
	text-align:left;
}
div.staticContentLeftContext {
    display: block;
/*    float:left;*/
    width:329px;
    height:523px;
    vertical-align:top;
/*    background-color: red;*/
/*    border: 1px solid red;*/
}
div.staticContentLeftFullScroll {
    display:block;
	float:left;
	width:329px;
	height:524px;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#edecec;
/*	background-color: green;*/
	vertical-align:top;
	text-align:left;
}
div.divRowHeader {
    display:block;
    width:329px;
    height:16px;
    background-color: #b7b7b7;
    border-bottom:1px solid white;
}
div.divHeader {
    display:block;
    color:white;
    text-indent:12px;
    font-size:10px;
    font-weight:bold;
    padding-top:2px;
}
div.divRow {
    display:block;
    width:329px;
    height:16px;
    background-color:#b7b7b7;
    border-bottom:1px solid white;
}
div.divLabel {
    float:left;
    display:block;
    width:129px;
    color:#000000;
    text-indent:12px;
    font-size:10px;
    font-weight:bold;
    padding-top:2px;
}
div.divField {
    float:left;
    display:block;
    width:200px;
    text-indent:12px;
    font-size:10px;
    padding-top:2px;
}

div.contentItemDate {
    background-color:#b7b7b7;
    height:16px;
    border-bottom:1px solid white;
}
div.contentItemDateText {
    padding-top:2px;
    display:block;
    color:#000000;
    font-size:10px;
    font-weight:bold;
/*    border:0px solid red;*/
}

div.contentItemHeader {
	background-color:#d1d0d0;
	height:41px;
	border:0px;
	border-bottom:1px solid white;
}
div.contentItemHeaderText {
	border:0px;
	font-weight:bold;
	font-size:13px;
	vertical-align:top;
}
div.contentItemTeasertext {
    background-color:#b7b7b7;
    height:47px;
    font-size:11px;
    vertical-align:top;
    border-bottom:1px solid white;
}

#contentItemTeasertextNoDate {
    background-color:#edecec;
    height:64px;
    font-size:11px;
    vertical-align:top;
    border-bottom:1px solid white;
}

* html #contentItemTeasertextNoDate {
    background-color:#b7b7b7;
    height:66px;
    font-size:11px;
    vertical-align:top;
    border-bottom:1px solid white;
}

/*div.contentItemTeasertextNoDate {
    background-color:#b7b7b7;
    font-size:11px;
    vertical-align:top;
    border-bottom:1px solid white;
}*/

div.bigMedia {
    width:329px;
    height:523px;
    border:0px;
}
div.contentRightFullTextScroll {
	display:block;
	width:329px;
	height:524px;
	/*    border-bottom:1px solid white;*/
    overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	background-color:#b7b7b7;
}
img.bigMedia {
    display:block;
    width:329px;
    height:523px;
    border:0px;
}
a.imageLink {
    text-decoration:none;
    outline:none;
    display:block;
    cursor:pointer;
    border:0px solid red;

}
a.imageLink:hover {
    text-decoration:none;
    outline:none;
    display:block;
    cursor:pointer;
    border:0px solid red;
}

div.staticContentSubtitle {
    height:48px;
    padding-right: 5px;
    border:0px solid white;
    white-space:normal;
}

/*div.contentItemFooter {
	background-color:#ed2600;
	height:22px;
	border-bottom:1px solid white;
}*/
div.contentItemFooter p {
	font-size:13px;
	font-weight:bold;
	color:white;
	border:0px solid #ed2600;
	margin:0px;
	padding:0px;
	padding-left:12px;
	padding-top:3px;
}
div.staticMediaDetail {
    background-color:white;
    width:100%;
    height:523px;
    border-bottom:1px solid white;
    vertical-align:top;
}
img.contentDetailImg {
    display:block;
    width:329px;
    height:247px;
/*    border-bottom:1px solid white;*/
    margin:0px;
    padding:0px;
}
object.contentDetailSwf {
    display:block;
    width:329px;
    height:247px;
    border:0px;
    border-bottom:1px solid white;
    margin:0px;
    padding:0px;
}
img.contentBigDetailImg {
    display:block;
    width:329px;
    height:523px;
    vertical-align:top;
/*    border:0px solid green;*/
    margin:0px;
    padding:0px;
}
div.staticMediaDetailBigdetail {
    display:block;
    float:left;
    background-color:white;
/*    background-color:red;*/
    width:329px;
    height:524px;
    padding:0px;
/*    border-bottom:1px solid white;*/
    vertical-align:top;
}
div.staticMediaDetailBigdetail img {
    display:block;
    background-color:white;
/*    background-color:purple;*/
    width:329px;
    height:524px;
    padding:0px;
    border:0px;
    vertical-align:top;
}
div.contentBigScroll {
    display:block;
    float:left;
    background-color:white;
    width:329px;
    height:523px;
    vertical-align:top;
    overflow:auto;
}
div.MediaDetailBigdetail {
    display:block;
    float:left;
/*    background-color:white;*/
/*    background-color:purple;*/
    width:329px;
    height:524px;
    padding:0px;
    margin:0px;
    vertical-align:top;
/*    border-collapse:collapse;*/
/*    border-bottom:1px solid white;*/
}
div.MediaResponse {
    display:block;
/*    float:left;*/
    background-color:white;
/*    background-color:purple;*/
    width:329px;
/*    height:499px;*/
    padding:0px;
    margin:0px;
    vertical-align:top;
/*    border-collapse:collapse;*/
/*    border-bottom:1px solid white;*/
}
div.buttonBG {
    display:block;
/*    position:absolute;*/
/*    z-index:3;*/
/*    border:0px solid red;*/
}

div.buttonLayer {
    display:block;
    position:absolute;
    z-index:5;
    bottom:15px;
    height:23px;
/*    width:329px;*/
/*    overflow:hidden;*/
/*    border-top:1px solid white;        */
}
/*div.MediaDetailBigdetail img {
    width:329px;
    height:523px;
    vertical-align:top;
    border:0px;
    margin:0px;
    padding:0px;
}*/
img.fullSize {
    width:329px;
    height:524px;
    vertical-align:top;
    border:0px;
    margin:0px;
    padding:0px;
}
div.MediaDetailBigdetail object {
    width:329px;
    height:523px;
    padding-left:0px;
    padding-right:0px;
    vertical-align:top;
    border:0px;
}
div.slideShowCell {
    display:block;
    float:left;
/*    border: 0px solid green;*/
    /*height:270px;*/
    width:329px;
}

div.staticContentText {
    display:block;
    clear:left;
    background-color:#b7b7b7;
/*    border-bottom:1px solid white;*/
    width:329px;
    height:253px;
    font-size:11px;
    vertical-align:top;
    overflow:auto;
}
div.textContent {
/*    display:block;*/
    border:0px;
    font-size:11px;
    padding-left:12px;
    padding-right:12px;
    vertical-align:top;
    text-align:left;
}
div.cartImg {
    display:block;
    width:329px;
    height:386px;
    padding:0px;
    margin:0px;
}
img.cartImg {
    display:block;
    width:329px;
    height:385px;
    border:0px;
/*    border-bottom:1px solid white;*/
    padding:0px;
    margin:0px;
}
p.staticContentParagraph {
    margin:0px;
    padding-bottom:4px;
    padding-top:4px;
    font-size:10px;
    color:#000000;
}
p.noBreak {
    margin-bottom:0px;
    margin-top:0px;
    font-size:10px;
}
a.textLink {
    text-decoration:underline;
    color:#ed2600;
    outline:none;
}
a.textLink:hover {
	text-decoration:none;
	color:#ed2600;
	outline:none;
}
a.teaserBox {
    border: 0px solid red;
    text-decoration:none;
    display:block;
    outline:none;
    cursor:pointer;
}
a.teaserBox:hover {
    border: 0px solid blue;
    text-decoration:none;
    display:block;
    outline:none;
    cursor:pointer;
}
a.linkSiteLink {
	text-decoration:none;
	color:#b7b7b7;
	font-size:11px;
	border:0px;
	outline:none;
}
a.linkSiteLink:hover {
    text-decoration:none;
    color:#b7b7b7;
    outline:none;
}
a.pressLink {
    text-decoration:none;
    color:#b7b7b7;
    font-size:10px;
    border:0px;
    outline:none;
}
a.pressLink:hover {
    text-decoration:none;
    color:#b7b7b7;
    outline:none;
}
.spacerEbene_01 {
    background-color:#B7B7B7;
}
.spacerEbene_02 {
    background-color:#D1D0D0;
}
/*-------------------------------------------*/



