/* CSS-Document */

body {
	background: lightblue;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:0;
}
#banner {
	height: 100px;
	background: maroon;
	color: white;
	padding: 1em;
}
#left {
	position: absolute;
	top: 160px;
	width: 200px;
	background: yellow;
	padding: 1em;
}
#right {
	position: absolute;
	top: 160px;
	left: 260px;
	padding: 1em;
}
.anmerkung {
	font-style: italic;
	background: red;
	color: yellow;
	border: 1px solid yellow;
	padding: 1ex;
}