/* top */
#top {
	float: left;
	width: 158px;
	height: 59px;
}
.layout_0 #top {
	background: url('/fileadmin/web/images/top1.gif') top left no-repeat;
}
.layout_1 #top {
	background: url('/fileadmin/web/images/top2.gif') top left no-repeat;
}
.layout_2 #top {
	background: url('/fileadmin/web/images/top3.gif') top left no-repeat;
}


/* Breadcrumbs */
#breadcrumbs {
	color: #999999;
	padding: 18px 0 0 27px;
}
#breadcrumbs a {
	color: #999999;
	text-decoration: none;
}

/* Header Image */
#himage {
	float: right;
	width: 822px;
}

/* sidemenu */
#sidemenu {
	float: left;
	width: 148px;
	
	padding: 9px 0 12px 0;
	
	background-color: #ffffff;
}
#sidemenu li {
	margin: 0 0 0 18px;
	font-size: 12px;
}
#sidemenu li a {
	color: #666666;
	text-decoration: none;
}
#sidemenu li a:hover, 
#sidemenu li a.active {
	color: #64A38E;
}

/* content */
#himage {
	margin: 0 0 20px 0;
}

#content {
	float: right;
	width: 822px;
}

#text {
	float: left;
	width: 654px;
}

/* Produkte */
#fContainer {
	float: left;
	clear: both;
	text-align: center;
	height: 90px;
	width: 100%;
	position: relative;
	margin: 0 0 30px 0;
}
#fContainer .Container {
	height: 90px;
	width: 650px;
	position: absolute;
}
* html #fContainer .Container {
	margin: -40px 0 0 0;
}
#fContainer .Container li {
	list-style: none;
}
#fContainer .Container a {
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 60px;
	position: absolute;
	display: block;
	bottom: 0;
}
#fContainer .Container a img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
#fContainer .Container a span {
	display: none;
}


#sidebar {
	position: relative;
	top: -200px;
	
	float: right;
	width: 148px;
	
	margin: 0 0 -198px 0;
	
	overflow: hidden;
}