.menu{
	height: 53px;
	width: 100%;
	background-image:url(/System/grafik/bottom.jpg);
	background-repeat: repeat-x;
	text-align:center;
	clear:both;
}
.Parent{
	font-size: 11px;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	text-align:center;
	margin-top:0px;
	width:110px;
	float:left;
  	color: #989A99;
	font-weight: bold;
	padding: 5px 0px 0px 4px;
	cursor: pointer;
	position: relative;
}

.Container{
	display:none;
	
}
.ContainerHover {
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	top: 20px;
	left: 0;
	width:450px;
	text-align:left;
	border: 0px solid #000000;
	height: 20px;
	padding: 0px 0px 0px 10px;
	display:block;
	color: #000000;
	text-decoration:none;
}

.ContainerHover .Container{
	width:550px;
}

.Node{
	position: relative;
	font-size: 11px;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 32px;
	text-align:center;
	margin-top:0px;
	float:left;
  	color: #000000;
	font-weight: bold;
	padding: 5px 0px 0px 4px;

}
.Node a:link, .Node a:visited {
	font-size: 100%;
	color: #000000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.Node a:hover{
	color: #cccccc;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.Between{
	font-size: 0px;
	color:#e8eced;
	float:left;
	width: 6px;
	height: 32px;
	background-image:url(/Bilder/bgs/between3.jpg);
	background-repeat:no-repeat;



}
