@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 30px 20px;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E5E5E;
	
	background-color: #FFF;
}

#background {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/bg_full.gif") repeat-y;
}


#logo {
	display:block;
	width: 850px;
	height: 146px;
	margin-left: auto;
	margin-right: auto;
	
	background: url("") no-repeat;
	clear: both;
}


#menu {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #A18162;
	border-bottom: 1px solid #B2987F;
	clear: both;
	
	text-align: right;
	color: #FFF;
}
#menu ul {
	padding: 0px 15px;
}
#menu ul li {
	padding: 0px 3px;

	list-style-type: none;
	display: inline;
}


#main {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
}


#nav {
	width: 144px;
	padding: 10px 5px 5px 12px;

	float: left;
}
#nav li {
	padding: 3px 0px;
	list-style: none;
	
	font-size: 12px;
	font-weight: bold;
}
#nav li ul li{
	padding: 2px 13px;
	list-style: none;
	
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
}


#content {
	float:right;
	xmargin-left: 156px;
	width:598px;
	padding: 50px 30px 20px 60px;
}

#content .item {
	width: 100%;
	clear: both;
}

#content .image {
	margin-top: 12px;
	margin-right: 15px;
	width: 135px;
	float: left;
	text-align: right;
}
#content .image img {
	border: none;
}

#content .text {
	margin-left: 150px;
}

#copyright {
	text-align:center;
	font-size:10px;
	color:#AAA;
}

#copyright a {
	color:#AAA;
	text-decoration:none;
}

.infotable {
	margin-left: 10px;
	width: 350px;
}
.infotable th {
	text-align: left;
	width: 85px;
	vertical-align: top;
}
.infotable td {
	vertical-align: top;
	padding-bottom: 1px;
}

.detailtable {
	margin: 0;
	width: 300px;
}
.detailtable th {
	padding: 1px 0px;
	width: 100px;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.detailtable td {
	padding: 1px 0px;
	vertical-align: top;
}

.widetable {
	width: 100%;
}
.widetable th {
	text-align:left;
	vertical-align:top;
	padding-bottom:5px;
	padding-left:3px;
}
.widetable td {
	vertical-align:top;
	padding-bottom:3px;
	padding-left:3px;
}

#content .listing {
	margin: 0px 0px;
	width: 600px;
	
	font-size: 11px;
	text-align: left;
	line-height: 20px;
	
	float: left;
	clear: right;
}

#content .listing th, #content .listing td {
	text-align: left;	
}

#content .listing tr th {
	border-bottom: 1px solid;
	border-color: #b10025;

	font-weight: normal;
}

#content .listing td.preis {
	text-align:right;
}

.footlink {
	clear:both;
}

.item .footlink {
	clear:right;
}

#background_footer {
	height: 24px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	background: url("../images/bg_footer.gif") no-repeat;
}