/* HTML Einstellungen */

 

html {
	font-size:100%;
	font-family:Verdana, Geneva, sans-serif;
	min-height:100%;
	background-image: url(img/pics/Umgebung/big/clzUmgebung27.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing:border-box;
/*	background:#ffffff;
	background-image:linear-gradient(#b7e068, white);
	background-size: auto 500px;
	background-repeat:repeat-x;
*/
}

header {
	position:relative;
	padding:16px 32px 16px 32px;
	padding:1rem 2rem 1rem 2rem;
	background-color: rgba(0,150,0, 0.3);
	border-radius: 10px 10px 0px 0px;

}

