a:focus {
	outline: none;
}
.glidecontentwrapper{
	position: relative;
	width: 	  652px;
	height:   90px;
	overflow: hidden;
}
/* Style des DIVs im wrapper */
.glidecontent{
	position:   absolute;
	width: 		822px;
	visibility: hidden;
	background: white;
}
/* Style des DIVs der Navigations-Links: */
.cssbuttonstoggler{
	text-align: center;
}
/* Style der Navigations-Links */
.cssbuttonstoggler a{
	height: 	 	 25px;
	line-height: 	 25px;
	color: 		  	 #494949;
	font:  		 	 12px "Arial", "Tahoma", "Verdana",
					 "Trebuchet MS";
	text-decoration: none;
	text-align: 	 justify;
	display:		 block;
	float: 			 left;
}
.cssbuttonstoggler a span {
	color: #5a5a5a;
}
/* Style des ausgewaehlten Navigations-Links: */
.cssbuttonstoggler a.selected {
	font-weight: bold;
}
.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{
	color: green;
}