html, body, p, table, td {
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.95em;
	text-align: justify;
}
body {
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
#main {
	width: 750px;
	height: 100%;
	position: static;
}
#logo {
	width: 240px;
	height: 60px;
	position: static;
	float: left;
}
#bg_ec {
	margin-top: 5px;
	background-image: url(images/bg_04.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	position: static;
	float: left;
	border-top: solid 1px #673301;
	border-right: solid 1px #673301;
	border-left: solid 1px #673301;
}
#navigation {
	background-image: url(images/navigation/leerraum.gif);
	background-repeat: repeat;
	text-align: right;
	width: 100%;
	height: 22px;
	position: static;
	float: left;
	border: solid 1px #673301;
	padding-top: 5px;
}
#kopfbild {
	margin-top: 10px;
	width: 100%;
	height: 150px;
	position: static;
	float: left;
}
#inhalt {
	margin-top: 10px;
	padding-bottom: 20px;
	background-image: url(images/bg_03.gif);
	background-repeat: repeat;
	width: 100%;
	position: static;
	float: left;
	border: solid 1px #673301;
	text-align: justify;
}
#slogan {
	margin-top: 10px;
	position: static;
	float: left;
}
#impressum {
	margin-top: 10px;
	padding-top: 15px;
	background-image: url(images/untenrechts.gif);
	background-repeat: repeat;
	width: 200px;
	height: 40px;
	position: static;
	float: right;
}
.anschrift {
	float: left;
	position: static;
	padding-top: 10px;
	margin-top: 0px;
	width: 100%;
	padding-left: 50px;
}
.kontakt_angaben {
	font-weight: normal;
}
.kontakt_feld {
	position: relative;
	left: 80px;
	top: -17px;
}
.kontakt_fehler {
	color: #FF0000;
	position: relative;
	left: 80px;
	top: -15px;
}
h1 {
	font-weight: normal;
	text-align: center;
	font-size: 1.4em;
	padding-top: 10px;
}

h2{
	font-weight: normal;
	text-align: center;
	font-size: 1.3em;
	padding-top: 10px;
}

h3 {
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	text-align: center;
	font-size:1.2em;
	padding-top: 10px;
}
h4 {
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	font-size: 1.1em;
	padding-top: 10px;
}
p, inhalt.img {
	padding-left: 10px;
	padding-right: 10px;
}
li {
	padding-top: 10px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #C31F18;
	text-decoration: underline;
}
td.preis {
	width: 35px;
	text-align: right;
	vertical-align: top;
}
ul {
list-style-type:circle;
}

