/* CSS Document */

body {
	background: #fff url(images/bg_new.jpg) center repeat-y;
	margin: 0 0 20px 0;
	text-align: center;
}

body, p, table, tr, td, h3 {
	font-family: Arial, Helvetica, Sans Serif;
	
	font-size: 12px;
}

div {
	border-width: 0;
	border-style: solid;
	border-color: #5A3D1C;
}

table,
td,
tr {
	background-color: transparent;
}

.table_wrapper {
	margin: 0 auto 0 auto;
	width: 650px;
}

font {
	color: #000 !important;
	font-weight: normal !important;
	text-align: left !important;
}

img {
	border: 0;
}

hr {
	color: #5A3D1C;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div#banner_left {
	position: absolute;
	left: 50%;
	margin: 0 0 0 -506px;
	z-index: 100;
	width: 150px;
	height: auto;
	padding: 0 0 0 0;
	background-color: #00f;
}

div#header {
	width: 700px;
	height: 50px;
	margin: 0 auto 30px auto;
	background-color: #5A3D1C;
	padding: 0;
}

div#logo {
	text-align: right;
	padding: 10px;
}

h1 {
	font-family: Times;
	font-weight: normal;
	font-size: 24px;
	margin: 0;
}

h2 {
	font-family: Times;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
}

h3 /*PREIS*/ {
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

span.preis {
	font-weight: bold,
}

/*******************************
 F O O T E R */

div#footer {
	width: 610px;
	border-width: 1px 0 0 0;
	padding: 10px 0 0 0;
	margin: 0 auto;
	background-color: #fff;
	overflow: visible;
	clear: both;
}

div#footer ul {
	margin: 0 0 5px 0;
	padding: 0 auto;
	list-style-type: none;
	overflow: auto;
	display: none;
}

div#footer ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 22%;
	text-align: center;
	margin: 0 2px 0 0;
}

div#footer ul li.active {
	color: #C9BDA6;
	margin: 0 !important;
}

div#footer ul li.active a {
	background-color: #5A3D1C;
	color: #C9BDA6;
}

div#footer ul li a {
	background-color: #C9BDA6;
	font-size: 11px;
	text-decoration: none;
	color: #5A3D1C;
	padding: 2px 0;
	display: block;
}

div#footer ul li a:hover {
	background-color: #fff;
	color: #5A3D1C;
}

.footer_full {
	text-align: center;
	font-size: 11px;
	margin: 0 0 0 0;
	clear: both;
	color: #5A3D1C;
}

.footer_full a {
	font-size: 11px;
	color: #5A3D1C;
	text-decoration: none;
}

.footer_full a.active {
	font-weight: bold;
}

.footer_full a:hover {
	text-decoration: underline;
}

/* F O O T E R
*******************************/