
/* ------ Main ------- */
.plentyErrorBox {
					width:98%; 
					background-image:url(/images/admin/error_background.gif); background-repeat:repeat-y;
					margin: 0px 0px 4px 0px;
					padding:8px; text-align:left;
					vertical-align:middle; 
					color: #FFFFFF
}

.plentyErrorBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:26px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:bold;
					background-image:url(/images/icons/warning_onred.gif);background-repeat:no-repeat;
}

.plentyMessageBox {
					width:98%;
					background-image:url(/images/admin/message_background.gif); background-repeat:repeat-y;
					border:0px;
					margin: 0px 0px 4px 0px;
					padding:8px;
					text-align:left;
					vertical-align:middle;
					color: #FFFFFF
}

.plentyMessageBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:26px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:bold;
					background-image:url(/images/icons/idea_ongreen.gif); background-repeat:no-repeat;
}

.plentyWarningBox {
					width:98%;
					background-image:url(/images/admin/message_background.gif); background-repeat:repeat-y;
					border:0px;
					margin: 0px 0px 4px 0px;
					padding:8px;
					text-align:left;
					vertical-align:middle;
					color: #FFFFFF
}

.plentyWarningBoxTitle {
					margin-top:4px;
					margin-bottom:6px;
					padding-left:26px;
					color:#FFFFFF;
					font-size:16px;
					font-weight:bold;
					background-image:url(/images/icons/idea_ongreen.gif); background-repeat:no-repeat;
}
/* ------ Base ------- */

/* ------ Content ------- */
        /*
 * Bestellmermale aktivierung anfang
 */
    .ItemDetailContainer.ItemsName
{
display: block!important;
}
 
.ItemDetailContainer.ItemsImage
{
display: block!important;
}


    /*
 *  Bestellmermale aktivierung ende
 */








body {
  margin: 0;
  padding: 0;
  font-size:11px;
  font-family: Verdana, Arial, sans-serif;
  background-color: #000000;
}


/* menu left */
.left_menu {
font-size:12px;
  width: 240px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: solid white 1px;
  margin-bottom: 1px;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #333;
}

.Order_ArticleTable tbody tr td span{
background-color:#ffffff; 
padding:2px 10px 2px 10px;
margin-top:10px;
}

.left_menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
.left_menu li {
  border-bottom: 1px solid #90bade;
  margin: 0;
 list-style:none;
	/*hier weiter*/

}
.left_menu li a {
  display: block;
  padding: 6px 5px 6px 5px;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
  background-color:#D9E3EC;
  color: #000;
  text-decoration: underline;
  font-weight:bold;
  width: 220px;
  -webkit-list-style:none;
}
.left_menu li a:hover {
  border-left-color: #cc0000;
  border-right-color: #cc0000;
	
}
.left_menu li {
  border-top: 1px solid #ffffff;
  border-bottom: 0;
  margin: 0;
}
.left_menu li.level2 a {
  padding: 4px 5px 4px 2px;
  background-color: #fff;
  width: 210px;
  font-weight:normal;
}
.left_menu li.level3 a {
  padding: 3px 5px 3px 3px;
  background-color: #fff;
  width: 210px;
}

/* ? warum ?
h1{
  font-family: Times;
  font-size:20px;
  font-weight:bold;
  color:#000000;
}
*/

h2{
  font-family: Times;
  font-size:16px;
  font-weight:bold;
  color:#000000;
}

h3{
  font-family: Times;
  font-size:13px;
  font-weight:bold;
  color:#000000;
}

h4{
  font-family: Times;
  font-size:12px;
  font-weight:lighter;
  color:#FFFFFF;
}

p{
  line-height:170%;
}

a{  font-weight:bold;  }

a:active   { 
color:#ffffff;
text-decoration:none; }


img{
  margin:0;
  padding:0;
  border:0;
}

/*formulare*/
form  {
  padding: 6px;
}

option:hover   { background:#AECCDE; }
option:focus   { background:#AECCDE; }
option:active  { background:#AECCDE; }

input:hover   { background:#AECCDE; color:#000; }
input:focus   { background:#AECCDE; color:#000; }
input:active  { background:#AECCDE; color:#000; }

.label{
  color:#334750;
  width:130px;
  float:left;
}

input{
  font-weight:bold;
  color:#334750;
}

/*ende formulare*/


.space_right{
  margin-left:30px;
}

a.metanav{
  color:#FFFFFF;
  text-decoration:none;
}



/* ende ergänzung*/
/* ENDE  horizontal-menu-Styles */

.Price {
  font-size: 16px;
  font-style: normal;
  font-weight: bolder;
  /*color: #CC0000;*/
  color: #ffffff;
  
}
.smallText {
  font-size: 9px;
  font-weight: lighter;
}
.BoxVerticalLine {
 height:1px;
 background-color:#1B3D64;
}


/**
 * Formatiert jede Preisauswahlfeld im Webshop
 */
.plenty_basket_price_selection {
  font-size:14px;
  font-weight:bold;
  height:24px;
  /*color:#CC0000;*/
  color: #ffffff;
  width:100%;
}

.plenty_basket_price_selection option {
  font-weight:bold;
  /*color:#CC0000;*/
  color: #ffffff;
}


/**
 * Verfügbarkeitsübersicht
 */
#plenty_container_availability_title{ padding-top:5px; padding-left:20px; }
#plenty_container_availability {
  padding: 15px 20px 15px 20px;
  display:table-row
}
#plenty_container_availability_row{ display:table-row; }
#plenty_container_availability_col_left {
  width: 25px;
  float:left;
  text-align:center;
  padding-left:10px;
  display:table-cell;
}
#plenty_container_availability_col_right {
  display:block;
  text-align:left;
  vertical-align:middle;
  display:table-cell;
}

#spalte1 { position: absolute; width: 130px; left: 10px; top: 10px; }
#spalte2 { position: absolute; width: 20px; left: 140px; top: 10px; }

/**
 * Hinweistexte oder Ergebnisausgaben werden in diesen Boxen platziert
 */
.plenty_horizontal_bar {
  width:99%; 
  margin: 4px 0px 4px 0px;
  padding:0px;
  border: 2px solid #dfdfdf; 
  background-color:#f8f8ff;
  text-align:left;
  vertical-align:middle;
}

.plenty_horizontal_bar div {
  padding-left: 8px;
  padding-bottom: 4px;
}

.plenty_horizontal_bar h2 {
  color:#D2D1D7;
  font-weight:normal;
}


      .tab_border {
        margin-top:14px;
        border-collapse:collapse;
        border-width: 1px;
        border-style: solid;
        border-color: #B1BCC9;
      }
      
      .tab_border td {
        padding:5px;
      }
      
      .tab_border th {
        padding:5px;
        font-weight:bold;
        letter-spacing:0.1em;
        background-color:#818A95;
        color:#FFFFFF;
        border-collapse:collapse;
        border-width: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: #C3D0E1;
      }  

    .tag_20 {
                      color:#417C9C;
                      display:inline;
                      font-size:10px;
                }
                
                .tag_19 {
                      color:#417C9C;
                      display:inline;
                      font-size:12px;
                      font-weight:bold;
                }

    .tag_18 {
                      color:#417C9C;
                      display:inline;
                      font-size:14px;
                      font-weight:bold;
                }
                
                .tag_17 {
                      color:#417C9C;
                      display:inline;
                      font-size:16px;
                      font-weight:bold;
                }
                
                .tag_16 {
                      color:#417C9C;
                      display:inline;
                      font-size:18px;
                      font-weight:bold;
                }
                                
                .tag_15 {
                      color:#417C9C;
                      display:inline;
                      font-size:20px;
                      font-weight:bold;
                }
                                
                .tag_14 {
                      color:#417C9C;
                      display:inline;
                      font-size:22px;
                      font-weight:bold;
                }

                .tag_13 {
                      color:#417C9C;
                      display:inline;
                      font-size:24px;
                      font-weight:bold;
                }

    .tag_12 {
                      color:#417C9C;
                      display:inline;
                      font-size:26px;
                      font-weight:bold;                      
                }
                
                .tag_11 {
                      color:#417C9C;
                      display:inline;
                      font-size:28px;
                      font-weight:bold;
                }
                
                .tag_10 {
                      color:#417C9C;
                      display:inline;
                      font-size:30px;
                      font-weight:bold;
                }
                                
                .tag_9 {
                      color:#417C9C;
                      display:inline;
                      font-size:16px;
                      font-weight:bold;
                }
                                
                .tag_8 {
                      color:#417C9C;
                      display:inline;
                      font-size:18px;
                      font-weight:bold;
                }

                .tag_7 {
                      color:#417C9C;
                      display:inline;
                      font-size:20px;
                      font-weight:bold;
                }
        
    .tag_6 {
                      color:#417C9C;
                      display:inline;
                      font-size:22px;
                }
                
                .tag_5 {
                      color:#417C9C;
                      display:inline;
                      font-size:24px;
                      font-weight:bold;
                }
                
                .tag_4 {
                      color:#417C9C;
                      display:inline;
                      font-size:26px;
                      font-weight:bold;
                }
                                
                .tag_3 {
                      color:#417C9C;
                      display:inline;
                      font-size:28px;
                      font-weight:bold;
                }
                                
                .tag_2 {
                      color:#417C9C;
                      display:inline;
                      font-size:30px;
                      font-weight:bold;
                }

                .tag_1 {
                      color:#417C9C;
                      display:inline;
                      font-size:32px;
                      font-weight:bold;
                }
                
                
                
                .Order_AddressInputTable th{
color: #000;
}
         
         
         .flag_fr {
display: none;
}       

#PlentyMyAccount a {color: #fff !important;}

#PlentyMyAccount h1 {
color: #fff;
} 

.Order_ArticleTable th {
color: #000;
}

.Order_ArticleTable a {
color: #B1BCC9 !important;
}
.Order_ConfigListTable a {
color: #ff00ff !important;
}/* NEW ATTRIBUTE SELECT */


/* clear */
.clear {
clear: both;
}


/* wrapper */
.plentyAttributeSelectWrapper {
margin-bottom: 5px;
}
/* wrapper title */
.plentyAttributeSelectWrapperTitle { }
/* wrapper content */
.plentyAttributeSelectWrapperContent {
display: inline-block;
}

/* ul (all) */

/* ul */
.plentyAttributeSelectWrapperContent ul {
padding-left: 0;
}
/* li */
.plentyAttributeSelectWrapperContent ul > li {
list-style: none;
margin-left: 0;
overflow: hidden;
}

/* disabled */
li.plentyAttributeSelectDisabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
cursor: default !important;
}
li.plentyAttributeSelectDisabled a {
cursor: default !important;
}



/* DROPDOWN */

/* dropdown container */
.plentyAttributeSelectHasDropdown {
position: relative;
}
/* height if dropdown closed */
.plentyAttributeSelectHasDropdown,
.plentyAttributeSelectHasDropdown > div,
.plentyAttributeSelectHasDropdown > .plentyAttributeSelectWrapperInnerClosed:hover {
height: 18px;
}
/* openable container */
.plentyAttributeSelectHasDropdown > div {
position: absolute;
/*width: 100%;*/ /*has conflict with parent clearfix*/
overflow: hidden;
background: #ffffff;
border: 1px solid #cccccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* open dropdown if hovered */
.plentyAttributeSelectHasDropdown:hover > div {
height: auto;
z-index: 10000;
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}

/* selectet item */

/* value (all) */
.plentyAttributeSelectedValue,
.plentyAttributeSelectValue > a {
padding: 0 0 0 7px;
white-space: nowrap;
}
/* value selected */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue {
position: relative;
padding-right: 20px;
}
/* arrow container */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow {
position: absolute;
right: 2px;
top: 2px;
width: 12px;
height: 12px;
}
/* arrow inner */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow > span {
display: inline-block;
border-style: solid;
border-width: 5px;
border-color: #999999 transparent transparent;
}
/* arrow hover */
.plentyAttributeSelectHasDropdown > div:hover .plentyAttributeSelectedValue > .plentyAttributeSelectedArrow > span {
border-color: #777777 transparent transparent;
}


/* list */

/* list wrapper */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper {
max-height: 108px; /*adapt to height of li*/
overflow-y: auto;
overflow-x: hidden;
}
/* ul */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul {
}
/* li */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li {
height: 18px;
}
/* a */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a {
display: block;
padding-right: 20px;
white-space: nowrap;
}
/* li hover / a focus */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li:hover a,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li a:focus {
background: #eeeeee;
color: #000000;
cursor: pointer;
}
/* reset li hover / a focus if disabled */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled:hover a,
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectDisabled a:focus {
background: transparent;
color: #000000;
}
/* li / a selected */
.plentyAttributeSelectHasDropdown .plentyAttributeSelectListWrapper > ul > li.plentyAttributeSelectSelected a {
background: #eeeeee;
}
/* value & markup */
.plentyAttributeSelectValueName {
/*float: left;*/
}
.plentyAttributeSelectValueMarkup {
padding-left: 5px;
/*float: right;*/
}


/* IMAGE GALLERY / TEXT BOX */

/* ul */
.plentyAttributeSelectHasImageGallery ul,
.plentyAttributeSelectHasTextList ul {
margin: 0 -5px -5px 0;
}
/* ul image gallery / text boxes */
.plentyAttributeSelectHasImageGallery ul,
.plentyAttributeSelectHasTextList ul {
line-height: 0;
}
/* ul text boxes */
.plentyAttributeSelectHasTextList ul > li {
line-height: 1.5em;
}
/* image box size */
.plentyAttributeSelectHasImageGallery ul > li,
.plentyAttributeSelectHasImageGallery ul > li > a {
width: 60px; /*adapt box dimension to image dimension*/
height: 60px;
}
/* li */
.plentyAttributeSelectHasImageGallery ul > li,
.plentyAttributeSelectHasTextList ul > li,
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectDisabled:hover,
.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectDisabled:hover {
display: inline-block;
margin: 0 5px 5px 0;
border: 1px solid #DDDDDD;
border-radius: 3px;
padding: 3px;
}
/* li hover / selected */
.plentyAttributeSelectHasImageGallery ul > li:hover,
.plentyAttributeSelectHasTextList ul > li:hover,
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectSelected,
.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectSelected {
border-color: #999999;
cursor: pointer;
-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
/* li selected image gallery */
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectSelected {
background: #DDDDDD;
}
/* li selected text box */
.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectSelected {
background: #eeeeee;
}
/* reset li hover / selected if selected */
.plentyAttributeSelectHasImageGallery ul > li.plentyAttributeSelectDisabled:hover,
.plentyAttributeSelectHasTextList ul > li.plentyAttributeSelectDisabled:hover {
border-color: #DDDDDD;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* a */
.plentyAttributeSelectHasImageGallery ul > li > a {
display: block;
overflow: hidden;
}
/* img */
.plentyAttributeSelectHasImageGallery ul > li > a > img {
border: none;
}
/* a hover / a focus text box */
.plentyAttributeSelectHasTextList ul > li a:hover,
.plentyAttributeSelectHasTextList ul > li a:focus {
color: #000000;
}
/* value text boxes */
.plentyAttributeSelectHasTextList .plentyAttributeSelectValue {
padding-left: 5px;
}
/* value text boxes */
.plentyAttributeSelectHasTextList .plentyAttributeSelectValue {
padding-left: 5px;
padding-right: 5px;
}
/*  UPDATE ATTRIBUTE SELECT BEGIN*/
.plentyAttributeSelectedArrow > span {
position: absolute;
top: 5px;
} 
/*  UPDATE ATTRIBUTE SELECT END*/


.frankkat {
	border:#000000 1px solid; width:240px; background-color:#58585a; 
	list-style:none;
   list-style:-webkit-none;}

.frankkat a:link{
	margin-left:auto;
	margin-right:auto;
	/*width:100%;*/
	display:block;
/*background-image:url(../layout2011/button_grey_glas_blanko_eckig.gif);*/
color:#ffffff;
font-style: normal;
	font-size:12px;
}

.frankkat li:hover{
		background-color:darkgrey;
}
.frankkat a:visited{
	color:#ffffff; }
	
#dieteuerstengemaelde a {
		color: red;
}




/* CSS FÜR WEIHNACHTSPAKET */

#wpakettop {
		display: inline-block; 
		width: 780px; 
		height: 400px; 
		border: solid grey 1px; 
		background-color: #040509;
		background-image: url('/layout2015/images/weihnachten/wkugeln.png');
		background-position: top-center;
		background-repeat:no-repeat;
		}
		
.wpaketback {
		display: inline-block; 
		width: 780px; 
		border: solid grey 1px; 
		background-color: #040509;
		margin-top: 20px;
		}
.picborder {
		border: solid grey 1px;
}

#kaufenback {
		border-left:1px solid grey; 
		padding:10px; 
		width: 350px; 
		background-image:url('/layout2015/images/weihnachten/kaufenback.png');
		background-position: bottom;
		background-repeat: no-repeat;
}
	



#couchpic:hover {
		cursor: -webkit-zoom-in; cursor: -moz-zoom-in;
}


#couchpicpos {
         height: 380px;
         width:450px;
         margin:0 auto;
         vertical-align: middle;
         margin-top:-20px;
         padding-top:40px;
         }

#couchpiccontainer img      {
         background-position: bottom left, top left, left, bottom right, top right, top center, right, bottom;
		 background-repeat: no-repeat, no-repeat, repeat-y, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x;
         padding:17px;
         position:relative;
         display:block;
         border:solid green 0px;
         margin-left:auto;
         margin-right:auto;
         vertical-align:middle;
         }



/* CSS FÜR WEIHNACHTSPAKET ENDE */


/* CSS FÜR DIE SLIDE SHOW */
#backSlideSwitch {
         border-radius: 0px 10px 10px 0px;
         float: left;
         position: absolute;
         }

#masterSlide {
         width: 600px;
         height: 300px;
         display: block;
         border: solid black 1px;
         overflow: hidden;
         position: relative;
         }

#forwardSlideSwitch {
         border-radius: 10px 0px 0px 10px;
         float: right;
         position: absolute;
         left: 575px;
         z-index: 100;
         }

.slideSwitchClass {
         font-size: 25px;
         padding: 5px;
         border-color: #fff;
         border-style: solid;
         background-color: #fff;
         color: #000;
         font-family: Arial;
         z-index: 3;
         top: 125px;
         opacity: 0.4;
         cursor: pointer;
         }
.slideSwitchClass:hover {
         opacity: 1.0;
         }

#slidePic {
         z-index: 1;
         position: relative;
         float: left;
         border: solid black 1px;
         }


#butt1 {
         border-radius: 25px;
         border: solid #4748a4 4px;
         position: absolute;
         top: 210px;
         left: 175px;
         width: 200px;
         text-align: center;
         margin-left: auto;
         margin-right: auto;
         padding: 10px 20px 10px 20px;
         background-color: #fcfcfc;
         font-weight: heavy;
         font-family: Arial;
         color: #4748a4;
         }
#butt1:hover {
         background-color: #e5d5dd;
         }

#butt2 {
         border-radius: 25px;
         border: solid pink 4px;
         position: absolute;
         top: 200px;
         left: 350px;
         text-align: center;
         padding: 10px 20px 10px 20px;
         background-color: #fcfcfc;
         font-weight: heavy;
         font-family: Arial;
         }

#butt2:hover {
         background-color: #e5d5dd;
         }
    


/* CSS FÜR DIE SLIDE SHOW ENDE */


/* CSS FÜR COOKIEBANNER */
@keyframes cookieIn {
0% { bottom: -50px; }
100% {bottom: 0px; }
}
@-webkit-keyframes cookieIn {
0% { bottom: -50px; }
100% {bottom: 0px; }
}
#cookieBanner {
		display: none; 
		position: fixed; 
		bottom: 0px; 
		left: 0px; 
		width: 100%; 
		font-size: 120%; 
		background-color: #444; 
		border-top: solid #999 1px; 
		padding: 10px 50px 10px 50px; 
		color: #fff;
		animation: cookieIn 1s alternate;
		-webkit-animation: cookieIn 1s alternate;
}

/* CSS FÜR COOKIEBANNER ENDE */




	
	
