body {
	background-color: #336699;
	margin: 0px;
	padding: 0;
}
ul#liste {
	font: bold 10px Verdana, Arial, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0 0 24px 30px;
	border-bottom: 1px solid #a5a5a5;
}
ul#liste li {
	float: left;
	height: 21px;
	background-color: transparent;
	border: 1px solid #a5a5a5;
	background-image: url('hover.gif');
	background-repeat: repeat-x;
	margin-left:0px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:0;
}
#liste a {
	float: left;
	display: block;
	color: #777;
	text-decoration: none;
	padding: 4px 10px;
}
#liste a:hover {
	background-color: transparent;
	background-image: url('hier.gif');
	background-repeat: repeat-x;
	color: #000;
}
#liste li#hier {
	border-bottom: 1px solid #eee;
	background-color: #eee;
	background-image: url('hier.gif');
	background-repeat: repeat-x;
}
#liste li#hier a {
	color: #336699;
}
#inhalt {
	font: 10px Verdana, Arial, sans-serif;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #a5a5a5;
	border-top:0px solid #a5a5a5;
	border-bottom:1px solid #a5a5a5;
	padding:1px; background-color: #eee;
}
