/* ----------------------------------------------------- navi 01 ----------------------------------------------------- */

#navi01 {
	position:absolute;
	top:130px;
	left:100px;
	width:240px;
	z-index:50;
}

#navi01 ul {
	width: 200px;
}	
	


#navi01 ul li  { 
	font-weight:regular;
	list-style: none;
	height:39px;
}

#navi01 ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color:#fceed2;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px 0 10px 40px;
	background:url(../images/navi_blume02.gif) 0 0 no-repeat;
}


#navi01 ul li a:hover {
	color:#ffffff;
	background:url(../images/navi_blume01.gif) 0 0 no-repeat;
}

#navi01_aktiv a{
	color:#ffffff !important;
	background:url(../images/navi_blume01.gif) 0 0 no-repeat !important;
}






/* ----------------------------------------------------- navi 02 ----------------------------------------------------- */

#navi02 {
	left:369px;
	float:left;
	top:24px;
	position:absolute;
	height:33px;
	z-index:30;
}


#navi02 li  { 
	list-style-type:none;
	float:left;
}


#navi02  li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#fceed2;
	float:left;
	text-decoration:none;
	font-weight:bold;
	padding:14px 12px 14px 12px;
	outline:none;
}

.navi02_strich a {
	background:url(../images/navi_strich.gif) right 0px no-repeat;
}


#navi02  li a:hover {
	color:#ffffff;
}


/*  ---------------------------------------- Navi allgemein ---------------------------------------- */

a { color:#690c09; font-weight:regular; text-decoration:underline; font-weight:bold; outline:none;}
a:hover { color:#690c09; text-decoration:underline;}

