#header {
	width: 800px;
	height: 125px;
	background-image: url('../home_data/header.png');
	background-position: top left;
	border-bottom: 15px solid #654;
}

/* +++ Logo ist veraltet +++*/
#logo {
	width: 489px;
	height: 152px;
	background-image: url('../home_data/header/logo01.png');
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	margin-left: -50px;
}

.quickbar {
	float: right;
	font-size: 7pt;
	padding: 3px 5px 10px 12px;
	background-color: #292d31;
}

#navi {
	height: 25px;
	width: 655px;
	font-size: 11pt;
	position: absolute;
	top: 100px;
	/*padding-left: 145px;*/
	padding-left: 25px;
}

.quickbar a:link, .new_comment a:link  {
	color: #D6C8AA;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	background-color: transparent;
	font-size: 7pt;
	font-weight: normal;
}

.quickbar a:visited, .new_comment a:visited {
	color: #D6C8AA;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	background-color: transparent;
	font-size: 7pt;
	font-weight: normal;
}

.quickbar a:hover, .new_comment a:hover {
	color: #98826C;
	text-decoration: none;
}

.quickbar span {color: #D6C8AA;}

/* --------- Navi Links --------- */
.horiz a:link, .horiz a:visited {
	color: #98826C;
	text-decoration: none;
	padding: 4px 8px 7px 8px;
	background-color: #594D41;
	border: 1px solid #433326;
	border-bottom: 0px solid #000;
	font-size: 9pt;
	font-weight: bold;
}

.horiz a:hover, .horiz a:active {
	color: #1F1811;
	text-decoration: none;
	padding: 4px 8px 7px 8px;
	border-top: 1px solid #433326;
	border-left: 1px solid #433326;
	border-right: 1px solid #433326;
	border-bottom: 0px solid #000;
	background-color: #654;
	font-size: 9pt;
	font-weight: bold;
}

.aktuell {
	color: #A8A24A; /*#1F1811; */
	text-decoration: none;
	padding: 4px 8px 9px 8px;
	border-top: 1px solid #433326;
	border-left: 1px solid #433326;
	border-right: 1px solid #433326;
	background-color: #654;
	font-size: 9pt;
	font-weight: bold;
	}

ul.horiz li {
	display: inline;
}

/*img.logo {
	position: relative;
	top: 5px;
	margin-left: -50px;
	}*/
