/*-----------------------------------------------------*/
/*------------------ Unterteilungen -------------------*/
/*-----------------------------------------------------*/

* {

	margin: 0;
	padding: 0;
	border: 0 none;

}

body {
	
	background: #FFFFFF;
	
}

#wrapper {
	
	width: 980px;
	margin: 0 auto;	
	
}

#header {

	background: #FFF url('./../layout/header.png')  no-repeat left bottom;
	padding: 60px;

}

#headerDE {

	background: #FFF url('./../layout/headerDE.png')  no-repeat left bottom;
	padding: 60px;

}

#menu {
	
	
}

#content {
	
	background: #ffffff;
	margin: 0px 0 0px 0px;
	
}

#footer {
	
	background: #FFF url('./../layout/footer.png')  no-repeat left bottom;
	
}



/*-----------------------------------------------------*/
/*--------------------- Schriftstyle ------------------*/
/*-----------------------------------------------------*/

body {
	
	color: #3b2300;
	font-size: 13px;
	line-height: 1.4;
	font-family: Verdana, Sans-Serif;
	
}

a {
	
	color: #79736a;
	text-decoration: none;
	
}


a:hover,
a:focus {
	
	color: #3b2300;
	
}

bb {
	
	color: #bfbc1b;
	font-size: 15px;
	text-decoration: none;
	
}

c {
	
	color: #3b2300;
	font-size: 18px;
	font-weight: bold;
	
	
}

dd {
	
	color: #ffffff;
	font-size: 12px;	
	
	
}

e {
	
	color: #000000;
	font-size: 12px;
	padding:0px 0 0 865px;
	
}

#footer  {
	
	color: #ffffff;
	font-size: 12pt;
	text-align: left;
	
}


#menu li {
	
	width: 150px;
	
	float: left;
	
}

#menu {
	
	/* proprietär */
	-khtml-border-radius: 5px; /* Safari */
	-moz-border-radius: 5px; /* Firefox */
	/* proprietär */
	
	margin: 0px 0 0 15px;
	
	list-style-type: none;
	
}

#menu li a {
	
	text-align: center;
	color:#ffffff;
	font-size: 12px;
	
	/* proprietär */
	-khtml-border-radius: 3px; /* Safari */
	-moz-border-radius: 3px; /* Firefox */
	/* proprietär */
	
	margin: 4px 3px;
	padding: 8px 0 8px 0;
	
	display: block;
	
}
/*-----------------------------------------------------*/
/*-------------------- Detailbereich ------------------*/
/*-----------------------------------------------------*/

.skip {
	
	width: 210px;
	height: 129px;
	
	background-color: transparent;
	background-repeat: no-repeat;
	
	text-indent: -5000px;
	
	margin: 207px 0 0 346px;
	
	display: block;
	position: absolute;
	overflow: hidden;
	
}

/*-----------------------------------------------------*/
/*------------------------ CSS ------------------------*/
/*-----------------------------------------------------*/

.clearfix:after,
#header:after,
#header options:after,
#menu:after,
#content:after,
.product-teaser:after,
.topnews:after,
.news:after,
#footer-menu:after {
	
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}


