
BODY {
	background-color: #ffffcc;
	margin: auto;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
TABLE.layout {
	margin: auto;
	width: 905px;
	height: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
	background-color: Black;
}
.header {
	color: Yellow;
	text-align: right;
	padding-right: 20px;
	background-image: url(images/bgtop.png);
	background-position: top;
	background-repeat: no-repeat;
}
H2 {
	font-size: 48px;
	color: Yellow;
}
H3 {
font-size: 24px;
	text-align: left;
}
.content {
	background-color: Yellow;
	border: 1px solid Black;
}
.footer {
	background-color: Black;
	background-image: url(images/bgbottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 40px;
}
.navibottom {
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #DCDCDC;
}
.navibottom a:link, .navibottom a:visited {
	color: #DCDCDC;
	text-decoration: none;
}
.navibottom a:hover {
	color: Yellow;
}
.bundesland a:link, .bundesland a:visited {
	font-weight: normal;
	font-size: 11px;
}
