html, body {
	color: #320101;
	margin:0;
	text-align:center;
}
body *{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color:#FFFFFF;
}
* {
	margin:0;
	padding:0;
}

#logo {
	margin:20px 0 0 350px;
}
#main {
	width:1024px;
	text-align:left;
	margin:auto;
	color:#FFF;
}
#content {
	background:#8d1313;
	border:2px solid #eaae12;
	border-top:none;
	text-align:center;
}

#navi {
	list-style:none;
	height:30px;
}
#navi li {
	float:left;
	padding:5px 15px 5px;
	background:url("/img/bg_navi.png") right top no-repeat;
}
#navi li.last {
	background:none;
}
#navi li.aktiv {
	background-color:#660000;
}
#navi li a {
	color:#dccf71;
	text-decoration:none;
}
#navi li a:hover {
	text-decoration:underline;
}

h1 {
	clear:left;
	font-size:25px;
	font-weight:normal;
	padding:35px 15px 20px 20px;
	text-align:left;
}
h2 {
	font-size:18px;
	font-weight:normal;
	margin:0 20px;
	padding:10px 5px 5px;
}

p {
	padding:10px 25px 5px;
}

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

.strong {
	font-weight:bold;
}
.artnr {
	font-weight:bold;
	color:#EEEEEE;
	padding-bottom:50px;
}

#box {
	background: #c18370 url(/img/css/box-top-left.gif) no-repeat;
	position: relative;
	width: 980px;
	height: auto;
	margin:15px auto;
}
#innerbox {
	padding:20px;
	text-align:left;
}
span.box-top-right, span.box-bottom-left, span.box-bottom-right {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
}
span.box-top-right {
	background: url(/img/css/box-top-right.gif) no-repeat;
	top: 0;
	right: 0;
}
span.box-bottom-left {
	background: url(/img/css/box-bottom-left.gif) no-repeat;
	bottom: 0;
	left: 0;
}
span.box-bottom-right {
	background: url(/img/css/box-bottom-right.gif) no-repeat;
	bottom: 0;
	right: 0;
}

:focus {
	outline:0;
}

