* {
	margin: 0;
	padding: 0;
}

body {
	background: #0A0A0A url(../bilder/background.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #CCCCCC;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

a {
	border-bottom: 1px dotted #652A17;
	text-decoration: none;
	color: #ae401d;
}

a:hover {
	border-bottom: 1px dotted #706336;
	color: #706336;
}

#wrapper {
	background: url(../bilder/wrapper.jpg) repeat-x;
}

#header {
	width: 750px;
	height: 350px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(../bilder/header.jpg);
}

#header h1, #header h2 {
	float: left;
}

#header h1 {
	padding: 325px 0 0 40px;
	letter-spacing: 3px;
	font-size: 136%;
}

#header h2 {
	padding: 327px 0 0 6px;
	letter-spacing: 2px;
	font-size: 107%;
	color: #000000;
}

#header a {
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

#menu {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	background: url(../bilder/striped.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	display: block;
	float: left;
	height: 20px;
	padding: 8px 10px 0 8px;
	border: none;
	border-right: 1px solid #110F09;
	font-size: 85%;
	font-weight: bold;
	color: #F4D1C5;
}

#menu ul li a:hover {
	color: #ffffff;
}

#menu ul li a.aktiv {
	color: #ae401d;
}

#page {
	width: 750px;
	margin: 0 auto;
	background: url(../bilder/page_bg.jpg) repeat-y 220px 0px;
}

#content {
	float: right;
	width: 489px;
	padding-right: 20px;
}

#inner h1 {
	font-size: 136%;
	margin-bottom: 8px;
}

#inner h1 a, #inner h1 a:hover {
	border: none;
	text-decoration: none;
	color: white;
}

#inner h2 {
	font-size: 107%;
	color: #ae401d;
	margin: 0 0 7px 0;
}

#inner h3 {
	font-size: 92%;
}

#inner {
	padding: 0 0 12px 0;
}

#inner ul {
	list-style-type: square;
}

#inner ul li {
	margin: 0 0 0 12px;
	padding: 7px 5px;
	background: url(../bilder/line.jpg) repeat-x left bottom;
	color: #706336;
}

#inner ul li em {
	color: #999999;
}

#inner textarea {
	width: 470px;
}

#inner input, #inner textarea {
	background: #706336;
	border: 1px dotted #999999;
}

#inner input:hover, #inner textarea:hover {
	background: #666666;
}

#inner hr {
	border: none;
	height: 1px;
	background: url(../bilder/line.jpg) repeat-x left bottom;
	margin: 8px 0;
}

#inner a.noborder {
	border:none;
}

#inner b {
	color: #999999;
}

#sidebar {
	float: left;
	width: 180px;
	padding: 0 0 20px 20px;
}

#sidebar h2 {
	padding: 5px 20px;
	margin: 0 0 8px 0;
	background: url(../bilder/left_bg.jpg);
	border-bottom: 1px solid #1C1C1C;
	font-size: 100%;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar b {
	color: #999999;
}

#sidebar a {
	border: none;
}

#footer {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../bilder/striped.jpg) no-repeat;
}

#footer p {
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 77%;
}

.back {
	text-align: right;
	margin-top: 8px;
}

.clear {
	clear: both;
}

.green {
	color: green;
}

table.shop tr td {
	background: url(../bilder/line.jpg) repeat-x left bottom;
}

table.shop tr td.artikel {
	padding:20px 14px 0 0;
}

h4 {
	color: #706336;
}