BODY {
	MARGIN: 0px;
	COLOR: black;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	HEIGHT: 100%;
	background-attachment: fixed;
	background-image: url(bg_body.jpg);
	background-repeat: no-repeat;
}
.menu {
	WIDTH: 220px;
	COLOR: white;
	POSITION: fixed;
	TOP: 0px;
	HEIGHT: 90%;
	margin-left: 5px;
	margin-top: 180px;
}
.inhalt {
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 20px;
	MARGIN: 0px 40px 40px 240px;
	PADDING-TOP: 150px;
	POSITION: static;
	margin-top: 0px;
	width: 60%;
}
.Header {
	position: fixed;
	height: 140px;
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	float: left;
	background-image: url(bg_header.jpg);
	background-color: #FF9900;
}
#breadcrumb {
	position:absolute;
	bottom:1px;
	left:265px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#000;
}

#breadcrumb a:hover {
	text-decoration:underline;
}  