/* Navigation */
#menuHeader {
	position:absolute;
	top:50px;
	left:121px;
	height: 10px;
	width:500px;
	z-index: 21;
}
#menu table {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 18px; 
	font-weight: normal;
	background-color: #ffffff;
}
#menu a {
	color: #333333;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
}
#menu td {
	border: #6699CC solid; 
	border-width: 1px 1px 0px;
}
#menu td:hover {
	border: #6699CC solid; 
	border-width: 1px 1px 0px;
	background-color:#B6C9FA;
}
#menu td.unten {
	border-bottom: 1px #6699CC solid;
}

td.system a {
	display: block;
	width: 160px;
	padding-top: 0px;
	color: #333333;
	text-decoration: none;
}
td.system a:hover {
	text-decoration: none;
}

#menuMarker {
	position:absolute;
	top:65px;
	left:600px;
	height: 22px;
	width:204px;
	z-index: 2;
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #888888;
	background-color: #ffffff;
}

/* floating */
#dvssub {
	position: absolute;
	left: 298px;
	top: 64px;
	width: 200px;
	border: 1px solid black;
	background-color: #ffffff;
	z-index: 90;
}
#airtecsub {
	position: absolute;
	left: 298px;
	top: 100px;
	width: 200px;
	border: 1px solid black;
	background-color: #ffffff;
	z-index: 91;
}

.subitem { 
	border-bottom: 1px solid black;
}
.subitem a {
	display: block;
	width: 194px;
	padding: 1px 3px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 18px; 
	font-weight: normal;
	text-decoration: none;
	color: black;
}
.subitem a:hover {
	background-color: #B6C9FA;
}

.orange {
	border: 2px solid #f99104
}