﻿body {
	padding: 0px;
	margin: 0px;
	background-image: url('../images/fueller.jpg');
	background-repeat: repeat-x;
	font-family: Tahoma;
}
h1 {
	color: #DA193D;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h4 {
	color: #DA193D;
	text-transform: uppercase;
	font-weight: normal;
}
img {
	padding: 0px;
	margin: 0px;
}
.main {
	width: 960px;
	margin: auto;
	position: relative;
	z-index: 15;
}
.footnote {
	background-position: left top;
	background-color: #DEDDDD;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	height: 160px;
}
.footnote a {
	color: #000000;
	text-decoration: none;
}
.footnote a:hover {
	text-decoration: underline;
	background-color: #E1003A;
}
.navigation {
	width: 600px;
	position: absolute;
	float: right;
	top: 55px;
	height: 80px;
	z-index: 25;
	right: 0px;
}
.navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	vertical-align: bottom;
}
.navigation ul li {
	float: left;
	text-align: center;
}
.navigation ul li a {
	background-position: center top;
	display: block;
	width: 100px;
	height: 80px;
	position: relative;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	background-image: url('../images/navi_normal.jpg');
	background-repeat: no-repeat;
	line-height: 130px;
}
.navigation ul li a:hover {
	background-image: url('../images/navi_active.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}
.ramenlos {
	border-width: 0px;
}
.adresse {
	width: 940px;
	position: relative;
	margin: auto;
	height: 160px;
}
.anschrift {
	width: 170px;
	position: absolute;
	left: 0px;
}
.kontakt {
	width: 210px;
	position: absolute;
	left: 200px;
}
.wechselbild {
	border: 10px solid #FFFFFF;
}
.anfahrt {
	width: 150px;
	position: absolute;
	left: 450px;
}
.aos {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 20;
	font-size: 10px;
}
.logo {
	height: 150px;
	background-color: #FFFFFF;
	width: 270px;
	position: relative;
	z-index: 20;
}
.inhalt {
	border: 10px solid #FFFFFF;
}
.inhalt a {
	color: #E7193D;
}
.inhalt a:hover {
	background-color: #000000;
}
.inhalt ul {
	list-style-image: url('../images/listenpunkt.jpg');
}
.inhalt ul li {
	padding-left: 15px;
	padding-bottom: 5px;
}

