@CHARSET "ISO-8859-1";


/********************************************************************
 Overwrite Colors
********************************************************************/
html{
	color: #fff; /*for cornerz*/
}

body{
	background-color: #A9A9A9;	
}

body, a{
	color:#333;
}

#MainBox{
	background-color: #2D2C2B;	
}

#ContentBox, #EasyboContent, #FooterBox, .transparent{
	background-color:#fff;
}

.borderColor, .otherBorderColor{
	border-color: #2D2C2B;	
}

.colorPane{
	border-color: #2D2C2B !important;	
}

#EasyboAction.borderColor{
	border-color: #ccc;	
}

.highlightColor, .selected, .easyboLogin a, .easyboLogout a{
	color:#961B30 !important;
	font-weight:bold;	
}

#MainBox, #Menu{
	background-color: #2D2C2B;
}

#Menu .unselected{
	color: #fff;	
}

#Menu #selectEasyBo .highlightColor{
	color:#fff !important;
	font-weight:bold;	
}

#Menu #selectEasyBo a{
	background-color: #961B30;	
}

#FooterBox {
	border-top:1px solid #CCCCCC;
	color:#666666;
}

#FooterBox a{
	color: #666666;
}

.buttonSmall, .register a {
	color:#961B30;
	font-weight:bold;
}

/********************************************************************
 Overwrite Images
********************************************************************/
#Logo {
	background-image:url(images/bannerfloor.jpg);
}

.aktiv, .showPanelUp{
	background-image:url(images/up.gif);	
}

.showPanelDown  {
	background-image:url(images/down.gif);
}

#selectColor, #selectProduct, #moreOptions a{
	background-image:url(images/grey_up.gif);
}

a#fullscreen{
	background-image: url("images/icon_100.gif");
}

a#print{
	background-image: url("images/icon_print.gif");
}

a#permalink{
	background-image: url("images/icon_link.gif");
}

.ui-widget-content {
	background: #FFFFFF url(images/colorSlider.jpg) no-repeat scroll 50% 50%; 
}

#ButtonContact{
	background-image:url(images/button_favourite.gif);
}

.ui-scrollbar{ 
	background: url(images/bg-scrollbar.png) repeat-y center center !important;
}

.ui-scrollbar .ui-slider-range { 
	background: url(images/scrollbar_balken.gif) 50% 50% repeat-y !important;
}


/********************************************************************
 Overwrite Favorite Info
********************************************************************/
#infoFavorite{
	color: #333;
}

#infoFavorite_background {
    background-image: url("images/infoFavorite_bg.gif");
}
/********************************************************************
 Overwrite Overlay
********************************************************************/
#ContactOverlay, .favorites a, #sendButton a{
	color: #333;	
}

.anfrageTitle{
	color: #fff;
	border-bottom-color: #fff;	
}

#ContactOverlay{
	background-image:url("images/overlay_bg.gif");
}

#ContactOverlay .close{
	background:transparent url('images/close.gif') no-repeat scroll 0 0;
}

a.buttonTiny {
	background-image:url(images/remove.gif);
}

#AnfrageBox #sendButton {
	background-image:url(images/button_request.gif);
}

/********************************************************************
 GENERAL
********************************************************************/

body {
	font-family:'Arial','Verdana';
	font-size:11px;
	margin:0;
	padding:0;
	text-align:left;
}

a {
	outline: none;
	cursor: pointer;
	font-size:11px;
	text-decoration: none;
}

img{ border: 0px; }

p {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 1.5em;
}

#StartBox {
	visibility:hidden;
}

a.buttonSmall {
	display: block;
	padding:0 2px;
}

a:hover.buttonSmall {
	text-decoration: underline;
}
/********************************************************************
 BASIC STRUCTURE
********************************************************************/

#MainBox {
	margin:0 auto;
	padding:10px;
	width:1004px;
	background-color: #2D2C2B;
}

#Logo {
	background-position: left 50%;
	background-repeat:no-repeat;
	float:left;
	height:133px;
	margin:0 auto;
	width:100%;
	position: relative;
}

#Menu {
	float:left;
	height:25px;
	width:1004px;
}

#ContentBox{
	float:left;
	height:570px;
	position:relative;
	width:991px;
	padding: 0 7px 0 6px;
}

#Content{
	height:570px;
	width:991px;
}

#left{
    float: left;
    height: 100%;
    margin-right: 20px;
    position: relative;
    width: 339px;
    z-index: 1; /* für IE7*/
}

#right{
	float: left;
    height: 100%;
    position: relative;
    width: 632px;
}

#FooterBox {
	clear:both;
	font-size:11px;
	height:14px;
	padding:7px 7px 7px 6px;
	text-align:left;
	width:991px;
}

.copyright {
	float: left;
	text-align: left;
	margin-top: 1px;
}

.copyright a:hover {
	text-decoration: underline;
}

.languageSelection {
	float: right;
	padding-right: 10px;
}

.flags {
	float: right;
	padding-top: 1px;
}
/********************************************************************
 MENÜ
********************************************************************/
#Menu ul{
	margin: 0;
	padding: 0;		
}

#Menu ul li{
	list-style-type: none;
	float: left;
}

#Menu ul li a{
	padding: 5px 15px 2px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}

#ButtonContact{
	background-repeat:no-repeat;
	float:right;
	height:18px;
	margin-top:3px;
	margin-right:7px;
	width:126px;
}

a.contact{
	background-position:113px center;
	background-repeat:no-repeat;
	padding:2px 10px;
	display: block;
}

/********************************************************************
 CONTENTBOX
********************************************************************/
/************************** LEFT ***********************************/

#SwitchPanel{
	padding-top: 35px;
}

#ProductSelectionBox, #ColorSelectionBox{
	height: 535px;
    width: 339px;
}

#ColorSelectionBox{
	display: none;
}

#ProductTitle, #ColorObjectsTitle{
	font-size: 12px;
	height: 18px;
}

#selectColor, #selectProduct{
	background-position:right center;
	background-repeat:no-repeat;
    display: block;
    padding: 1px 10px 0 0;
}

#Productgroup, #ColorObjects{
	margin-top: 15px;
	height: 15px;
}

#Productgroup ul, #ColorObjects ul{
	margin: 0;
	padding: 0;	
}

#Productgroup li, #ColorObjects li{
	float: left;
	list-style: none;	
}

#Productgroup li a, #ColorObjects li a{
	display: block;
	padding: 0 7px 0 0;	
}

#ProductListBox, #ProductList, #ProductListScrollBar{
	height:301px;
}

#ColorSelectorBox, #ColorSelector, #ColorSelectorScrollBar{
	height:387px;
}

#ProductListBox, #ColorSelectorBox{
	margin:15px 0 10px;
}

#ProductList, #ColorSelector{
	overflow:hidden;
	position:absolute;
	width:301px !important;
}

#ProductListScrollBar, #ColorSelectorScrollBar {
	left:321px;
	position:absolute;
}

#ProductList ul{
	padding: 0px;
	margin: 0px;
	width: 301px !important;
}

#ProductList li{
	float: left;
	height: 39px;
	list-style-type: none;
	padding: 0 4px 4px 0;
	width: 39px;
}

#ProductList li a{
	float: left;
}

#ProductList li a span{
	float: left;
	height: 37px;
	width: 37px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
}

#decorColorTitle{
	font-size: 12px;
    height: 15px;
    margin-top: 15px;
}

#decorColorTitle span{
	float: left;
}

#resetButton {
	float: left;
    margin-left: 20px;
}

#resetButton a {
	padding: 0 4px;
	text-decoration:underline;
}

#resetButton a:hover{
	text-decoration: none;	
}

#SliderBox{
	margin: 15px 0;	
}

/* START Slider */

#slider{
	cursor:pointer;
	left:3px;
	position:relative;
	width:321px;
}

.handle0 {
	background-image: url("images/regler_unten.gif");
	background-position: bottom;
}

.handle1 {
	background-image: url("images/regler_oben.gif");
}

/* END Slider */

#moreOptions{
	float: right;
    margin-top: 20px;
}

#moreOptions a{
	background-position:right 50%;
	background-repeat:no-repeat;
	padding: 1px 15px 1px 3px;
	display: block;
	font-weight: bold;
}

/************************** RIGHT **********************************/

#ToolBox {
    padding-top: 14px;	
}

#ImageToolBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ImageToolBox li {
	display: inline;
	padding: 0 0 0 10px;
	height: 16px;
	width: 16px;
}

#ImageToolBox li a {
	display: inline-block;
	line-height: 16px;
	cursor: pointer;
	height: 16px;
	width: 16px;
}

#ImageBox {
	border-style:solid;
	border-width:2px;
	height:471px;
	position:absolute;
	width:628px;
}

#paper{
	height: 471px !important;
	width: 628px !important;
}

#CurrentBox {
	padding: 5px 0;
}

#Rotation ul {
	margin: 0;
	padding: 0;
}

#Rotation li {
	list-style: none;
	display: inline;
}

#Rotation li a{
	display: inline-block;
	font-size: 10px;
	padding: 0 5px;
}

#CurrentProductButtons {
/*	float:right;*/
/*	height:18px;*/
/*	text-align:center;*/
	width:186px;
}

/************************************
* Big Product Image
***************************************/

div#bigProductBox {
    border: 1px solid #FFFFFF;
    display: none;
    height: 110px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    width: 200px;
    z-index: 11;
/*    top: 360px;*/
}
	
div#bigProductBox_background {
	background-color: #FFFFFF;
    height: 130px;
    left: 0;
    opacity: 0.8;
	filter:alpha(opacity=80); /* IE's opacity*/
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 99;
}

div#bigProductBox_contents {
    background-color:transparent;
	position:relative;
	z-index:101;
}

#bigProductImage{
    border: 1px solid #000000;
    display: block;
    float: left;
    height: 70px;
    margin-right: 5px;
    overflow: hidden;
    width: 70px;
}

.bigProduct{
    color: #000000;
    display: block;
    font-size: 10px;
}

/********************************************************************
 PAGE easybo
********************************************************************/
#EasyboContent {
	position: relative;
	width: 1004px;
	height: 570px;	
	float: left;
}

#EasyboText {
	float:right;
	margin-top:25px;
	width:700px; 
}

#EasyboText ul li{
	font-size: 12px;
	padding: 5px 0;	
}

#EasyboAction {
	border-right-width:1px;
	border-right-style: solid;
	float:left;
	height:525px;
	margin-top:25px;
	padding:0 0 0 10px;
	position:relative;
	width:280px;
}

.easyboLogin a, div.easyboLogout a {
	margin-bottom: 10px;
	text-decoration: underline;
	display: block;
	font-size: 12px;
}
	
.boxtitle{	
	padding-bottom: 10px;
	font-family: 'Verdana','Arial';
	font-size: 17px;
	font-weight: normal;
}

.register{
	float: left;
	margin-top:20px;	
}

.register a {
	font-size:12px;
	height:16px;
	padding:1px;
	text-align:center;
	display: block;
}

.register a:hover {
	text-decoration: underline;
}

/********************************************************************
  Gallery
********************************************************************/

#switchCategory{
    left: 365px;
    position: absolute;
    top: 14px;
}

#switchCategory ul{
	margin: 0;
	padding: 0;
}

#switchCategory ul li{
    float: left;
    list-style: none outside none;
    margin-right: 15px;
    padding: 0 15px 0 0;
}

#switchCategory ul li a{
    display: block;
    padding: 5px 0;
}

#showPanel  {
	background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
}

#GalleryOverlay {
	height:0px;
	position:absolute;
	right:7px;
	top:38px;
	width:632px;
	z-index:11;
}

#GalleryOverlay_background {
	height:0px;
	opacity:0.8;
	filter: alpha(opacity=80); /* IE's opacity*/
	position:absolute;
	right:0;
	top:0;
	width:632px;
	z-index:99;
}

#GalleryOverlay_contents {
	display: none;
    background-color:transparent;
	height:100px;
	padding:10px;
	position:relative;
	width:612px;
	z-index:101;
}

#dynCategories2 {
	margin: 0;
	padding: 0;
	float: left;
	width: 130px;
}

#dynCategories2 li {
	list-style: none;
	background-position:left center;
	background-repeat:no-repeat;
}

#dynCategories2 li a {
	display: block;
	padding:5px 5px 4px 15px;
}

#carousel {
	float:left;
	height:85px;
	overflow:hidden;
	position:absolute;
	width:468px;
	left: 150px;
}

#carousel ul{
     margin: 0;
     padding: 0;
     position: absolute;
}

#carousel li{
    float:left;
	height:85px;
	list-style:none outside none;
	padding:0 4px 0 0;
	width:113px;
}

#carousel li a span{
	float: left;
	height: 83px;
	overflow: hidden;
	width: 111px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    border-style: solid;
    border-width: 1px;
}

img.carousel {
	cursor: pointer;
	height: 111px;
	width: 111px;
	margin-top: -14px;
}

.showPositionGallery{
	position:absolute;
	top:100px;
	left: 150px;
}

/********************************************************************
  More Options Overlay
********************************************************************/
#filterOverlay{
    height: 205px;
    left: 365px;
    position: absolute;
    top: 308px;
    width: 0;
}

#filter_background {
	height:205px;
	opacity:0.8;
	filter: alpha(opacity=80); /* IE's opacity*/
	position:absolute;
	width:0;
	z-index:99;
}

#filter_contents {
   	background-color:transparent;
	display:none;
	height:185px;
	padding:10px;
	position:relative;
	width:280px;
	z-index:99;
}

#filterTitle{
	border-bottom-width:1px;
	border-bottom-style:dotted;
	font-size:12px;
	margin-bottom:15px;
	width:250px;	
}

#filterTitle span{
	display: block;
	padding-bottom: 5px;	
}

#filter_contents select {
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	float:left;
	font-family:Verdana;
	font-size:11px;
	margin:5px 0 15px 0;
	width:250px;
}

#closeButton{
	position:absolute;
	top: 0px;
	right: 0px;
}

.closeFilter{
	display: block;
	font-weight:bold;
	margin:8px;
	padding:2px;	
}

/********************************************************************
 Scrollbar
********************************************************************/
.ui-scrollbar, .ui-scrollbar .ui-state-default {
	background-repeat:repeat-y;
}

.ui-scrollbar { position: relative; text-align: left; }
/*.ui-scrollbar .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }*/
.ui-scrollbar .ui-slider-range { 
	position: absolute !important; 
	z-index: 1; 
	font-size: .7em; 
	display: block; 
	border: 0; 
}

.ui-scrollbar { width: 8px; height: 100px; }
/*.ui-scrollbar .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }*/
.ui-scrollbar .ui-slider-range { left: 0; width: 8px; }
.ui-scrollbar .ui-slider-range-min { bottom: 0; }
.ui-scrollbar .ui-slider-range-max { top: 0; }

/* make range more visible */
.ui-scrollbar .ui-slider-range { 
	font-weight: normal; 
	color: #555555; 
	outline: none; 
}

/**************************************************************
* Favorite Info
****************************************************************/
#infoFavorite{
	position:absolute !important;
	left:720px;
	top:0;
	z-index:1000;
	display: none;
}

#infoFavorite_background {
	height:236px;
	opacity:0.9;
	filter: alpha(opacity=90); /* IE's opacity*/
	position:absolute;
	width:284px;
	z-index:99;
}

#infoFavorite_contents {
   	background-color:transparent;
	height:185px;
	padding:40px 10px 10px 10px;
	position:relative;
	width:265px;
	z-index:101;
}

#infoFavoriteTitle{
	display:block;
	font-size:16px;
	padding: 5px;
	text-align:center;
	margin-bottom: 10px;
}

#currentProductImage {
	display:block;
	float:left;
	padding:5px;
}

#currentProductDescription2{
	display:block;
	padding:5px;	
}

/**************************************************************
* permalinkOverlay
****************************************************************/
#permalinkOverlay{
	height:60px;
	left:627px;
	position:absolute;
	top:38px;
	width:370px;
	display: none;
	z-index: 2;
}

#permalink_background {
	opacity:0.8;
	filter: alpha(opacity=80); /* IE's opacity*/
	width: 370px;
	height: 60px;
	position: absolute;
}

#permalink_contents {
   position: relative;
   padding: 10px;
   width: 350px;
   height: 40px;
}

#permalinkTitle{
	display: block;
	padding: 0 0 5px 0;	
}

#permalinkInput{
	width: 340px;
	font-size: 11px; 	
}

/********************************************************************
	Produktanfrage Overlay
********************************************************************/
#ContactOverlay{
	/* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
    
	background-repeat:repeat-x;
	height:465px;
	padding:20px;
	width:802px;
}

#ContactOverlay .close{
	cursor:pointer;
	height:37px;
	position:absolute;
	right:-15px;
	top:-15px;
	width:37px;	
}

#FavoritesBox {
	height:430px;
	overflow:auto;
	position:absolute;
	width:400px;
	font-size: 12px;
}

#NoFavorites{
	position:relative;
	text-align:center;
	top:200px;
}

#FavoritesBox ul {
	margin: 0;
	padding: 0;	
}

#FavoritesBox li {
	display:block;
	float:left;
	height:215px;
	list-style:none;
	margin:0 0 0;
	width:190px;
}

.favorites {
	float:left;
	position:relative;
	width:128px;
}

.favorites a {
	display: block;
}

.favorites a img{
	display:block;
	margin-bottom:5px;
	width: 128px;
	height: 128px;
}

a.buttonTiny {
	display: block;
	background-repeat:no-repeat;
	float:left;
	height:16px;
	width:16px;
	margin-left: 10px;
}

#txtHinweis{
	font-size:10px;
	position:absolute;
	top:465px;
	width:400px;
}

#rechts{
	float:right;
	width:350px;
}

.anfrageTitle{
	border-bottom-width:1px;
	border-bottom-style:solid;
	display:block;
	font-size:17px;
	padding-bottom:2px;
}

.txt{
	display:block;
	font-size:12px;
	margin-top:15px;
	line-height: 18px;
}

#FehlerBox{
	display: none;	
}

#BestaetigungBox{
	display: none;	
}

#AnfrageBox{
	display: block;	
}

#AnfrageBox table {
	margin-top:25px;
	position:relative;
}

#AnfrageBox .frmText {
	border-color:#999999 #999999 #CCCCCC #CCCCCC;
	border-style:solid;
	border-width:1px;
	font-size:12px;
	width: 200px;
}

#AnfrageBox td{
	font-size:12px;
	height:44px;
	padding:0 5px;
	vertical-align:top;	
}

#AnfrageBox td span{
	color:#FF0000;
	display:block;
	font-size:10px;
	text-align:center;
	width:200px;
}

#AnfrageBox #sendButton {
	height:18px;
	position:absolute;
	right:130px;
	text-align:center;
	top:460px;
	width:160px;
}

#sendButton a{
	padding: 2px;
	display: block;
}

/********************************************************************
	Search Item Overlay
********************************************************************/
#SearchOverlay{
    background-image: url("images/bg_SearchOverlay.gif");
    background-repeat: no-repeat;
    display: none;
    height: 80px;
    padding: 20px;
    width: 291px;
    z-index: 10000;
}

#SearchOverlay .close{
	background-image: url("images/close.gif");
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
}

#SearchBox .selectTitle{
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#txtSearchTitle{
    margin-bottom: 5px;	
}

#SearchBox input{
	float:left;
	font-size:12px;
	margin-top: 2px;
	width:164px;
}

.enter{
	float:left;
	margin-left:10px;
	width:80px;
}

.enter a.numericKey{
    background-image: url("images/button_search.gif");
    display: block;
    font-weight: normal;
    padding: 6px;
    text-align: center;
    width: 68px;
}

.enter a:active.numericKey{
	background-image:url("images/button_search_active.gif");
}

#ItemNotFoundBox{
	clear:both;
	display:none;
	color: #ff0000;
}

