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

#navi {
	position:absolute;
	left: 5px;
	top: 231px;
	width: 801px;
	height:30px;
}

#navi ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#navi ul li {
	float: left;
	width:120px;
}

#navi ul li a img {
	border:0;
}

#navi ul li #a_home {
	display:block;
	width:120px;
	height:30px;
	background: url(/images/button/but_home.png) no-repeat;
}

#navi ul li #a_home:hover, #navi ul li #a_home.active {
	background: url(/images/button/but_home.png) 0px -30px no-repeat;
}

#navi ul li #a_news {
	display:block;
	width:120px;
	height:30px;
	background: url(../images/button/but_news.png) no-repeat;
}

#navi ul li #a_news:hover, #navi ul li #a_news.active {
	background: url(../images/button/but_news.png) 0px -30px no-repeat;
}

#navi ul li #a_bemusterung {
	display:block;
	width:120px;
	height:30px;
	background: url(../images/button/but_bemusterung.png) no-repeat;
}

#navi ul li #a_bemusterung:hover, #navi ul li #a_bemusterung.active {
	background: url(../images/button/but_bemusterung.png) 0px -30px no-repeat;
}

#navi ul li #a_links {
	display:block;
	width:120px;
	height:30px;
	background: url(../images/button/but_links.png) no-repeat;
}

#navi ul li #a_links:hover, #navi ul li #a_links.active {
	background: url(../images/button/but_links.png) 0px -30px no-repeat;
}

#navi ul li #a_admin {
	display:block;
	width:120px;
	height:30px;
	background: url(../images/button/but_admin.png) no-repeat;
}

#navi ul li #a_admin:hover, #navi ul li #a_admin.active {
	background: url(../images/button/but_admin.png) 0px -30px no-repeat;
}



#naviTop {
	position:absolute;
	z-index:1;
	top:35px;
	left: 300px;
	width: 331px;
	height: 21px;
}
#naviTop ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#naviTop ul li {
	float: right;
	width:80px;
}

#naviTop ul li a img {
	border:0;
}

#naviTop ul li #a_impressum {
	display:block;
	width:80px;
	height:20px;
	background: url(../images/button/but_top_impressum.png) no-repeat;
}

#naviTop ul li #a_impressum:hover, #naviTop ul li #a_impressum.active {
	background: url(../images/button/but_top_impressum.png) 0px -20px no-repeat;
}
#naviTop ul li #a_kontakt {
	display:block;
	width:80px;
	height:20px;
	background: url(../images/button/but_top_kontakt.png) no-repeat;
}

#naviTop ul li #a_kontakt:hover, #naviTop ul li #a_kontakt.active {
	background: url(../images/button/but_top_kontakt.png) 0px -20px no-repeat;
}

#naviTop ul li #a_hilfe {
	display:block;
	width:80px;
	height:20px;
	background: url(../images/button/but_top_hilfe.png) no-repeat;
}

#naviTop ul li #a_hilfe:hover, #naviTop ul li #a_hilfe.active {
	background: url(../images/button/but_top_hilfe.png) 0px -20px no-repeat;
}

#naviTop ul li #a_history {
	display:block;
	width:80px;
	height:20px;
	background: url(../images/button/but_top_history.png) no-repeat;
}

#naviTop ul li #a_history:hover, #naviTop ul li #a_history.active {
	background: url(../images/button/but_top_history.png) 0px -20px no-repeat;
}

#links li{
	float: left;
	display:block;
	margin:5px 0 20px 0;
	padding:2px;
}
#links li a {
	color:#FFF;
	width:120px;
	height:20px;
	display:block;
	line-height:20px;
	text-align:center;
	background: url(../images/button/links_but.png);
}
#links li a:hover {
	color:#FFF;
	height:20px;
	width:120px;
	display:block;
	line-height:20px;
	text-align:center;
	background:url(../images/button/links_but.png) 0px -20px no-repeat;
}
