@charset &quot;ISO-8859-4&quot;;
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFCC;
}
#header {
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #FFFFCC;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bildleiste {
	height: 140px;
	padding-bottom: 12px;
}
#leftColumn {
	float: left;
	width: 320px;
	background-color: #FFFFCC;
	height: 400px;
}
#rightColumn {
	float: right;
	width: 460px;
	background-color: #FFFFCC;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	background-color: #FFFFCC;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0px;
	clear: both;
}
