a.button_menu4236 { background-image: url(../../../users/user247/explorer/bzimmerp.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4236:hover { background-image: url(../../../users/user247/explorer/bzimmerp.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4243 { background-image: url(../../../users/user247/explorer/bpreisep.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4243:hover { background-image: url(../../../users/user247/explorer/bpreisep.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4244 { background-image: url(../../../users/user247/explorer/bgruppp.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4244:hover { background-image: url(../../../users/user247/explorer/bgruppp.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4245 { background-image: url(../../../users/user247/explorer/bfreizeitp.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4245:hover { background-image: url(../../../users/user247/explorer/bfreizeitp.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4246 { background-image: url(../../../users/user247/explorer/baktuellp.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4246:hover { background-image: url(../../../users/user247/explorer/baktuellp.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4247 { background-image: url(../../../users/user247/explorer/banreisep.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4247:hover { background-image: url(../../../users/user247/explorer/banreisep.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4251 { background-image: url(../../../users/user247/explorer/banfragep.gif); width:159px; height:21px; background-repeat:no-repeat;}a.button_menu4251:hover { background-image: url(../../../users/user247/explorer/banfragep.gif); width:159px; height:21px; background-repeat:no-repeat;}
.leiste_ga li a:link{
	background-color: ;
	color:white;
	border-color: white; 
}

.leiste_ga li a:visited{
	background-color: ;
	color:white;
	border-color: white;
}
.leiste_ga li a:hover{
	background-color: ;
	color:#660033;
	border-color: silver;
}

.blackwhite ul {
	border-top: #DDDDDD 1px solid;
}		
.blackwhite li a{
	border-top: #DDDDDD 1px solid;
	padding: 2px 0px;
}

.blackwhite li a:link{
	
	color:white;
	border-color: #DDDDDD; 
	 padding-left:4px;
	width: 176px;
	/*max-width:176px;*/
	font-family:Arial;
	font-size:14px;
	
}

.blackwhite li a:visited{
	
	color:white;
	border-color: #DDDDDD;	
	 padding-left:4px;
	width: 176px;
	/*max-width:176px;*/
	font-family:Arial;
	font-size:14px;
	
}

.blackwhite li a:hover{
	
	color:#660033;
	border-color: #DDDDDD;
	 padding-left:4px;
	width: 176px;
	/*max-width:176px;*/
	font-family:Arial;
	font-size:14px;
	
}

.blackwhite li a:active{
	
	color:#660033;
	border-color: #DDDDDD;
	 padding-left:4px;
	width: 176px;
	/*max-width:176px;*/
	font-family:Arial;
	font-size:14px;
	
}
/*Darstellung der Ueberschriften*/
.blackwhite li div{
	border: #DDDDDD 1px solid;
	background-color: ;
	width: 183px;
	max-width:179px;
	color:;
	padding: 2px 1px;
	font-family:Arial;
	font-size:14px;
	
}

/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding: 0px;
	width: 182px;
	margin: 0px;  /*muss fuer den IE angegeben werden sonst ist Feld versetzt*/
}
.vertical li a{
	display: block;
	width: 180px;
	text-decoration: none;
	border: 1px solid;
	border-top: 0px; 
}

.vertical li div{
	display: block;
	text-decoration: none;
	border-top: 0px
}

.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}
.vertical li ul{
	position: absolute;
	margin-top: -20px;
	margin-left: 150px;
}

/*this is the css for the horizontal version*/
.horizontal ul{
	list-style-type: none;
	padding: 0px;
	//border-left:1px #DDDDDD solid;
	display: block;
	//height: 22px;
	margin: 0px;  /*muss fuer den IE angegeben werden sonst ist Feld versetzt*/
}
.horizontal li{
	float: left;
	display: inline;
}
.horizontal li a{
	text-decoration: none;
	float: left;
	display: block;
	width: 180px;
	
	padding: 2px 1px;
	border: 1px solid;
	border-left: none;
}
.horizontal li li a{
	border-top: none;
	border-left: 1px solid;
}
.horizontal li ul{
	position: absolute; 
	margin-top: 20px;
	margin-left: -1px;
	width: 182px;
	border: none;
	display: block;
	height: auto;
	border-top: 1px solid;
	border-color: #DDDDDD;
}
.horizontal li li ul{
	position: absolute;
	/*
	margin-top: .1em;
	margin-left: 180px;
	*/
	margin-top: 18px;
	margin-left: 150px;
}
.horizontal li ul li a{
	width: 180px;
}

/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul{
	display: none;
}
/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span{
	padding-left: .5em;
	font-size: 85%;  
}
.arrow a:hover span{
	padding-left: .5em;
}
.arrow a span.noshow{
	visibility: hidden;
}
/*Plus code*/
.plus a span{
	padding-left: .5em;
}

