.nav td.home {
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: white;
	background-color: #A1A3A6;
}

.nav td.topUnselected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-style: dotted;
	border-color: white;
	background-color: #CCCED1;
}

.nav td.topSelected {
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: white;
	background-color: #A1A3A6;
}

.nav td.topSelectedHome {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	background-color: #A1A3A6;
}

.nav td.bottomUnselected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	background-color: #A1A3A6;
}

.nav td.bottomSelected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	background-color: #A1A3A6;
}

.nav a.topSelected {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a.topUnselected {
	color: #4D4D4D;
	text-decoration: none;
}

.nav a.bottomSelected {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a.bottomUnselected {
	color: #333333;
	text-decoration: none;
}

.nav a.closeThirdLevel{
	color: #FFFFFF;
	text-decoration: underline;
}

.nav .thirdLevelSelected {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a.thirdLevelSelected {
	color: #000000;
	text-decoration: none;
}

.nav td.thirdLevelSelected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	background-color:#76787a;
}

.nav .thirdLevelUnselected {
	color: #000000;
	text-decoration: none;
}

.nav a.thirdLevelUnselected {
	color: #000000;
	text-decoration: none;
}

.nav td.thirdLevelUnselected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	background-color:#76787a;
}

.nav table {
	table-layout: fixed;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

.nav #schute_muster {
	position:absolute;
	left:0px;
	top:0px;
	margin: 0 auto;      
	width: 100%;
	height: 44px;
	padding: 0;
	background: #ffffe0 url(../images/muster.jpg) repeat-x;
	border: 0px;
}