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

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

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

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

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

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

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

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

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

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

#navi-int ul li #a_events {
	display:block;
	width:120px;
	height:45px;
	background: url(../images/button/events.png) no-repeat;
}

#navi-int ul li #a_events:hover, #navi-int ul li #a_events.active {
	background: url(../images/button/events.png) 0px -45px no-repeat;
}


#navi-int ul li #a_backstage {
	display:block;
	width:120px;
	height:45px;
	background: url(../images/button/backstage.png) no-repeat;
}

#navi-int ul li #a_backstage:hover, #navi-int ul li #a_backstage.active {
	background: url(../images/button/backstage.png) 0px -45px no-repeat;
}

#navi-int ul li #a_partner {
	display:block;
	width:120px;
	height:45px;
	background: url(../images/button/partner.png) no-repeat;
}

#navi-int ul li #a_partner:hover, #navi-int ul li #a_partner.active {
	background: url(../images/button/partner.png) 0px -45px no-repeat;
}

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

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

#top-navi a {
	color:#CCC;
	padding-left:5px;
}
#top-navi a:hover {
	color:#FFF;
	padding-left:10px;
}
#top-navi {
	position: absolute;
	width:130px;
	left:850px;
	height:100px;
	z-index:5001;
	top: 35px;
}
#top-navi ul li {
	margin:0 0 5px 5px;
}
#top-navi ul li #a_faq {
	display:block;
	width:60px;
	margin-left:40px;
	background:#069;
}

#top-navi ul li #a_faq:hover, #top-navi ul li #a_faq.active {
	background:#069;
}
#top-navi ul li #a_admin {
	display:block;
	width:60px;
	margin-left:40px;
	background:#C00;
}

#top-navi ul li #a_admin:hover, #top-navi ul li #a_admin.active {
	background:#C00;
}

#top-navi ul li #a_statistic {
	display:block;
	margin-left:10px;
	background:#C00;
}

#top-navi ul li #a_statistic:hover, #top-navi ul li #a_statistic.active {
	background:#C00;
}

#top-navi ul li #a_kontakt {
	display:block;
	width:80px;
	margin-left:20px;
	background:#069;
}

#top-navi ul li #a_kantakt:hover, #top-navi ul li #a_kontakt.active {
	background:#069;
}
#top-navi ul li #a_impressum {
	display:block;
	width:100px;
	background:#069;
}

#top-navi ul li #a_impressum:hover, #top-navi ul li #a_impressum.active {
	background:#069;
}

#top-navi ul li #a_lostpassword {
	display:block;
	width:120px;
	background:#090;
}

#top-navi ul li #a_lostpassword:hover, #top-navi ul li #a_lostpassword.active {
	background:#090;
}


#linksOverview li{
	float: left;
	display:block;
	margin:5px 0 10px 35px;
	padding:2px;
	border:1px solid #FFF;
}
#linksOverview li a {
	color:#333;
	width:120px;
	height:25px;
	display:block;
	line-height:25px;
	text-align:center;
	background: url(../images/button/links_but.jpg);
}
#linksOverview li a:hover {
	color:#069;
	height:25px;
	width:120px;
	display:block;
	line-height:25px;
	text-align:center;
	background:url(../images/button/links_but.jpg) 0px -25px no-repeat;
}

