/* Construction */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}

#container{
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 965px;
}

#header{
	position: relative;
	margin: 0;
	padding: 0;
	width: 965px;
	height: 220px;
}

#service_nav{
	position: absolute;
	left: 60px;
	top: 173px;
	width: 500px;
	height: 100px;
	z-index: 99;
}

#main_nav{
	position: relative;
	display: inline;
	float: left;
	margin: 52px 40px 40px 0;
	width: 155px;
	text-align: right;
}

#content{
	position: relative;
	display: inline;
	float: left;
}

.hotlinks{
	position: relative; 
	width: 380px;
	float:right;
	top: 6px;
}

.home{
	width: 570px;
	margin: 22px 15px 30px 0;
}

.produkte{
	width: 770px;
	margin: 22px 0 30px 0;
}

.main{
	width: 750px;
	margin: 22px 0 30px 0;
}

#bar_right_home{
	position: relative;
	display: inline;
	float: right;
	margin: 33px 0 250px 0;
	padding: 0 5px 5px 5px;
	width: 174px;
	border-top: 1px solid #e72744;
	border-left: 1px solid #e72744;
	border-bottom: 1px solid #e72744;
}

#footer{
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	width: 965px;
	height: 20px;
	text-align: center;
}