/*======================================================================
                  www.inter-grund.de - NAVIGATION Settings		
======================================================================= */

#navi ul {
	list-style-type:none;
	padding-left:8px;
	text-indent:-6000px;
}

#navi ul li {
	display:inline;
}

#navi a {
	text-decoration:none;
}

/*---------------------------ooOoo-------------------------------------*/

#navi #home a {
	width:104px;
	height:50px;
	float:left;
	background:url(../images/btn_home_a.gif) no-repeat;	
}

#navi #home a:hover {
	background:url(../images/btn_home_b.gif) no-repeat;	
}

#navi #home_aktiv a {
	width:104px;
	height:50px;
	float:left;
	background:url(../images/btn_home_b.gif) no-repeat;	
}

/*---------------------------ooOoo-------------------------------------*/

#navi #profil a {
	width:103px;
	height:50px;
	float:left;
	background:url(../images/btn_profil_a.gif) no-repeat;	
}

#navi #profil a:hover {
	background:url(../images/btn_profil_b.gif) no-repeat;	
}

#navi #profil_aktiv a {
	width:103px;
	height:50px;
	float:left;
	background:url(../images/btn_profil_b.gif) no-repeat;	
}

/*---------------------------ooOoo-------------------------------------*/

#navi #aktuelles a {
	width:131px;
	height:50px;
	float:left;
	background:url(../images/btn_aktuelles_a.gif) no-repeat;	
}

#navi #aktuelles a:hover {
	background:url(../images/btn_aktuelles_b.gif) no-repeat;	
}

#navi #aktuelles_aktiv a {
	width:131px;
	height:50px;
	float:left;
	background:url(../images/btn_aktuelles_b.gif) no-repeat;	
}

/*---------------------------ooOoo-------------------------------------*/

#navi #kontakt a {
	width:123px;
	height:50px;
	float:left;
	background:url(../images/btn_kontakt_a.gif) no-repeat;	
}

#navi #kontakt a:hover {
	background:url(../images/btn_kontakt_b.gif) no-repeat;	
}

#navi #kontakt_aktiv a {
	width:123px;
	height:50px;
	float:left;
	background:url(../images/btn_kontakt_b.gif) no-repeat;	
}

/*---------------------------ooOoo-------------------------------------*/

#navi #anfahrt a {
	width:126px;
	height:50px;
	float:left;
	background:url(../images/btn_anfahrt_a.gif) no-repeat;	
}

#navi #anfahrt a:hover {
	background:url(../images/btn_anfahrt_b.gif) no-repeat;	
}

#navi #anfahrt_aktiv a {
	width:126px;
	height:50px;
	float:left;
	background:url(../images/btn_anfahrt_b.gif) no-repeat;	
}

/*---------------------------ooOoo-------------------------------------*/

#navi #impressum a {
	width:168px;
	height:50px;
	float:left;
	background:url(../images/btn_impressum_a.gif) no-repeat;	
}

#navi #impressum a:hover {
	background:url(../images/btn_impressum_b.gif) no-repeat;	
}

#navi #impressum_aktiv a {
	width:168px;
	height:50px;
	float:left;
	background:url(../images/btn_impressum_b.gif) no-repeat;	
}

/*======================================================================
                  www.inter-grund.de - SUB-NAVIGATION Settings		
======================================================================= */

#header a {
	text-decoration:none;
	color:#92ad91;
}

#header a:hover {
	text-decoration:none;
	color:#386A37;
}

#header ul {
	list-style-type:none;
	float:right;
	padding:41px 63px 0 0;
}
#header ul li{
	display:inline;
	padding-right:5px;
}

