#header {
	background-image: url(../Bilder/banner.jpg);
	height: 85px;
	width: 900px;
	overflow: auto;
	position: relative;
	visibility: inherit;
	left: 0px;
	top: 0px;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Text {
	padding-left: 20px;
}
a:link {
	color: #111;
	text-decoration: underline;
}
a:visited {
	color: #111;
	text-decoration: underline;
}
a:hover {
	color: #111;
	text-decoration: underline;
}
a:active {
	color: #111;
	text-decoration: underline;
}
#main {
	position: relative;
	height: 250px;
	width: 400px;
	left: 0px;
	top: -80px;
}
#main_left {
	position: relative;
	left: 20px;
	top: -100;
	height: auto;
	width: 300px;
	overflow: visible;
}
#linie_unten {
	position: relative;
	left: 0px;
	top: 30px;
	width: 780px;
}
