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

#navi01 {
	position:absolute;
	top:380px;
	left:90px;
	z-index:50 !important;
	width:178px;
	font-family:"Trebuchet MS", Verdana;
	font-size:1.1em;
	text-align:right
}

#navi01 ul  { 
	width:183px;
	margin:0 0 35px 25px;
}

#info {
	margin:0 12px 0 0;
}

#navi01 li  { 
	list-style-type:none;
	display:block;
	height:23px;
}


#navi01  li a {
	text-decoration:none;
	display:block;
	padding:4px 30px 0px 0px;
	color:#333333;
	background: url(../images/navi_bg02.gif) no-repeat 0 0px; 
	height:19px;
}


#navi01 li a:hover {
		background: url(../images/navi_bg01.gif) no-repeat 0 0px; 
}


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


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

#navi02 {
	position:absolute;
	top:48px;
	z-index:5;
	left:65px;
}

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


#navi02  li a {
	color:#2b3b6e;
	text-decoration:none;
	float:left;
	padding:0px 13px 0 19px;
}


#navi02  li a:hover {
	text-decoration:none;
	color:#fcc900;
}


#button01 a {
	background: url(../images/navi_kontakt.gif) 0 1px no-repeat;
}

#button02 a {
	background: url(../images/navi_anfahrt.gif) 0 1px no-repeat;
}

#button03 a {
	background: url(../images/navi_impressum.gif) 0 1px no-repeat;
}




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

a { color:#000000; font-weight:regular; text-decoration:underline;}
a:hover { color:#333; text-decoration:underline;}

