@import url(https://fonts.googleapis.com/css?family=Pacifico);
body {
	background-color: #B8ECA2;
	background-image: url(bilder/back_welle_mitte.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#kopf {
	background-image: url(bilder/back_welle_oben.png);
	background-repeat: no-repeat;
	width: 980px;
	height: auto;
	padding-top: 40px;
	position: relative;
	left: 0px;
	top: 0px;
}

#inhalt {
	margin-top: 50px;
	margin-bottom: 30px;
	width: 850px;
	visibility: visible;
	left: auto;
	right: auto;
	margin-left: 80px;
	position: relative;
	z-index: 1;
}
#aktuell {
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 150px;
	width: 680px;
}
#menue {
	position: relative;
	visibility: visible;
	margin-left: 90px;
	width: 850px;
	left: auto;
	right: auto;
	z-index: 10;
}
#zaehler {
	position:absolute;
	left:-100px;
	top: -1000px;
	display:none;
}
P { 
	font-size: 14px; 
	color: #000000; 
	text-align: left;
} 

H1 { 
	font-size: 12px;
} 
H2 { 
	font-size: 14px;
} 
H3 { 
	font-size: 20px;
} 
H4 { 
	font-size: 24px;
} 
H5 { 
	font-size: 28px; 
	
	font-family: 'Pacifico', cursive;
	color: #6ac056;
} 
H6 { 
	font-size: 20px; 
	font-weight: bold;

}
h6 {
	font-size: 12px;
	font-weight: normal;
}
a:link {
	color: #006600;
}
a:visited {
	color: #009933;
}

input {
	font-size: 14px;
	border: 1px solid #666666;
}
input:focus {
background-color: #EBFAE4;
border: 1px dashed #99E379;
}
textarea {
	font-size: 14px;
	border: 1px solid #666666;
}
textarea:focus {
background-color: #EBFAE4;
border: 1px dashed #99E379;
}
select {
	font-size: 14px;
	border: 1px solid #666666;
}
select:focus {
background-color: #EBFAE4;
border: 1px dashed #99E379;
}
checkbox:focus {
background-color: #EBFAE4;
border: 1px dashed #99E379;
}

.button {
	border: 3px ridge #666666;
	color: #000000;
	background-color: #FFFFFF;
}
.button:hover {
	border: 3px ridge #666666;
	color: #000000;
	background-color: #B8ECA2;
}
hr {
	width: 80%;
	border: 2px ridge #66CC33;
}
