/* Definitionen für orangenen Infokasten auf der Startseite */
#infokasten {
	height:247px;
	}
#infokasten img {
	width:861px;
	height:247px;
	border:0px none #ffffff; 
	margin:0px;
	}
#navi_beige {
	width:100%;
	}
#navi_beige ul {
	list-style-type:none; 
	margin:0px 22px 0px 30px; 
	padding:0px;
	}
/* -margin:0px 22px 0px 145px; ---------------------------- */

#navi_beige li {
	display:block; 
	float:left; 
	margin:0px 0px 10px 0px;
	}
#navi_beige a {
	display:block; 
	width:113px; 
	height:22px;
	color:#9d0d15;
	text-decoration:none;
	background-color:#fcda9d;
	background-image:url(../grafiken/design/btn_beige.png);
	text-align:center; 
	font-size:11px; 
	font-weight:bold;
	line-height:22px; 
	margin:0px 1px 10px 1px; 
	position:relative;
	top:-8px;
	}
#navi_beige a:hover {
	text-decoration:none;
	background-color:#e78e32;
	background-image:url(../grafiken/design/btn_beige_hover.png);
	}
/* -------------------------------------------------------- */