/* Auszeichnung fuer Topmenu */

#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topmenu li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	}

#topmenu li a {
	float: left;
	width: 105px;
	height: 95px;
	}

.txt {
	width: 105px;
	font-size: 15px;
	line-height: 18px;
	position: absolute;
	overflow: hidden;
	bottom: 0;
}

#bl, #bl span.txt {
	color: #fff;
/*	background: #00b3fe; */
	background: #2b7bde;
}
#gr, #gr span.txt {
	color: #fff;
/*	background: #65ff00; */
	background: #55e033;
}
#ge, #ge span.txt {
	color: #888;
	background: #fff00d;
}	
#or, #or span.txt{
	color: #fff;	
	background: #ff8c01;
}
#ro, #ro span.txt{
	color: #fff;
	background: #ff001a;
}
#br, #br span.txt {
	color: #fff;
	background: #ab0008;
}

#bl a:hover, #bl a:hover span.txt,
#gr a:hover, #gr a:hover span.txt,
#ge a:hover, #ge a:hover span.txt,
#or a:hover, #or a:hover span.txt,
#ro a:hover, #ro a:hover span.txt,
#br a:hover, #br a:hover span.txt {
    color: #fff;
    background: #ccc;
}

/* Ende Auszeichnung fuer Topmenu */

