
#alles, #text_3 {
	background-color: white;
}

#stern {
	position:absolute;
	top: 20px;
	left: 210px;
}




#logo {
	margin-left: 0px;
		margin-top: 50px;
}

#vorher {
	position:absolute;
	top: 45px;
	right: 5px;
	
}

#linie {
	background-color: black;
	height: 8px;

}

#linie2 {
	background-color: #009ddf;
	height: 1px;
}

#linie3 {
	background-color: transparent;
	height: 4px;
}


#linie4 {
	background-color: transparent;
	height: 10px;
}

#linie5 {
	background-color: transparent;
	height: 15px;
}

#text_1 {
	height: 150px;

}

#text_2 {
	height: 300px;
}

#text_3 {
	height: 710px;
}


#text_1 p, #text_2 p, #text3 p {
	padding: 10px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;

}


#adresse1 p{
	text-align: left;
	
}

#kopf {
	position:relative;
	height: 180px;
}

#kopf p{
	margin-left: 0px;
	margin-top: -5px;

}

#navigation {
	position:absolute;
	top: 0px;
	left: 345px;

			}

#navigation li{
		color: white;
		list-style-type: none;
		background-color: black;
		padding: 4px 20px 4px 20px;
}

#navigation li a{
	display: block;
	cursor: pointer;
}


#navigation li a:hover, a:focus {
		
		color: white;
		outline: none;
		text-decoration: underline;

}

#text_1 a, #text_2 a, #text_3 a {
	color: black;
	text-decoration: underline;
	outline: none;
}


#text_1 a:hover, a:focus,
#text_2 a:hover, a:focus,
#text_3 a:hover, a:focus,
#navigation li a {
	color: #009ddf;

}



