
.leiste_ga li a:link{
	background-color: #EEEEEE;
	color:#FFFFFF;
	border-color: white; 
}

.leiste_ga li a:visited{
	background-color: #EEEEEE;
	color:#FFFFFF;
	border-color: white;
}
.leiste_ga li a:hover{
	background-color: white;
	color:;
	border-color: silver;
}
		
.blackwhite li a{
	border-top: #DDDDDD 1px solid;
	padding: 2px 0px;
}

.blackwhite li a:link{
	background-color: #EEEEEE;
	color:#FFFFFF;
	border-color: #DDDDDD; 
	 padding-left:4px;
	width: -4px;
	/*max-width:-4px;*/
	font-family:Helvetica;
	font-size:12px;
	
}

.blackwhite li a:visited{
	background-color: #EEEEEE;
	color:#FFFFFF;
	border-color: #DDDDDD;	
	 padding-left:4px;
	width: -4px;
	/*max-width:-4px;*/
	font-family:Helvetica;
	font-size:12px;
	
}

.blackwhite li a:hover{
	background-color: white;
	color:;
	border-color: #DDDDDD;
	 padding-left:4px;
	width: -4px;
	/*max-width:-4px;*/
	font-family:Helvetica;
	font-size:12px;
	
}

.blackwhite li a:active{
	background-color: white;
	color:;
	border-color: #DDDDDD;
	 padding-left:4px;
	width: -4px;
	/*max-width:-4px;*/
	font-family:Helvetica;
	font-size:12px;
	
}
/*Darstellung der Ueberschriften*/
.blackwhite li div{
	border: #DDDDDD 1px solid;
	background-color: #FFFFFF;
	width: 3px;
	max-width:-1px;
	color:;
	padding: 2px 1px;
	font-family:Helvetica;
	font-size:12px;
	
}

/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding: 0px;
	width: 2px;
	margin: 0px;  /*muss fuer den IE angegeben werden sonst ist Feld versetzt*/
}
.vertical li a{
	display: block;
	width: 0px;
	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: -18px;
	margin-left: -30px;
}

/*this is the css for the horizontal version*/
.horizontal ul{
	list-style-type: none;
	padding: 0px;
	//border-left:1px #DDDDDD solid;
	display: block;
	//height: 20px;
	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: 0px;
	
	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: 18px;
	margin-left: -1px;
	width: 2px;
	border: none;
	display: block;
	height: auto;
	border-top: 1px solid;
	border-color: #DDDDDD;
}
.horizontal li li ul{
	position: absolute;
	/*
	margin-top: .1em;
	margin-left: 0px;
	*/
	margin-top: 16px;
	margin-left: -30px;
}
.horizontal li ul li a{
	width: 0px;
}

/*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;
}

