pre {
	font-family: serif;
	font-size: 1.0em;
}
header {
	background-color: #0033cc;
	color: white;
/*	background-color: #D3DCE3; */
	height: 70px;
}
h1 {
	text-align: left;
	font-family: sans;
	font-size: 1.2em;
	margin-left: 1em;
	padding-top: 1em;
}
section {
/*	background-color: #ceb98e; */
	background-image: url("bilder/brown.jpg");
	background-repeat: repeat;
	width: 32%;
	float: left;
	border-right: black 2px solid;
}
li {
	margin-bottom: 2em;
}
article {
	margin-bottom: 5em;
}
aside {
	background-image: url("bilder/PE3.jpg");
	background-repeat: repeat;
	width: 65%;
	float: right;
}
footer {
	background-color: grey;
	clear: both;
}
