@charset "UTF-8";/* CSS Document */.menu ul {	margin: 0;	padding: 0;	border: 0;	list-style-type: none;	display: block;}.menu li {	width:149px;	height:155px;	text-align:center;	float:left;	margin:0px;	padding:30px 0px 0px 0px;	list-style-type: none;	display:block;	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */	z-index: 5;		/* thus we need to apply explicit z-index here... */}.menu li:hover {	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */	white-space: normal;	display:block;	text-decoration:underline;	color:#FFFFFF;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */}.logoTop {	float:left;}.floatRechts {	float:right;}/*#top a {	color:#FFFFFF;	text-decoration:none;}#top a:hover {	text-decoration:underline;	color:#FFFFFF;}*/.menu a {	text-decoration: none;	color: #fff;	/*padding: .4em 1em;*/	display: block;	height:155px;	/*position: relative;*/}.nav1 {	background-image:url(../images/ui/nav1.jpg);}.nav2 {	background-image:url(../images/ui/nav2.jpg);}.nav3 {	background-image:url(../images/ui/nav3.jpg);}.nav4 {	background-image:url(../images/ui/nav4.jpg);}.nav5 {	background-image:url(../images/ui/nav5.jpg);}.nav6 {	background-image:url(../images/ui/nav6.jpg);}
