@charset "utf-8";
/* CSS Document */

/* ...Hauptnavi Anfang ... */

#home{ 
	background-image: url(../images/navi/inaktive/home.jpg);
	background-repeat:no-repeat;
	border:none;
	width:41px;
	height:18px;
}

#home:hover{ 
	background-image: url(../images/navi/aktive/home.jpg);
	background-repeat:no-repeat;
	border:none;
	width:41px;
	height:18px;
}

#home.aktiv{ 
	background-image: url(../images/navi/aktive/home.jpg);
	background-repeat:no-repeat;
	border:none;
	width:41px;
	height:18px;
}

#angebot{ 
	background-image: url(../images/navi/inaktive/angebot.jpg);
	background-repeat:no-repeat;
	border:none;
	width:105px;
	height:18px;
}

#angebot:hover{ 
	background-image: url(../images/navi/aktive/angebot.jpg);
	background-repeat:no-repeat;
	border:none;
	width:105px;
	height:18px;
}

#angebot.aktiv{ 
	background-image: url(../images/navi/aktive/angebot.jpg);
	background-repeat:no-repeat;
	border:none;
	width:105px;
	height:18px;
}

#thesen{ 
	background-image: url(../images/navi/inaktive/thesen.jpg);
	background-repeat:no-repeat;
	border:none;
	width:54px;
	height:18px;
}

#thesen:hover{ 
	background-image: url(../images/navi/aktive/thesen.jpg);
	background-repeat:no-repeat;
	border:none;
	width:54px;
	height:18px;
}

#thesen.aktiv{  
	background-image: url(../images/navi/aktive/thesen.jpg);
	background-repeat:no-repeat;
	border:none;
	width:54px;
	height:18px;
}

#literatur{ 
	background-image: url(../images/navi/inaktive/literatur.jpg);
	background-repeat:no-repeat;
	border:none;
	width:72px;
	height:18px;
}

#literatur:hover{ 
	background-image: url(../images/navi/aktive/literatur.jpg);
	background-repeat:no-repeat;
	border:none;
	width:72px;
	height:18px;
}

#literatur.aktiv{ 
	background-image: url(../images/navi/aktive/literatur.jpg);
	background-repeat:no-repeat;
	border:none;
	width:72px;
	height:18px;
}

#person{ 
	background-image: url(../images/navi/inaktive/person.jpg);
	background-repeat:no-repeat;
	border:none;
	width:88px;
	height:18px;
}

#person:hover{ 
	background-image: url(../images/navi/aktive/person.jpg);
	background-repeat:no-repeat;
	border:none;
	width:88px;
	height:18px;
}

#person.aktiv{ 
	background-image: url(../images/navi/aktive/person.jpg);
	background-repeat:no-repeat;
	border:none;
	width:88px;
	height:18px;
}

#kontakt{ 
	background-image: url(../images/navi/inaktive/kontakt.jpg);
	background-repeat:no-repeat;
	border:none;
	width:151px;
	height:18px;
}

#kontakt:hover{ 
	background-image: url(../images/navi/aktive/kontakt.jpg);
	background-repeat:no-repeat;
	border:none;
	width:151px;
	height:18px;
}

#kontakt.aktiv{ 
	background-image: url(../images/navi/aktive/kontakt.jpg);
	background-repeat:no-repeat;
	border:none;
	width:151px;
	height:18px;
}

/* ...Hauptnavi Ende ... */
