

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

.wrapper {
	min-width: 600px;
	max-width: 1000px;
	margin: 0 auto;
}

.header {

	background: #575e63; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #33373d;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
	background: -webkit-linear-gradient(top, #575e63, #3f4347);
	background: -moz-linear-gradient(top, #575e63, #3f4347);
	background: -ms-linear-gradient(top, #575e63, #3f4347);
	background: -o-linear-gradient(top, #575e63, #3f4347);
}

#head{
	padding: 2% 2% 0% 4%;
}

.link{
	font-size:13px;
	height:20px;
	vertical-align: middle;
	background-color:#33373D;
	border-top:1px solid #878e98;
	border-bottom:1px solid #33373d;
	border-radius: 10px 10px 10px 10px;
}

.link a{
	color: #fff;
	text-decoration: none;
}
.link a:hover{
	color: red;
	text-decoration: none;
}

.middle {
	min-width: 600px;
	max-width: 1000px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 20px 0 305px;
	background:#DFDFDF;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 300px;
	margin-left: -100%;
	position: relative;
	background: #DFDFDF;
}

#suche-btn {
	padding: 5px;
	background:#575e65;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	border:1px solid #878e98;
	border-radius: 10px 10px 10px 10px;
}

#suche-btn:hover {
	background:#33373D;
	color: red;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: #575e63; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #33373d;
	border-radius: 0px 0px 10px 10px;
	color: #CFCFCF;
	text-shadow: 0 1px 1px #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
	background: -webkit-linear-gradient(top, #575e63, #3f4347);
	background: -moz-linear-gradient(top, #575e63, #3f4347);
	background: -ms-linear-gradient(top, #575e63, #3f4347);
	background: -o-linear-gradient(top, #575e63, #3f4347);
}

.copy, .agb {
	color: #CFCFCF;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#beschreibung {
	width: 100%;
	margin:0;
	padding: 0;
	font-family:arial, sans-serif;
	font-weight:normal;
	font-size:12px;
	background-image: url(metal.jpg);
}

#tabl {
	font-family:arial, sans-serif;
	font-weight:normal;
	font-size:11px;
}

#tabl2{
	font-family:arial, sans-serif;
	font-weight:normal;
	font-size:13px;
}

#bild{
	Text-align:center;
}

.ftd{
	width:auto;
	text-align:center;
}

.ztd{
	width:20%;
	vertical-align:top;
	text-align:center;
}

.kauab ul {
	list-style:none;
	margin:0 0 0 0; 
	padding:0;
	width:100%;
	margin:0 auto;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}

.kauab ul li{
	padding: 10px;
}

.kauab ul li label {
	display:block;
	padding:2px;
	width:100%;
	background: #575e63; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #33373d;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
	background: -webkit-linear-gradient(top, #575e63, #3f4347);
	background: -moz-linear-gradient(top, #575e63, #3f4347);
	background: -ms-linear-gradient(top, #575e63, #3f4347);
	background: -o-linear-gradient(top, #575e63, #3f4347);
}

.verinf{
	text-align:left;
	color: #fff;
}

.versand1 {
	padding-left:0;
	background: #575e63; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #33373d;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
	background: -webkit-linear-gradient(top, #575e63, #3f4347);
	background: -moz-linear-gradient(top, #575e63, #3f4347);
	background: -ms-linear-gradient(top, #575e63, #3f4347);
	background: -o-linear-gradient(top, #575e63, #3f4347);
}

.versand ul {
	list-style:none;
	margin:0 0 0 0; 
	padding:0;
	width:100%;
	margin:0 auto;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}

.versand ul li{
	padding: 10px;
	text-align:center;
}

.versand ul li label {
	display:block;
	padding:2px;
	width:100%;
	background: #575e63; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #33373d;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
	background: -webkit-linear-gradient(top, #575e63, #3f4347);
	background: -moz-linear-gradient(top, #575e63, #3f4347);
	background: -ms-linear-gradient(top, #575e63, #3f4347);
	background: -o-linear-gradient(top, #575e63, #3f4347);
}

.versand ul li label:hover {
	background: #575e65;
	color: red;
}

.versand ul li input[type='checkbox'] {
	display: none;
}

.versand ul li i {
	font-size:18px;
	vertical-align: middle;
	width:20px;
	display:inline-block;
}

.versand ul li input[type='checkbox']:checked ~ label {
	color:red;
	background: #33373D; /* fallback colour */
	border-top:1px solid #33373D;
	border-bottom:1px solid #33373D;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3E505E), to(#566f82));
	background: -webkit-linear-gradient(top, #3E505E, #566f82);
	background: -moz-linear-gradient(top, #3E505E, #566f82);
	background: -ms-linear-gradient(top, #3E505E, #566f82);
	background: -o-linear-gradient(top, #3E505E, #566f82);
}

.versand ul li input[type='checkbox']:checked ~ .options {
	height: auto;
	display:block;
	max-height:700px;
}

.versand ul ul {
	background:#33373D; margin:0; padding:0;
	-moz-box-shadow: inset 0 2px 2px #b3b3b3;
	-webkit-box-shadow: inset 0 2px 2px #b3b3b3;
	box-shadow: inner 0 2px 2px #b3b3b3;
}

.versand ul ul li a {
	display:block;
	padding:2px 2px;
	color:#999;
	text-decoration:none;
}

.versand ul ul li {
	border-bottom:1px solid #ccc;
	text-align:left;
}

.options {
	height: 0;
	display: block;
	overflow: hidden;
}

.nav2 ul {
	list-style:none;
	margin:0; 
	padding:0;
	width:250px;
	margin:0 auto;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}

.nav3 {
	padding: 0 10px 0 15px;
	text-align:center;
	padding:2%;
}

.nav4{
	padding:2% 0% 4% 10%;
}

.nav4 a{
	text-decoration:none;
	color: #000;
}

.nav4 a:hover{
	text-decoration:none;
	color: red;
}

.nav2 ul li label {
	display:block;
	padding:2px;
	width:100%;
	background: #575e63; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #33373d;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
	background: -webkit-linear-gradient(top, #575e63, #3f4347);
	background: -moz-linear-gradient(top, #575e63, #3f4347);
	background: -ms-linear-gradient(top, #575e63, #3f4347);
	background: -o-linear-gradient(top, #575e63, #3f4347);
}

.nav ul {
	list-style:none;
	margin:0; 
	padding:0;
	width:250px;
	margin:0 auto;
	-moz-box-shadow: 0 0 5px #111;
	-webkit-box-shadow: 0 0 5px #111;
	box-shadow: 0 0 5px #111;
}

.nav ul li label {
	background: #575e63; /* fallback colour */
	border-top:1px solid #878e98;
	border-bottom:1px solid #33373d;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#575e63), to(#3f4347));
	background: -webkit-linear-gradient(top, #575e63, #3f4347);
	background: -moz-linear-gradient(top, #575e63, #3f4347);
	background: -ms-linear-gradient(top, #575e63, #3f4347);
	background: -o-linear-gradient(top, #575e63, #3f4347);
}

.nav ul li input[type='checkbox'] {
	display: none;
}

.nav ul li label {
	display:block;
	padding:2px;
	width:250px;
}

.nav ul li i {
	font-size:18px;
	vertical-align: middle;
	width:20px;
	display:inline-block;
}

.nav ul li label:hover {
	color:red;
	background: #566f82; /* fallback colour */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#566f82), to(#3e505e));
	background: -webkit-linear-gradient(top, #566f82, #3e505e);
	background: -moz-linear-gradient(top, #566f82, #3e505e);
	background: -ms-linear-gradient(top, #566f82, #3e505e);
	background: -o-linear-gradient(top, #566f82, #3e505e);
}

.nav ul li input[type='checkbox']:checked ~ label {
	color:red;
	background: #33373D; /* fallback colour */
	border-top:1px solid #33373D;
	border-bottom:1px solid #33373D;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3E505E), to(#566f82));
	background: -webkit-linear-gradient(top, #3E505E, #566f82);
	background: -moz-linear-gradient(top, #3E505E, #566f82);
	background: -ms-linear-gradient(top, #3E505E, #566f82);
	background: -o-linear-gradient(top, #3E505E, #566f82);
}

.nav ul li input[type='checkbox']:checked ~ .options {
	height: auto;
	display:block;
	min-height:40px;
	max-height:600px;
}

.nav ul ul {
	background:#33373D; margin:0; padding:0;
	-moz-box-shadow: inset 0 2px 2px #b3b3b3;
	-webkit-box-shadow: inset 0 2px 2px #b3b3b3;
	box-shadow: inner 0 2px 2px #b3b3b3;
}

.nav ul ul li a {
	display:block;
	padding:2px 2px;
	color:#999;
	text-decoration:none;
}

.nav ul ul li a:hover {
	color:#fff;
}

.nav ul ul li {
	border-bottom:1px solid #ccc;
}

.nav ul ul li:first-child {
	padding-top:2px;
}

.nav ul ul li:last-child {
	padding-bottom:2px; border:0;
}
