html {
	height: 100%;
}
body {
	background-color: #280708;
	background-image: url(../graphics/header_bg_2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff0b8;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	height: 100%;
}
* {
	margin: 0;
	padding: 0;
}
.float-clear {
	clear: both;
}
a:link, 
a:visited {
	color: #f0cb7b;
}
a:hover {
	color: #f0cb7b;
	text-decoration: none;
}

.bt {
	display: inline-block;
	background-color: #70584e;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #b4975a;
}
.bt a {
	display: block;
	padding: 10px 50px;
	text-align: center;
	color: #f0cb7b;
	text-decoration: none;
	font-size: 16px;
}
.bt:hover {
	background-color: #9c885d;
}

.content strong {
	color: #f0cb7b;
}
#wrapper {
	width: 923px;
	position: relative;
	left: 50%;
	margin-left: -461px;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
}
#branding {
	position: relative;
	width: 923px;
	height: 152px;
	top: 23px;
	display: block;
}
#branding h1,
#branding h2 {
	margin: 0;
	padding: 0;
	display: none;
}
#logo {
	float: left;
	width: 152px;
	height: 152px;
	background-image: url(../graphics/logo.gif);
	background-position: 4px 0;
	background-repeat: no-repeat;
}
#strap {
	float: right;
	width: 305px;
	height: 152px;
	background-image: url(../graphics/logo_strap.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#container {
	min-height: 100%;
}
.content {
	margin-top: 60px;
	width: 923px;
	background-position: 0 433px;
}
.content img {
	padding: 0;
	margin: 0;
	/*border: 1px solid #482627;*/
	display: block;
}
.content ol {
	margin-left: 20px;
	padding: 0 14px 14px 14px;
}
.content p {
	padding: 0 14px 14px 0;
	margin: 0;
	display: block;
}
.content p.nur-text {
	padding: 14px 0;
}
.content p.nur-text-2 {
	padding: 14px 0 0 14px;
}
.content h2, .content h3 {
	color: #f0cb7b;
	padding: 14px 0;
	margin: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: 14px 0px;
}
.content h3 strong {
 display: none;
}
.content h4 {
	color: #f0cb7b;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 14px 0;
	margin: 0;
	display: block;
}
.content .txt-right {
	float: right;
	/*border: 1px solid #482627;*/
	margin-bottom: 8px;
}
.content .txt-left {
	/*border: 1px solid #482627;*/
	margin-bottom: 8px;
}
.content img.pic-right {
	float: right;
}
.content img.pic-left {
	float: left;
}
.content table {
	margin: 0 0 31px 0;
	padding: 0; 
	border-collapse: collapse;
}
.content tbody td {
	border-bottom: 1px solid #70584e;
	margin: 0;
	padding: 6px;
	vertical-align: top;
}
.content thead th {
	padding: 6px;
	color: #f0cb7b;
	font-weight: bold;
	background-color: #70584e;
	text-align: left;
}
.content .varianten,
.content .groessen {
	float: left;
	width: 287px;
	overflow: hidden;
}
.content .groessen div {
	float: left;
}
.content .groessen div > div {
	border-top: 1px solid #70584e;
	background-color: #361713;
	padding: 5px 0px 5px 6px;
}
.content .varianten img {
	width: 287px;
	height: 220px;
	margin: 0;
	padding: 0;
}
.content .varianten div {
	border-top: 1px solid #70584e;
	padding: 5px 0px 5px 6px;
	width: 14px;
	float: left;
	margin-bottom: 0;
	background-color: #472921;
	color: #f0cb7b;
}
.content .varianten div strong,
.content .varianten div span {
	color: #fff0b8;
}
.content .varianten div + div {
	width: 267px;
	padding: 0;
	background: none;
}
.content .varianten div > div {
	position: relative;
	width: 261px;
	left: 0;
	top: -30px;
	border-top: none;
	padding: 5px 0px 5px 6px;
	margin-bottom: 0;
	background-color: #361713;
}
.content .varianten div.preis {
	color: #fff0b8;	
	top: 0;
	left: 185px;
	width: 70px;
	height: 20px;
	text-align: right;
	font-weight: bold;
	z-index: 1;
	background: none;
}
.clear-float:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   height: 0;
}
.spacer {
	width: 923px;
	height: 100px;
	clear: both;
}
#footer {
	position: absolute;
	margin: 0 auto;
	width: 100%;
	height: 80px;
	bottom: 0;
	background-color: #3a1b17;
	/*border-top: 1px solid #735c53;*/
}
* html #footer {
	margin-top: -20px;
}
#footer img {
	position: absolute;
	top: 19px;
	right: 25px;
}
#footer ul {
	list-style: none;
	position: absolute;
	top: 19px;
	left: 20px;
}
#footer div {
	position: absolute;
	top: 29px;
	right: 175px;
}
#footer a,
#footer a:link,
#footer a:visited {
	text-decoration: none !important;
}
#footer a:hover {
	text-decoration: underline !important;
}