/* ACCORDIONMENU */
#pagecontainer {
	position: relative;
}

#accordionMenu {
	height: 200px;
	position: relative;
	margin: 0 0 0 0px;
}

.navBox {
	position: absolute;
	width: 155px;
	height: 200px;
}

.navBox_content {
	position: absolute;
	top: 24px;
	left: 0px;
	width: 155px;
	height: 190px;
	text-align: center;
	padding-top: 5px;
	text-align: left;
	background-image: url('../images/transparantbg.png');
}

.navBox_btn { /*background: #d9d8d8;*/
	position: absolute;
	top: 176px;
	left: 0px;
	width: 155px;
	height: 20px; solid #a8a7a7;
	text-align: center;
	padding-top: 5px;
	/*opacity: 0.5;*/
}

.navBox_titel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 156px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	background: url('../images/navBoxTitle.png') no-repeat;
	font-size: 12px;
}

.navBox_subLink {
	padding: 1px 8px 1px 8px;
	border: 1px solid transparent;
	font-size: 12px;
	line-height: 13px;
}

.navBox_subLink.hover {
	background: url('../images/transparantbg.png') repeat 0 0;
}

.navBox_content a {
	color: #333;
	opacity: none;
	margin: 5px 2px;
	text-decoration: none;
	z-index: 10;
}

/*.navBox_content a:hover {
	text-decoration: underline;
}*/

.navBox_pos1 {
	left: 0px;
}

.navBox_pos2 {
	left: 161px;
}

.navBox_pos3 {
	left: 322px;
}

.navBox_pos4 {
	left: 483px;
}

.navBox_pos5 {
	left: 644px;
}

.navBox_pos6 {
	left: 805px;
}

.navBox_btn.active {
	top: -2px;
}