

/*  ---------------------------------------- Navi 01 ---------------------------------------- */


#navi01 {
	z-index:60 !important;
	position:absolute;
	top:330px;
	right:342px;
}

#navi01 ul {
}	
	

#navi01 ul li  { 
	list-style: none;
	float:left;
	background:url(../images/navi_strich.jpg) 0 0 no-repeat;
}

#navi01 ul li a {
	font-weight:bold;
	font-size:1.1em;
	float:left;
	padding:18px 0px 0 15px;
	color:#2f8ee8;
	text-decoration:none;
}

#navi01 ul li a:hover {
	color:#87b61b;
}





/*  ---------------------------------------- Navi 02 ---------------------------------------- */

#navi02 {
	position:absolute;
	z-index:30;
	top:149px;
	left:273px;
}

#navi02 ul  { 
	width:144px;
	margin:0 1px 0 0;
	float:left;
}


#navi02 ul li  { 
	list-style: none;
	display:block;
	background:url(../images/navi_bg02.gif) 22px bottom no-repeat;
	height:32px;
}

#navi02 ul li a {
	font-size:1.1em;
	display:block;
	padding:4px 0 0 36px;
	height:24px;
	color:#ffffff;
	margin:0;
	text-decoration:none;
	font-weight:bold;

}

#navi02 ul li a:hover {
	background:url(../images/navi_pfeil.gif) 12px 8px no-repeat;
	color:#197ac7;
}



#button a {
	width:109px;
	height:109px;
	position:absolute;
	z-index:50;
	right:75px;
	top:160px;
	text-indent:-1500px;
	font-size:0em;
}

#button a:hover {
	background:url(../images/button_kontakt.jpg) 0 0 no-repeat;
}


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

a { color:#4294e3; font-weight:regular; text-decoration:underline; font-weight:bold;}
a:hover { 	color:#87b61b; text-decoration:underline;}

