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

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

.leiste_link_aktiv {
	color:#FFFFFF;
}

.blackwhite ul {
	border-top: #FFFFCC 1px solid;
}
.blackwhite li a{
	border-top: #FFFFCC 1px solid;
	text-align:left;
	padding: 3px 0px;
}

.blackwhite li a:link{
	
	text-align:left;
	color:#FFFFFF;
	border-color:#FFFFCC;
	 padding-left:4px;
	width: 196px;
	/*max-width:196px;*/
	font-family:Arial,Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	
}

.blackwhite li a:visited{
	
	color:#FFFFFF;
	border-color:#FFFFCC;	
	 padding-left:4px;
	width: 196px;
	/*max-width:196px;*/
	font-family:Arial,Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	
}

.blackwhite li a:hover{
	
	color:#FFFFFF;
	border-color:#FFFFCC;
	 padding-left:4px;
	width: 196px;
	/*max-width:196px;*/
	font-family:Arial,Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	
}

.blackwhite li a:active{
	
	color:#FFFFFF;
	border-color:#FFFFCC;
	 padding-left:4px;
	width: 196px;
	/*max-width:196px;*/
	font-family:Arial,Verdana,Helvetica,Arial,sans-serif;
	font-size:12px;
	
}
/*Darstellung der Ueberschriften*/
.blackwhite li div{
	border: #FFFFCC 1px solid;
	background-color: ;
	width: 203px;
	max-width:199px;
	color:;
	padding: 3px 1px;
	font-family:Arial;
	font-size:12px;
	
}

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

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

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