* { 
	padding: 0px; 
	margin: 0px;
}

img { 
	border: none;
}

body {
	background-color: #D9D1C3;
	text-align:center;
}

#wrapper {
	width: 978px;
	margin: 0px auto;
	position: relative;
	text-align:left;
}

#main {
	width: 978px;
	height: 560px;
	position: relative;
	background-color: #FFF;
	background-image: url(layout_FILES/bgr.gif);
	background-repeat: no-repeat;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-size: 11px;
	color: #736650;
	text-align: right;
	padding-top: 5px;
	padding-right: 3px;
}

#footer a {
	color: #736650;
}

#leftCol {
	width: 435px;
	height: 560px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 54px;
}

#rightCol {
	width: 415px;
	position: absolute;
	z-index: 10;
	bottom: 30px;
	left: 526px;
}

#leftCol p {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	padding-top: 2px;
}

#leftCol a {
	color: #86765C;
}

/* Gallery */

#galleryHeader {
	width: 424px;
	height: 106px;
}

#gallery {
	width: 435px;
	height: 404px;
	background-image: url(layout_FILES/galleryBgr.gif);
	background-repeat: no-repeat;
}

#gallery .thumbnail {
	width: 100px;
	margin-right: 8px;
	margin-top: 10px;
	float: left;
	display: inline;
}

/* Teaser */

.teaser {
	width: 415px;
	height: 90px;
	margin-bottom: 20px;
	position: relative;
	background-image: url(layout_FILES/teaserBgr.gif);
	background-repeat: repeat-x;
}

.teaser .image {
	width: 71px;
	height: 65px;
	position: absolute;
	z-index: 10;
	bottom: 10px;
	right: 0px;
}

.teaser .text {
	width: 310px;
	position: absolute;
	z-index: 10;
	bottom: 6px;
	left: 0px;
}

.teaser .text p {
	padding-bottom: 0px;
}

.teaser .text h2 {
	text-indent: 0px;
	font-weight: bold;
}

#teaserNavigation {
	position: absolute;
	z-index: 10;
	bottom: -4px;
	right: 0px;
	font-size: 10px;
	text-align: right;
}

#teaserNavigation a:hover {
	text-decoration: none;
}

/* Product Detailviev */

#imagelist {
	width: 430px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: -15px;
	background-image: url(layout_FILES/imagelistBgr.gif);
	background-repeat: repeat-y;
}

#imagelist .thumbnail {
	width: 71px;
	padding-left: 15px;
	padding-bottom: 10px;
	float: left;
	display: inline;
}

/* Newsbox */

#newsBox {
	width: 406px;
	height: 140px;
	position: absolute;
	z-index: 11;
	left: 63px;
	top: 361px;
	background-image: url(layout_FILES/newsboxBgr.png);
}

div#scrollbar {
	display: block;
}

div#wn	{
	width: 350px;
	height: 95px;
	position: absolute;
	z-index: 12;
	top: 24px;
	left: 13px;
	overflow: hidden;
}
    
div#scrollbar { 
	position: absolute;
	z-index: 12;
	top: 15px;
	left: 382px;
	width: 11px; 
	height: 110px; 
	font-size: 1px;
}

div#track { 
	position: absolute;
	left: 0;
	top: 12px;
	width: 11px;
	height: 86px;
	background: #336;
	display: none;
}

div#dragBar {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 9px;
	height: 20px;
	background-color: #ceced6;
}  

div#up {
	position: absolute; 
	left: 0; 
	top: 0;
}  

div#down {
	position: absolute; 
	left: 0;
	bottom: 0;
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
}

#newsBox h2 {
	font-size: 11px;
	font-weight: bold;
	text-indent: 0px;
}

#newsBox a {
	color: #000;
	text-decoration: underline;
}

#newsBox a:hover {
	color: #000;
}

/* font settings */

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	letter-spacing: 0.02em;
}

p {
	padding-bottom: 16px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#rightCol a {
	color: #86765C;
}

#rightCol a:hover {
	color: #000;
}

h1 {
	display: none;
	visibility: hidden;
}

h2 {
	font-size: 11px;
	background-repeat: no-repeat;
	text-indent: -5000px;
	display: block;
}

h3 {
	font-size: 11px;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 16px;
	color: #86765C;
}

h4 a {
	text-decoration: underline;
}

h4 a:hover {
	text-decoration: underline;
	color: #000;
}

/* cleaner */

.cleaner {
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	border: 0px none;
	margin: 0px; 
	padding: 0px;
	margin-bottom: -1px;
	background: transparent;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

p.text-hellbraun {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 16px;
	color: #86765C;
}

p.text-hellbraun a {
	text-decoration: underline;
}

p.text-hellbraun a:hover {
	text-decoration: underline;
	color: #000;
}
