body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /*background-image: url(images/bg.gif);*/
	background-repeat: repeat-y;
	top: 0px;
	left: 0px;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

h4 {
	color: Red;
	font-size: 15px;
}

h5 {
	color: red;
	font-size: 13px;
}

div#kopf {
	position: absolute;
	top:0px;
	left:0px;
	background-image: url(images/kopf.gif);
	width:100%;
	height:130px;
	background-repeat: no-repeat;
}

td,tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.kleiner {
	font-size: 11px;
}

a {
	color: Red;
}

a:hover {
	background-color: #009835;
	color: White;
	text-decoration: none;
}

div#content {
	position: absolute;
	top: 135px;
	left: 50px;
	width: 900px;
}

div#angebote {
	position: absolute;
	top: 135px;
	left: 650px;
	width: 250px;
	background-color: #B1D495;
	padding: 0px 20px 7px 20px;
	z-index: 1;
}

div#navigation-oben {
	position: absolute;
	top: 97px;
	left: 13px;
	font-size: 11px;
	height: 25px;
	width: 1024px;
	color: Black;
	word-spacing: -2px;
}

.navigation-oben {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	text-decoration: underline;
	font-size: 11px;
}

a:hover.navigation-oben {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
	font-size: 11px;
}

hr  {
	color: #009835;
	height: 1px;
}

div#kontakt {
	position: absolute;
	top: 20px;
	left: 748px;
	height: 20px;
	width: 220px;
	font-size: 11px;
	color: White;
}

li {
	list-style-image: url(images/red-dot.gif);
}



