﻿@charset "UTF-8";
html,body{padding:0}
body {
	color:#d9dadb;
	/*background-color:#851719;*/
	background:url(../back.jpg); 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	text-align:center;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

a {
	border:none;
	text-decoration:none;
	color:#d9dadb;
	font-weight:bold;
}

a.red {
	border:none;
	text-decoration:none;
	color:#e2001a;
	font-weight:bold;
}

img {
	border:none;
	text-decoration:none;
	border:none;
}

ul {
	float:left;
	list-style:none;
}

li {
	float:left;
	list-style:none;
}
#container {position:relative;min-height:100%;height:auto !important;width:986px;text-align:left;margin:0 auto 0}
#middle{width:986px;clear:both}

#impressum {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d9dadb;
	text-align:right;
	width:970px;
	padding-right:16px;
}
#header {
	width:970px;
	height:352px;
	background:url(../img/header-bg.jpg) no-repeat;
	margin-top:10px;
	padding:4px 8px 0 8px;
}
#eyecatcher {
	width:970px;
	height:300px;
}

#order {position:absolute; top:300px; left:70px;}

#menue {
	width:960px;
	margin-left:10px;
	padding-top:3px;
}
#menue ul { padding:0; margin:0; }
#menue a {
	line-height:48px;
	font-size:16px;
	padding:0 30px;
	border-right:1px solid #fff;
}
#menue a:hover {
	color:#999;
}

#content {
	width:800px;
	padding:15px 93px;
	background:url(../img/content-bg.png) repeat-y;
}

#footer {
	font-size:12px;
	width:930px;
	height:40px;
	padding:30px 56px 0 0;
	background:url(../img/footer-bg.jpg) no-repeat;
	text-align:right;
}
	#products {
		background:#fff;
		color:#000;
		padding:10px;
		width:780px;
	}
	table input[type="text"]{
	    width:90px;
		font-size:14px;
		line-height:22px;
		height:22px;
	}
	input[type="text"][name="qty[]"]{
	    width:40px;
		text-align:center;
	}
	input[readonly]{
	    background:#fff;
		color:#000;
		border:0px none;
		text-align:right;
	}
	td{
	    padding:5px 10px;
		vertical-align:top;
		color:#000;
	}
	.row {
		width:800px;
		height:35px;
		clear:both;
	}
	.label {
		width:130px;
		padding:0 10px;
		float:left;
	}
	.input {
		width:250px;
		float:left;
	}
	.input input {
		width:200px;
	}
	.info {
		width:780;
		padding:0 10px;
	}
	#main.order {
		background-image:url(../back_1100x2000.jpg);
		height:auto;
	}
	#main.agb {
		background-image:url(../back_1100x2250.jpg);
		height:auto;
	}
	#main.datenschutz {
		background-image:url(../back_1100x1200.jpg);
		height:auto;
	}
	#main.widerrufsbelehrung {
		background-image:url(../back_1100x1500.jpg);
		height:auto;
	}
	input[type="submit"] {
		background:#9c1011;
		color:#fff;
		font-size:18px;
		border:2px solid #fff;
		width:150px;
		text-align:center;
		text-transform:uppercase;
		cursor:pointer;
	}
	.error {
		background:#9c1011;
		color:#fff;
		padding:10px;
	}
	.noerror {
		padding:10px 0;
	}
	a.infoLinks {
		font-weight:normal;
		text-decoration:underline;
	}
