/* CSS-Document */

body {
	background: lightblue;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#banner {
	height: 100px;
	background: maroon;
	color: white;
	padding: 1em;
	margin-bottom: 1em;
}
#left {
	width: 200px;
	background: yellow;
	float: left;
	padding: 1em;
}
#right {
	left: 260px;
	padding: 1em;
	margin-left: 230px;
}
.anmerkung {
	font-style: italic;
	background: red;
	color: yellow;
	border: 1px solid yellow;
	padding: 1ex;
}
#footer {
	bottom: 0;
	width: 100%;
	padding: 1ex 0;
    clear:both;
    background: steelblue;
    text-align:center;
}