@charset "UTF-8";
/* CSS Document */


body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.productElement, .productElementNo
{
	cursor: pointer;
}

.productElement :hover, .productElementNo :hover
{
	text-decoration:underline !important;
}

.floatLeft
{
	float:left;
}

.overlayBackground
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	background: #454545;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1001;
	display: none;
}

#positionContainer
{
	width: 965px;
	margin: 0 auto;
}


a
{
	color: #a8a8a8;
	border: 0px;
}

#logoContainer
{
	width: 263px;
	float: left;
}

#navigationContainer
{
	position: absolute;
	top: -26px;
	left: 239px;
}

#navigationContainer a
{
	display: block;
	float: left;
	font-size: 13px;
	color: #8b8c8e;
	text-decoration: none;
	margin-right: 15px;
	padding: 6px;
	padding-left: 8px;
	padding-bottom: 6px;
}

#navigationContainer a:hover
{	
	border: 1px solid #e3e3e3;
	border-bottom: 1px solid #b4b5b6;
	background: #fafafa;
	padding: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
}

#navigationContainer a.active
{
	border: 1px solid #b4b5b6;
	border-bottom: 0px;
	background: #fafafa;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 6px;
}

#navigationContainer a.active:hover
{
	border: 1px solid #b4b5b6;
	border-bottom: 0px;
	background: #fafafa;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 6px;
}

#headerContainer
{
	background: url(../../img/header.jpg);
	width: 965px;
	height: 258px;
}

#headerContainer.empty
{
	background: url(../../img/header_empty.jpg) !important;
}

#mainContainer
{
	background: #bdbdbd;
	float: left;
	border: 1px solid #b4b5b6;
	margin-top: 10px;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	min-height: 928px;
	height:auto !important;  /* für moderne Browser */
	height:888px;  /*für den IE */
}

#printContainer
{
	position: absolute;
	right: 5px;
	top: 265px;
}

#printContainer img
{
	border: 0px;
}

#leftContent
{
	width: 201px;
	float: left;
}

#rightContent
{
	width: 669px;
	float: left;
	margin-left: 240px;
	margin-top: 30px;
}

#rightContent a
{
	color: #4d4c4d;
}

#searchError
{
	padding: 5px 0px 0px 5px;
	clear:both;
	color: #FF0000;
}

.textContent
{
	width: 429px !important;
	line-height: 16px;
	color: #4d4c4d;
}

.textContent h1
{
	color: #FFFFFF !important;
}

#leftContent
{
	width: 200px;
	float: left;
	position: absolute;
	top: 17px;
	left: 17px;
}

#leftNavigationContainer
{
	background: url(../../img/menu_bg.gif) no-repeat #e3e3e3;
	padding: 20px;
	padding-bottom: 9px;
	width: 160px
}

#leftNavigationContainer a
{
	color: #5a5a5a;
	font-size: 14px;
	display: block;
	text-decoration: none;
	margin-bottom: 11px;
}

#leftNavigationContainer a.active
{
	font-weight: bold;
}

#leftNavigationContainer a:hover
{
	text-decoration: underline;
}

#headerContent
{
	float:left;
	width: 320px;
	width: 400px;
	height: 180px;
	color: #8b8c8e;
	margin-left: 240px;
	padding-top: 40px;
	line-height: 20px;
}

#headerContent p a
{
	font-size:12px !important;
}

#headerDownload
{
	float:right;
	padding-top:40px;
	line-height:20px;
}

#headerContent.big
{
	width: 400px;
}

#headerContent h1
{
	color: #BDBDB;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 26px;
	width:600px;
}

#headerContent h1 .active
{
	font-weight:bold;
}

#headerContent a:link,
#headerContent a:visited
{
	text-decoration: none;
	font-size:18px;
}

#headerContent a:active,
#headerContent a:hover
{
	text-decoration:underline;
}

#rightContent h1
{
	font-size: 22px;
	color: #4d4c4d;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}

#productTable h1
{
	margin-bottom: 5px;
	margin-top: 20px;
	font-size:16px;
}

#productTable td.light, #productTable td.dark, #productTable td.active
{
	padding: 4px 0px;
	color: #68696b;
	font-size: 12px;
}

#productTable td.light
{
	background: #d1d1d1;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

#productTable td.active
{
	background: #989ba2;
	border-top: 1px solid #6a6e77;
	border-bottom: 1px solid #6a6e77;
	color: #FFF;
}

#productContainer .productItem
{
	width: 215px;
	float: left;
	margin-bottom: 15px;
	margin-right: 8px;
	font-size: 10px;
	color: #68696b;
	position: relative;
}

#productContainer .productItem img
{
	float: left;
	margin-right: 7px;
}

#productContainer .productItem h2
{
	font-size: 11px;
	color: #141215;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 5px;
}

#productContainer .productItem p.price
{
	margin: 0px;
	margin-top: 5px;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#90181A;
}

#productContainer .productItem a.categoryLink
{
	position: absolute;
	bottom: -1px;
	left: 102px;
	background: url(../../img/link_bg_small.gif);
	width: 80px;
	height: 15px;
	display: block;
	float: right;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	padding: 7px 0px 0px 5px;
	color: #4d4c4d;
	text-decoration: none;
}


#productContainer .last
{
	margin-right: 0px;
}

#searchContainer
{
	margin-top: 10px;
	background: #e3e4e4;
	padding: 5px;
}

#searchContainer form
{
	margin: 0px;
	padding: 0px;
}

#searchContainer input
{
	border: 0px;
	background: #FFF;
	font-size: 11px;
	padding: 1px 3px 1px 3px;
	width: 130px;
}

#searchContainer a.submitLink
{
	color: #68696b;
	text-decoration: none;
	font-size: 12px;
}

#searchOverlay
{
	font-size: 11px;
	color: #5a5a5a;
	width: 260px;
	position: absolute;
	background: #FFF;
	padding: 10px;
	margin-top: 5px;
	margin-left: -5px;
	z-index: 100;
	display: none;
}

.closeBtn
{
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0px;
	cursor: pointer;
}

#searchOverlay .left, #searchOverlay .right
{
	width: 130px;
	float: left;
}

#searchOverlay .left input, #searchOverlay .right input
{
	width: 14px;
}

.offerLink
{
	font-size: 12px;
	color: #141215;
	text-decoration: none;
	background:url(../../img/link_bg_big.gif) no-repeat;
	width: 430px;
	height: 18px;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	display: block;
	padding: 9px 0px 2px 10px;
}

#footer
{
	background: #FFF;
	clear: both;
	margin-top: 00px;
	color: #a8a8a8;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

#loginForm input,
#getNewPasswortContainer input
{
	border: 1px solid #c9c9c9;
	font-size: 11px;
	padding: 2px;
	width: 100px;
	color: #8b8c8e;
}

#loginForm .submit,
#getNewPasswortContainer .submit
{
	padding: 1px 5px;
	background: #b6b6b6;
	color: #FFF;
	font-weight: bold;
	width: 80px;
}

#loginWindow #getNewPasswortContainer
{
	padding-top:20px;
}
	
	
#loginForm .loginLinks
{
	float: right;
	width: 90px;
	font-size: 9px !important;
}

#getNewPasswort
{
	font-size: 9px !important;
}

#loginForm .loginLinks a
{
	display: block;
	margin-top: -6px;
	padding: 0px;
	font-size:9px;
}

.priceListLink
{
	font-size: 11px;
	color: #141215;
	text-decoration: none;
	background:url(../../img/headerLinkBg.gif) repeat-y;
	width: 205px;
	height: 14px;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	display: block;
	padding: 3px 0px 5px 10px;
	margin-top: 10px;
}

#dropdown
{
	background: url(../../img/selectBg.gif);
	width: 210px;
	height: 19px;
	font-size: 12px;
	padding: 4px 10px;
	padding-right: 0px !important;
	color: #4D4C4D;
	cursor: pointer;
	margin-top: 10px;
	position: relative;
}

#dropdown #defaultOption
{
	width: 210px;
	text-decoration: none;
	color: #4D4C4D;
	position: absolute;
	z-index: 1500;
	top: 4px;
}

#dropdown #defaultOption a
{
	text-decoration: none;
	display: block;
}

#options
{
	background: #FFF;
	z-index: 500;
	width: 219px;
	margin-left: -9px;
	margin-top: 3px;
	position: absolute;
	display: none;
	top: 22px;
}

#options a
{
	display: block;
	color: #4D4C4D;
	text-decoration: none;
	padding: 3px 10px;
	font-size:12px !important;
}

#options a:hover 
{
	background: #e3e3e3;
}

#options a.all
{
	border-top: 1px dotted #a8a8a8;
	padding: 7px 10px 5px 10px;
}

#leftProductContainer
{
	margin-top: 10px;
	background: #e3e4e4;
	padding: 20px;
}

#leftProductContainer h2
{
	color: #4D4C4D;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 20px;
}

#leftProductContainer img
{
	margin-bottom: 7px;
}

#leftProductContainer .productItem
{
	margin-bottom: 25px;
	font-size: 10px;
	color: #68696b;
	text-align: center;
	background: #FFFFFF;
}

#leftProductContainer .productItem div
{
	margin-bottom:5px;
}

#leftProductContainer .last
{
	margin-bottom: 0px;
}

#leftProductContainer .productItem h2
{
	font-size: 11px;
	color: #141215;
	margin: 0px;
	margin-top: 1px;
	margin-bottom: 5px;
}

#leftProductContainer .productItem p.price
{
	margin: 0px;
	margin-top: 5px;
}

#leftProductContainer .productItem a.categoryLink
{
	background: url(../../img/categorybg.gif) no-repeat right;
	width: 155px;
	height: 15px;
	display: block;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	padding: 7px 0px 0px 5px;
	color: #4d4c4d;
	text-decoration: none;
	margin-top: 7px;
}

#productDetailWindow
{
	/*filter:alpha(opacity=0);
	-moz-opacity:.0;
	opacity:.0;*/
	color: #111;
	position: absolute;
	width: 936px;
	float: left;
	z-index: 1600;
	background: #FFF;
	display: none;
	min-height: 440px;
}


#productDetailContent
{
	color: #9e9e9e;
	line-height: 16px;
	padding: 15px;
}

#productDetailContent .left
{
	float: left;
	width: 360px;
}

#productDetailContent .main
{
	float: left;
	width: 339px;
	margin-right: 10px;
	padding-top: 15px;
}

#productDetailContent .right
{
	float: left;
	width: 174px;
	height: 386px;
	background: url(../../img/detailBg.gif);
	padding: 10px;
	padding-top: 15px;
	margin-bottom: 15px;
}

#productDetailContent .right h3
{
	font-size: 16px;
	color: #4d4c4d;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}

#productDetailContent .right a
{
	display: block;
	text-decoration: none;
	background: url(../../img/bullet.gif) no-repeat;
	background-position: left top;
	margin-left: -10px;
	width: 160px;
	padding: 6px 0px 2px 15px;
}

#productDetailContent .right a:hover
{
	text-decoration: underline;
}

#productDetailContent .right a.active
{
	font-weight: bold;
}

#productDetailContent h1, #loginWindow h1
{
	font-size: 22px;
	line-height: 22px;
	color: #4d4c4d;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
}

#productDetailContent h2
{
	font-size: 13px;
	color: #4d4c4d;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 5px;
}

#loginWindow
{
	position: absolute;
	width: 420px;
	border: 15px solid #FFF;
	background: #e7e7e7;
	padding: 15px;
	color: #6f6f6f;
	display: none;
	z-index: 1003;
}

#loginWindow input
{
	width: 160px;
}

#loginWindow .loginLinks
{
	font-size: 10px;
	margin-top: 20px;
}

#loginWindow .loginLinks a
{
	display: block;
	padding: 0px;
	margin-top: 3px;
	background: url(../../img/link_bullet.gif) no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: -15px;
	color: #6f6f6f;
}

span.line
{
	border-bottom: 1px solid #a7a6a7;
	display: block;
	margin: 10px 0px 20px 0px;
	width: 429px;
}

#subNavigation
{
	float: right;
	margin-top: 90px;
	margin-right: 15px;
}

#subNavigation a
{
	display: block;
	width: 235px;
	background: #FFF;
	border-top: 1px solid #a6a6a6;
	color: #68696b;
	text-decoration: none;
	padding: 4px 6px;
}

#subNavigation a:hover
{
	text-decoration: underline;
}

#subNavigation a.active
{
	color: #141215;
}

#contact
{
	color: #4d4c4d;
}

#contact label
{
	width: 100px;
	display: block;
	float: left;
	height: 18px;
}


label.error
{
	display: none !important;
}

#contact input
{
	border: 1px solid #c9c9c9;
	font-size: 11px;
	padding: 2px;
	width: 200px;
	color: #8b8c8e;
	margin-bottom: 1px;
}

#contact input.plz
{
	width: 40px;
}

#contact input.city
{
	width: 154px;
}

#contact input.submit
{
	width: 100px;
	color: #666;
}

#registrationForm
{
	display: none;
}

#contact input.error
{
	border:1px solid #ff0000 !important;
}

#registration, #newsletter
{
	width: 16px !important;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.contactInfoText
{
	width: 180px;
	float: left;
	margin-top: 10px;
	font-size: 11px;
}