@CHARSET "UTF-8";



body {
	color: #222;
	background-color: #fbc90b;
}

a,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

section {
	max-width: 900px;
}

header {
	height: 150px;
	padding: 30px;
	background-color: #fff;
	background-image: url(../img/wehv-header-baum.jpg);
	background-repeat: no-repeat;
}

article {
	background-color: #fff;
}
