#topnav { /* die Tabelle, die alle sichtbaren und unsichtbaren Navigationselemente enthält */
	height: 30px;
	background-repeat: repeat-x;
	background: url(http://www.wimaxxed.at/at/img/design/menue_bg_verlauf.jpg) repeat-x;
}
#topnav td {
	text-align: center;
	vertical-align: middle;
	width: 150px;
}
.seperator { /* 1px breite Tabellenzelle mit Trennlinie */
	width: 1px !important;
	background: url(http://www.wimaxxed.at/at/img/design/menue_linie_verlauf.gif) repeat-x;
}
#topnav div.nav { /* Container für alle unsichtbaren Navigationselemente */
	background: url(http://www.wimaxxed.at/at/img/design/bogen1_submenue.gif) no-repeat top;
	padding-top: 16px;
	margin: -138px 0 0 -1px;
	text-align: left;
	position: absolute;
	display: none; /* unsichtbar */
}
* html #topnav div.nav { /* IE Hack für die Positionierung */
	margin-left: -76px;
}
#topnav .nav1 { /* untergeordnetes <div> */
	height: 100px;
	width: 151px;
	background: #FFF;
	border: solid #C6C6C6;
	border-width: 0 1px 1px;
}
* html #topnav .nav1 { /* IE Hack */
	width: 153px;
}
#topnav .nav1 div { /* ein drittes <div> - enthält das kleine Hintergrundbild für jeden Link */
	padding: 2px 0 2px 14px;
	background: url(http://www.wimaxxed.at/at/img/design/buttons/b1.gif) no-repeat left center;
}
#topnav .nav1 a { /* Formatierung für die Links selbst */
	color: #6B6B6B;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 2px;
	margin-top: 1px;
}
#topnav .nav1 a:hover {
	background: #F6F6F6;
}
#topnav td:hover div { /* hover über die Tabellenzelle bringt versteckte Navigationselemente zum Vorschein */
	display: block;
}