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

/*CSS RESET*/
body{padding:0;margin:0;font:13px Verdana, Arial,Helvetica,Garuda,sans-serif;*font-size:small;*font:x-small; letter-spacing: -1px;}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{padding:0;margin:0;line-height:1em;font-size:100%;font-weight:normal;font-style: normal;}
table{font-size:inherit;font:100%;}
ul{list-style:none;}
img{border:0;}
p{margin:1em 0;}
/*ENDE CSS RESET*/

html {
  height: 100%;
}

body {
  background-image:url(/images/gallery/layout2012/bg-body.png);
  background-position: left top;
  background-repeat:repeat-x;
  background-attachment: fixed;
  color: #666666;
  background-color: #e8eff5;
  height: 100%;
}

a {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: underline;
}

b, strong {
	font-weight:bold;
}

h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: #666666;
	margin-bottom: 12px;
	margin-top: 10px;
	text-transform:uppercase;
	letter-spacing: 1px;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #666666;
	margin-bottom: 15px;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	margin-bottom: 5px;
}

#container {
  width: 996px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 20px;
  background-image: url(/images/gallery/layout2012/bg-container.png);
  background-repeat:repeat-y;
  min-height: 100%;
  position:relative;
}
  
  #header {
    margin-left: 10px;
    margin-right: 10px;
    height: 112px;
    padding: 0px;
    position: relative;
  }
    #logo img{
      margin-top: 35px;
    }
    #main-menu {
      position: absolute;
      right: 0px;
      top: 4px;
    }
	#siegel {
		position: absolute;
		right: 300px;
		top: 32px;
	}
    #warenkorb {
      position: absolute;
      top: 28px;
      right: 0px;
      width: 198px;
      height: 68px;
      border: solid 1px #cccccc;
	  padding: 5px;
      background-image: url(/images/gallery/layout2012/bg-cart.png);
      background-repeat:repeat-x;
    }
		#warenkorb .cartimg {
			position: absolute;
			right: 5px;
			top: 5px;
		}
		#warenkorb .kasselink {
			position: absolute;
			right: 5px;
			bottom: 5px;
		}  
  #top-menu {
    height: 37px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    background-image:url(/images/gallery/layout2012/bg-topmenue.png);
    border: solid 1px #666666;
    background-repeat:repeat-x;
    position: relative;
  }
    #suche {
      position: absolute;
      right: 0px;
      top: 4px;
      width: 300px;
    }
    #suche .searchfield {
      width: 190px;
      height: 26px;
      border: solid 1px #cccccc;
      padding-left: 5px;
      padding-right: 5px;
      color: #cccccc;
    }
    #suche .searchfield:focus {
      color: #666666;
    }
    #suche .searchbutton {
      height: 30px;
      border: solid 1px #cccccc;
      background-image:url(/images/gallery/layout2012/search-lupe.png);
      background-repeat: no-repeat;
      background-position: 6px 6px;
      background-color:#FFFFFF;
      margin-left: 5px;
      padding-left: 30px;
      text-align, left;
      color: #666666;
      font-size: 1.1em;
    }	
	#hersteller_selectbox .hersteller {
      width: 168px;
      height: 26px;
      border: solid 1px #cccccc;
    }
  
  #inhalt {
    margin: 10px;
  }
  
  #footer {
    margin-left: 10px;
    margin-right: 10px;
    background-image: url(/images/gallery/layout2012/bg-footer.png);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #f6f6f6;
    border: solid 1px #cccccc;
	position:relative;
  }


/*MENU*/

#top-menu .left_menu, #top-menu .left_menu ul {
  list-style: none;
  position:absolute;
  left:0;
}
#top-menu .left_menu {
  list-style: none;
}
#top-menu .left_menu li.level1 {
  text-align:center;
  float:left;   
  padding: 0 20px;
}
#top-menu .left_menu li.level1:hover {
  background-image: url(/images/gallery/layout2012/bg-menu-hover-top.png);
  background-position: left top;
  background-repeat: repeat-x;
  border: solid 1px #666666;
  border-bottom: none;
  border-top: 1px solid #FFFFFF;
  padding: 0 19px;
  height: 39px;
  z-index: 100;
}

#top-menu .left_menu li.level1 a {
  display: block;
  line-height:36px;
  color:#000;
  z-index: 999;
  font-size:16px;
  text-transform:uppercase;
}

#top-menu ul.menu_level2 {
  display: none;
  text-align: left;
  width:866px;
  background-color:#b4caf3;
  background-image: url(/images/gallery/layout2012/bg-menu-hover.png);
  background-position: left top;
  background-repeat: repeat-x;
  position:absolute;
  top: 38px;
  padding:10px;
  border: 1px solid #666666;
  border-top: none;
  z-index:100;
}
 
#top-menu .left_menu li.level1:hover .menu_level2 {
  display: block;
}

#top-menu ul.menu_level2 li.level2 {
	float: left;	
	/*display: inline-block;*/
	position: relative;
	width: 214px;
	padding-bottom: 10px;
}

#top-menu ul.menu_level2 li ul {
	width: 214px;
	position:relative;	
}

#top-menu ul.menu_level3 li {
	position:relative;
}

#top-menu .left_menu li.level1 ul.menu_level2 li a {
	text-transform: capitalize;
	font-weight: bold;
	font-size: 1.15em;
	line-height:25px;
	letter-spacing: 0.08em;
	margin-right: 4px;
	border-bottom: 1px solid #cccccc;
}
#top-menu .left_menu li.level1 ul.menu_level3 li a {
	text-transform: capitalize;
	font-weight: normal;
	line-height:22px;
	font-size: 1em;
	padding-left: 6px;
	letter-spacing: 0.001em;
	border-bottom: none;
}  
/*
#top-menu .left_menu li.level1 ul {
  display: none;
  text-align: left;
  width:620px;
  background-color:#b4caf3;
  background-image: url(/images/gallery/layout2012/bg-menu-hover.png);
  background-position: left top;
  background-repeat: repeat-x;
  position:absolute;
  top: 38px;
  padding:10px;
  border: 1px solid #666666;
  border-top: none;
  z-index:100;
}

#top-menu .left_menu li.level1:hover ul {
  display: block;
}
*/
/*
#top-menu .left_menu li.level1 ul li {
  display:inline;
  float:left;
  width:155px;
  margin-left:3px;
}
#top-menu .left_menu li.level1 ul li a {
  line-height:30px;
  padding: 0 3px 0 15px;
  font-size:14px;
  color:#4d4d4d;
  text-transform:none;
}
#top-menu .left_menu li.level1 ul li a:hover {
  text-decoration:underline;
}

#top-menu .left_menu li.level1 ul li ul {
	width: 150px;
	display:block;
}

*/
#top-menu .level1 {
	display: none;
}

#top-menu .level1#plentycat_115-0-0-0-0-0, 			/*Schuhe*/
#top-menu .level1#plentycat_120-0-0-0-0-0 , 		/*Bekleidung*/
#top-menu .level1#plentycat_141-0-0-0-0-0, 			/*Accessoires*/
#top-menu .level1#plentycat_125-0-0-0-0-0			/*Sport*/
{
	display: block;
}

.catnavigation {
	width: 770px;
	height: 28px;
	padding-top: 4px;
	margin-bottom: 10px;
	background-image:url(/images/gallery/layout2012/bg-topmenue.png);
    border: solid 1px #cccccc;
    background-repeat:repeat-x;
}
.catnavigation div {
	float: right;
}
.catnavigation .nextbutton {
	margin-right: 5px;
}
.catnavigation a {
	border: solid 1px #cccccc;
	background-color: #FFFFFF;
	width: 22px;
	height: 18px;
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 2px;
	text-align: center;
	padding-top: 2px;
}
.catnavigation .pages a.articlePages_activeLink {
	background-color: #cccccc;
	border: solid 1px #FFFFFF;
	font-weight:bold;
}
.catnavigation .sortierung {
  margin-left: 0px;
  float:left;
}
.catnavigation .sortierung div { float: left; margin-left: 5px; line-height: 25px; }
.ArticleOrderSelect {
	width: 150px;
    height: 25px;
    border: solid 1px #cccccc;
}

#katuebersicht {
	margin-left: -8px;
}
#katuebersicht h2 {
	margin-left: 8px;
	margin-bottom: 6px;
	border-bottom: 1px solid #cccccc;
}
h2.underline {
	margin-bottom: 6px;
	margin-top: 6px;
	border-bottom: 1px solid #cccccc;
}
.categorybox {
	width: 185px;
	margin-left: 8px;
	margin-bottom: 8px;
	border: solid 1px #cccccc;
	float: left;
	text-align:center;
	background-image:url(/images/gallery/layout2012/bg-topmenue.png);
    border: solid 1px #cccccc;
    background-repeat:repeat-x;
}
.categorybox:hover {
	border: solid 1px #666666;
}
.categorybox a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.artikelbox {
	width: 185px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: solid 1px #cccccc;
	float: left;
}
.artikelbox.item4,.artikelbox.item8,.artikelbox.item12,.artikelbox.item16,.artikelbox.item20,.artikelbox.item24 {
	margin-right: 0px;
}
	.artikelbox .title {
		font-weight: bold;
		font-size: 1.1em;
		padding: 5px;
		height: 40px;
	}
	.artikelbox .image {
		height: 120px;
		margin-top: 4px;		
		text-align: center;
	}
	.artikelbox .infos {
		background-image: url(/images/gallery/layout2012/bg-cart.png);
		background-repeat:repeat-x;
		background-color: #f6f6f6;
		padding: 10px;
		padding-bottom: 6px;
		padding-top: 4px;
	}
	.artikelbox .preis {
		font-weight: bold;
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	.artikelbox .hinweise {
		font-size: 0.85em;
	}
	.artikelbox .detaillink {
		text-align: right;
		font-style: italic;
		margin-top: 4px;
	}

#leftbox {
	width: 180px;
	float: left;
}

#leftbox .box {
	background-color: #f6f6f6;
	border: solid 1px #cccccc;
	background-image: url(/images/gallery/layout2012/bg-left-block.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 10px;
	padding: 5px;
}

#leftbox .box  ul.unterkat-left li {
	list-style: none;
	margin-left: 10px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(/images/gallery/layout2012/menu-left.gif);
	background-position: 0 3px;
	background-repeat:no-repeat;
}
#leftbox .box  ul.unterkat-left li.active a {
	color: #000000;
	letter-spacing: 1px;
	font-weight: bold;
}
#leftbox .box .filter {
	margin-top: -10px;
}
.NavigationGroupFilter {
	margin-top: 15px;
}
.NavigationGroupFilter h2 {
	margin-bottom: 4px;
}
#main {
	float: left;
	width: 772px;
	margin-left: 20px;
	position: relative;
}

#footer .fobox {
	float: left;
	width: 155px;
	margin-left: 15px;
	margin-right: 20px;
	margin-top: 15px;
}
#footer .fobox h3 {
	color: #666666;
	font-size: 1.1em;
}
#footer ul li {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}

#copy {
	text-align: center;
	color: #CCCCCC;
	margin-top: 5px;
}
#copy a { color: #CCCCCC; }

.multilang_flags {
	/*display: none;*/
}
.clear {
	clear: both;
}

/*Artikel Ansicht*/
#artbild {
	width: 300px;
	height: 300px;
	padding: 10px;
	float: left;
	border: solid 1px #cccccc;
}
#artbild a {
	width: 300px;
	height: 300px;
	display: table-cell; 
	vertical-align: middle;
}
#mehrbilder {
	width: 80px;
	float: left;
	margin-left: 5px;
}

#mehrbilder2 {
	width: 80px;
	float: left;
	margin-left: 18px;
}

#mehrbilder img, #mehrbilder2 img {
	width: 80px;
	margin-bottom: 2px;
}

#artinfo {
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 20px;
}

#artpreis {
	float: right;
	width: 250px;
	text-align: right;
	margin-right: 20px;
	margin-top: 100px;
	position: relative;
}

#artpreis .Price {
	font-size: 24px;
	letter-spacing:1px;
	margin-left: 4px;
}
#artpreis .smallText {
	font-size: 11px;
}

.ArticleAttrTable {
	margin-top: 20px;
	margin-left: 18px;
}
.ArticleAttrTd_0 {
	vertical-align: middle;
	padding-right: 4px;
}
.ArticleAttrTd_1 select {
	/*position: absolute;
	right: 0px;
	top: 80px;*/
	width: 180px;
	background-color: Transparent; 
	background-image:url(/images/gallery/layout2012/bg-topmenue.png);
	border: solid 1px #CCCCCC;
}
.kaufenbtn {
	position: relative;
	right: 1px;
	top: 0px;
	background-image:url(/images/gallery/layout2012/bg-topmenue.png);
	border: solid 1px #CCCCCC;
	height: 26px;
	line-height:22px;
}
.kaufenbtn:hover {
	border: solid 1px #666666;
}
#artbesch {
	border: solid 1px #cccccc;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	line-height: 140%;
}
#artbesch li {
	margin-bottom: 8px;
}
.bestitle h2 {
	background-image:url(/images/gallery/layout2012/bg-topmenue.png);
    border: solid 1px #cccccc;
    background-repeat:repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	height: 30px;
	margin-bottom: -4px;
	margin-left: -3px;
	margin-right: 30px;
	margin-top: 5px;
}

/* Buttons */  
.prev {
  background:url(/images/gallery/Basis/image-slide-arrows.jpg) bottom left; 
  height:200px; 
  width:25px; 
  display:block; 
  border:1px solid #b9cad6;
}
         
.prev:hover{
  background-position:top left; 
  border:1px solid #87a7ba;
} 
  
.next { 
  background:url(/images/gallery/Basis/image-slide-arrows.jpg) bottom right; 
  height:200px;
  width:25px; 
  display:block; 
  border:1px solid #b9cad6;
}
  
.next:hover{
  background-position:top right; 
  border:1px solid #87a7ba;
} 
/* Scrollbar */        
        
.scrollable{
    position:relative;
    overflow:hidden;
    width: 716px;
    height:200px;
    border:1px solid #e8e1db;
    float:left;    
}
.scrollable .items {
    width:20000em;
    position:absolute;
    clear:both;
}

.items div.arround{
    float:left;
    width:632px;    
}

.items div.sliderproduct { 
  float:left;
  width:157px;
  height:200px;
  border-right:1px dotted #ccc; 
  padding-top:5px;
}

.items div.sliderproduct:hover{
  background-color:#e3e3e3;
}



/*Preisslider*/
.ui-slider { position: relative; text-align: left; margin: 10px;}
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 13px; height: 12px; cursor: pointer; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 1em; height: 12px; display: block; border: 0; }
.ui-slider-horizontal { height: 6px; width: 145px;}
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
/*
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
*/
.ui-widget-content { border: 1px solid #666666; }

.ui-widget-header { 
	border: 1px solid #666; 
	background-image: url(/images/gallery/layout2012/preisslider.png);
	background-repeat: repeat-y;
	background-position: left top;
	backgroun-color: #eff3fc; 
	color: #ffffff; 
	font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default {background: url(/images/gallery/layout2012/ball.png);}
#ausgabe {
	border:0; 
	width: 120px; 
	text-align: left; 
	letter-spacing: 0px; 
	font-size: 12px; 
	color:#666666; 
	background: none; 
	margin-bottom: -10px; 
	margin-left: 30px; 
}
 /*
.ui-widget-header a { color: #414141;}  

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #414141; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {  outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ccc; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #666; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ccc; outline: none; text-decoration: none;}
*/

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


#trusted-video {
	width: 640px;
	padding: 15px;
	border: solid 1px #cccccc;
	display: none;
	position: absolute;
	top: 50px;
	left: 50px;
	background-color: #FFFFFF;
	box-shadow:8px 8px 8px #666;
}
#trusted-video h3 {
	padding-bottom: 10px;
}

#shopgatebanner {
	position: absolute;
	top: 0px;
	right: -115px;
}