html {
	background: #ccc;
}
body {
	padding: 1em;
}
#box {
	min-width: 25em;
	max-width: 60em;
	background: url("/design/background.png") repeat-x #cfc 0 0;
	border: 1px solid #aaa;
}
h1 {
	/*background: transparent;
	text-indent: -1000em;
	background: url("/design/logo.png") no-repeat transparent;*/
	height: 75px;
	padding: 0;
	border: 1px solid #9c9;
}
h1 #bund {
	margin-top: 7px;
	margin-left: 7px;
}
h1 #logo {
	display: block;
	width: 322px;
	height: 32px;
	background: url("/design/logo_ov.png");
	text-indent: -10000em;
	margin-top: -44px;
	margin-left: 167px;
	border: none;
}
#toplinks {
	background: transparent;
	font-size: 10px;
	margin-top: -22px;
	height: 21px;
	padding: 0;
	padding-left: 168px;
	font-weight: bold;
}
#toplinks a:link,
#toplinks a:visited,
#toplinks a:active,
#toplinks a:hover {
	color: #98d998; /* #a1e5a1 */
	text-decoration: none;
}
#toplinks a:hover {
	color: #fff;
	text-decoration: none;
}
#leftmenu {
	float: left;
	width: 13em;
	padding: 1.5em .5em 1.5em .5em;
	background: url("/design/background.png") repeat-x #cfc 0 -76px;
}
#leftmenu ul {
	position: relative;
}
#leftmenu img {
	display: inline;
}
.topbanner {
	display: inline;
}
#content {
	margin-left: 14em;
	background: url("/design/background.png") repeat-x #ffd 0 -76px;
	min-height: 50em; /* Hack, falls der Inhalt zu kurz ist */
}
