/* HTML Einstellungen */

 

html {
	font-size:100%;
	font-family:Verdana, Geneva, sans-serif;
	min-height:100%;
	background-image: url(img/Winter038.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(102,151,255,0.6);
	border-radius: 10px 10px 0px 0px;

}

main#main_div {
	background-color: rgba(153,204,255,0.2);
}

section#section_winter {
	background-color: rgba(221,221,221,0.8);
	border-radius: 4px 4px 4px 4px;
	padding: 16px;
	padding: 1rem;
	text-decoration:none;
	color: black;
}

section#section_winter p a {
	text-decoration:none;
	color: black;
}

