/* CSS Document */


.bereichs_liste a.hassubitems{
	cursor:pointer;	
}


.bereichs_liste ul,.bereichs_liste ul li{
	margin:0px;
	padding:0px;
	list-style:none;
}
.bereichs_liste ul li{
}

.bereichs_liste ul li a{
	display:block;
	padding-left:20px;	
	background-image:url(/fileadmin/images/button/bereich_ausgewaehlt.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
.bereichs_liste ul li a.hassub{
	display:block;
	padding-left:20px;	
	background-image:url(/fileadmin/images/button/bereich_schliessen.png);
	background-repeat:no-repeat;
}
.bereichs_liste ul li a.hassubclosed{
	display:block;
	padding-left:20px;	
	background-image:url(/fileadmin/images/button/bereich_oeffnen.png);
	background-repeat:no-repeat;
}

.bereichs_liste ul li ul{
	padding-left:20px;
}

.bereichs_liste ul {
/*	background-color:#CC0;	*/
}
.bereichs_liste ul li ul{
/*	background-color:#CCF;	*/
	display:none;
}
.bereichs_liste ul.allopened li ul{
/*	background-color:#CCF;	*/
	display:block;
}

.bereichs_liste ul li ul li ul{
/*	background-color:#CCC;	*/
}

.fehler {
	float:right;
	width:16px;
	height:16px;
	overflow:hidden;
}

.fehler a{
	cursor:pointer;
}

.toggle_touren {
	float:right;
	width:15px;
	height:10px;
	overflow:hidden;
	text-align:center;
	margin-top:35px;
	margin-right:8px;
}

.toggle_touren a{
	cursor:pointer;
	display:block;
	width:15px;
	height:10px;
}

#fehlerinfo {
	position:absolute;
}