#rahmen {
	background-color: #ededed;
	background-image: url(../includes/logo.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 870px;
	height: 160px;
	margin: 0 auto; }

#kopf {
	background-color: transparent;
	width: 100%; }

#kopf h1 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-color: red;
	position: relative;
	top: 100px;
	height: 36px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px solid red; }

#navi {
	background-color: #b3b3b3;
	width: 870px;
	height: 50px;
	margin-right: auto;
	margin-left: auto; }

#navi ul {
	background-color: inherit;
	margin: 0;
	padding: 15px 0 0; }

#navi li {
	font-size: 0.8em;
	font-weight: bold;
	background-color: inherit;
	list-style-type: none;
	display: inline; }
#navi a {
	color: black;
	font-weight: bold;
	background-color: inherit;
	margin-right: 10px;
	margin-left: 10px; }

