body {
	font-family: Lato, Verdana, Arial;
}

h1, h2, h3 {
	font-family: Choplin-Medium-DEMO, Verdana;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.35em;
}


h3 {
	font-size: 1.15em;
	margin-top: 5px;
	margin-bottom: 5px;
}


p {
	font-size: 1.0em;
}

#logo {
	height: 66px;
	background-image: url(Logo.png);
	background-repeat: no-repeat;	
}

#banner {
	height: 340px;
	background-image: url(banner.png);
	background-repeat: no-repeat;
}

#welle {
	height: 240px;
	width: 270px;
	position: relative;
	top: 80px;
	right: 20%;
	float: right;
	background-image: url(welle.png);
	color: #808080;
}

#willkommen {
	width: 160px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
}

#willkommen img {
	position: absolute;
	opacity: 1;
	transition: opacity 2s;
}

#willkommen img#top:hover {
	opacity: 0;
	transition-delay: 2s;
}

#main, #logo, #footer, #f_text {
	position: relative;
	left: 20%;
	width: 80%;
}

#f_line {
	margin-top: 30px;
	height: 25px;
	background-color: #a91516;
	color: #ffffff;
}

a {
	text-decoration: none;
	color: #a91516;
}

a:hover {
	text-decoration: underline;
}