body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../img/layout/bg.jpg);
	background-repeat: repeat-y;
	font-size: 12px;
}
.top {
	background-image: url(../img/layout/hoffmann_top.jpg);
	height: 487px;
	width: 995px;
	background-repeat: no-repeat;
	z-index: 1;
	position: absolute;
}
.top_nav {
	z-index: 3;
	position: absolute;
	width: 567px;
	height: 23px;
	left: 345px;
	top: 147px;
	font-size: 13px;
}
.top_nav a{
	text-decoration: none;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	padding-right: 40px;
}
.top_nav a:hover{
	color: #7E5A4E;
}
.sec_nav {
	z-index: 7;
	position: absolute;
	width: 244px;
	height:168px;
	top: 256px;
	font-size: 13px;
}
.sec_nav a{
	background-image: url(../img/layout/button.gif);
	height: 21px;
	display: block;
	margin-bottom: 12px;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #000000;
	padding-top: 4px;
	text-align: right;
	padding-right: 40px;
}
.sec_nav a:hover{
	background-image: url(../img/layout/button_over.gif);
	color: #FFFFFF;
}
.sec_nav .active{
	background-image: url(../img/layout/button_over.gif);
	color: #FFFFFF;
}
.adresse {
	height: 146px;
	width: 160px;
	background-repeat: no-repeat;
	z-index: 6;
	position: absolute;
	font-size: 11px;
	text-align: right;
	left: 45px;
	font-weight: bold;
}
.inhalt {
	height: 610px;
	width: 650px;
	background-repeat: no-repeat;
	z-index: 5;
	position: absolute;
	left: 262px;
	top: 190px;
}
.text {
	background-repeat: no-repeat;
	z-index: 9;
	position: absolute;
}
.text h1{
	font-size: 13px;
	margin-bottom: 23px;
	margin-top: 0px;
}
.text h2{
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.impressum {
	z-index: 9;
	position: absolute;
	width: 18px;
	height: 121px;
	left: 942px;
	top: 192px;
}

