

/* menue oben */

#menu1 a, #menu1 a:visited , #menu1 a:active {
	display: block;
	color:#ffcc00;
	text-decoration:none ;
	font-family:verdana, sans-serif; 
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px; 
	padding-bottom: 0px; 
	padding-top:0px;
	margin-left: 0px;
	margin-right: 0px;
	border-left:solid 0px #AAAAAA;
	height:40px;
	line-height:40px;
	text-align:center;
	border-bottom:solid 0px #fff;
	background-color:#fff;
}

#menu1 a:hover {
	background-color:#;
	color:#ffcc00; 
	text-decoration:none ;
	background-color:#fff;
	background-image:url(images/cube.gif);
	background-repeat:no-repeat;
	background-position:50% 100%;
	border-bottom:solid 0px #ffcc00;
}

.trenn {
	width:1px;
	background-color:#fff;
	color:#343434;
}



/* allgemeine links im text */

a:link, a:visited, a:active { 
	font-size: 14px;
	line-height: 18px;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
	text-decoration:none;
	color:#FFCC00;
}

a:hover {
	text-decoration:none;
	background-color:#fff;
	color:#343434;
	text-decoration:none;
}
