* {
	margin: 0px;
	padding: 0px
}
/* 1 Schrift & Grundangabe*/
html {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #3E4951
}
/* Browserdefault, 16px  */
/* schriftgrößen berechnung 22px/16 = 1.375 rem*/
body {
background : url(images/bg.jpg) #000;
background-attachment : scroll; 
}
img {
	border: 0
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	list-style-type: disc;
	margin-left: 3%;
	padding-left: 13px;
}
ol {
	list-style-type: decimal;
	margin-left: 3%;
	padding-left: 13px;
}
li {
	list-style-position: outside;
}
h1 {
	font-size: 21px;
	font-size: 1.3125rem;
}
h2 {
	font-size: 18px;
	font-size: 1.125rem;
}
h3 {
	font-size: 18px;
	font-size: 1.125rem;
}
/* 6 Überschrift Seitentitel*/
.pageHeading_name_H1 {
	padding-top: 23px;
	letter-spacing: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 36px;
	border-bottom: 1px solid #3E4951;
	margin-bottom: 2%;
	text-align: left;
}
/* Haupt DIV gesamt Container*/
#main_body {
	font-size: 18px;
	font-size: 1.125rem;
	margin: 0px auto;
	width: 98%;
}
/* 4 Head DIV Container rest unter responsive*/
#head {
	width: 100%;
	height: 100%
}
#logo {
	margin-bottom: 10px
}
/* 7 Seiten Content Main*/
#content {
	background-color: #FFF;
	padding-right: 2%;
	float: left;
	width: 96%;
	padding-left: 2%;
	padding-bottom: 3%;
	margin-bottom: 3%;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
#cont {
	box-shadow: 3px 3px 10px #808080;
	float: right;
	margin: 0% 0% 3%;
	border-radius: 10px;
	width: 100%;
}
/* Artikel Listing*/
.new_product_outbox {
	min-width: 160px;
	max-width: 100%;
	width: 100%
}
.new_product_default {
	height: 480px;
	background : url(images/bg.jpg) #000;
background-attachment : scroll; 
	min-width: 160px;
	width: 98.5%;
	float: left;
	margin: 0.5%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}
.new_product_default1 {
	text-decoration: none;
	float: left;
	width: 90%;
	padding: 5% 5% 5% 5%
}
.new_product_default_image {
	padding: 2%;
	text-align: center;
}
.new_product_default_right {
	float: left;
	width: 100%;
	padding-left: 0px;
	text-align: center;
}
.new_product_default_tax {
	color: #fdd000;
	font-size: 10px;
	font-size: 0.625rem;
	padding-bottom: 10px
}
.new_product_default_price {
	color: #fff;
	font-weight: bolder;
}
.shippingtime_text_info {
	color: #fdd000;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 5px 0 5% 0
}
/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #64c5e4;
}
a:hover {
	text-decoration: none;
	color: #fdd000;
}
/* CSS Navi Head*/
.menu {
	background: #727c85;
	background: -webkit-linear-gradient(top, #404040 0%,#1b1b1b 60%);
	background: -moz-linear-gradient(top, #404040 0%,#1b1b1b 60%);
	background: -o-linear-gradient(top, #404040 0%,#1b1b1b 60%);
	background: -ms-linear-gradient(top, #404040 0%,#1b1b1b 60%);
	background: linear-gradient(top, #404040 0%,#1b1b1b 60%)
}
.menu, .menu ul, .menu li, .menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
.menu {
	height: 40px;
	width: 100%;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	clear: none;
	float: left;
}
.menu li {
	z-index: 10;
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 40px;
}
.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	border-left: 1px solid #29353c;
	border-right: 1px solid #4c5359;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	color: #64c5e4;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.menu li:first-child a {
	border-left: none;
}
.menu li:last-child a {
	border-right: none;
}
.menu li:hover > a {
	color: #fdd000;
}
.menu ul {
	position: absolute;
	top: 40px;
	left: 0;
	opacity: 0;
	background: #1f2024;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.menu li:hover > ul {
	opacity: 1;
}
.menu ul li {
	z-index: 10;
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
.menu li:hover > ul li {
	height: 100%;
	overflow: visible;
	padding-right: 0;
}
.menu ul li a {
	width: 255px;
	padding: 4px 0 4px 20px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #353539;
}
.menu ul li:last-child a {
	border: none;
}
/* Produktlisting übersicht */
.left {
	float: left;
	margin: 0px
}
.right {
	float: right;
	margin: 0px
}
.line {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #3E4951;
}
/* CSS Responsive Angaben */
@media only screen and (min-width:450px) {
/* Artikel Listing */
.new_product_default {
	min-width: 160px;
	max-width: 48.4%;
}
}
@media only screen and (max-width:450px) {
.menu {
	height: 100%;
}
.menu li {
	z-index: auto;
	position: relative;
	list-style: none;
	float: none;
	display: block;
	height: 100%;
}
.menu li a {
	display: block;
	padding: 0 14px;
	margin: 6px 0;
	line-height: 28px;
	text-decoration: none;
	border-left: 0px solid #393942;
	border-right: 0px solid #4f5058;
	border-bottom: 1px solid #4f5058;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;

	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.menu ul {
	width: 89.3%;
	z-index: 10;
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	background: #1f2024;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.menu li:hover > ul li {
	overflow: visible;
	padding: 0;
}
.menu ul li a {
	width: initial;
	padding: 4px 0 4px 20px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #353539;
	z-index: 999;
}
}
@media only screen and (min-width:600px) {
.new_product_default {
	min-width: 160px;
	max-width: 31.8%;
}
#main_body {
	width: 95%;
}
}
@media only screen and (max-width:801px) {
.pageHeading_name_H1 {
	padding-top: 10px;
	letter-spacing: 0px;
	line-height: 30px;
}
/* Produkt überschrift ? */
}
@media only screen and (min-width:802px) {
#main_body {
	width: 95%;
}
#main {
	padding: 1.3% 0% 1% 0%;
}
}
@media only screen and (min-width:900px) {
.product_listing_description {
	min-width: 160px;
	max-width: 31.73333333333333%;
	width: 100%;
	padding-left: 15px
}
.product_listing_image {
	min-width: 160px;
	max-width: 31.73333333333333%;
	width: 100%;
	padding-top: 10px
}
.product_listing_price_button {
	min-width: 160px;
	max-width: 31.73333333333333%;
	width: 100%;
	text-align: center
}
}
@media only screen and (min-width:1000px) {
.new_product_default {
	min-width: 160px;
	max-width: 23.7%;
}
#main_body {
	width: 92%;
}
#cont {
	box-shadow: 3px 3px 10px #808080;
	float: right;
	margin: 0% 3% 3%;
	border-radius: 10px;
	min-width: 160px;
	max-width: 500px;
	width: 100%;
}
}
@media only screen and (min-width:1260px) {
.product_listing_description {
	min-width: 160px;
	max-width: 250px;
	width: 100%
}
}
@media only screen and (min-width:1370px) {
#main_body {
	width: 1290px;
}
.product_listing_description {
	min-width: 160px;
	max-width: 290px;
	width: 100%
}
}