@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(image/kachel.png);
	background-repeat: repeat-y;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
a:link {
	color: #80ae39;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #80ae39;
}
a:hover {
	text-decoration: underline;
	color: #80ae39;
}
a:active {
	text-decoration: none;
	color: #80ae39;
}
#fuss {
	position:fixed;
	left:0px;
	width:100%;
	height:28px;
	z-index:2;
	bottom: 0px;
	background-color: #80ae39;
}
#rolle {
	position: fixed;
	bottom: 19px;
	visibility: visible;
	right: 0px;
}
#angebot {
	position: fixed;
	top: 110px;
	visibility: visible;
	left: 50px;
	width:80%;
	height:80%;
	text-align: left;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #80ae39;
	text-align: center;
	margin-top: 5px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
	color: #AAA;
}
.weiss {
	color: #FFF;
	text-decoration: none;
}
.gruen {
	color: #E9EFD9;
	text-decoration: none;
}

