/* CSS Document */

/* ********************************************************************************************
 * Navigation Main
 ******************************************************************************************* */
	#menu {
		position:absolute;
		top:71px; left:50px;
		width:650px;
		padding: 0px;          /* Padding-Eigenschaft für Listenelement auf 0px setzen */
		margin: 0px;           /* Marging-Eigenschaft für Listenelement auf 0px setzen */
		font-size:13px;
	}

	#menu ul.layer0 {
		list-style:none;
		margin:0px;
		padding:0px 0px 0px 0px;
	}
	
	#menu .layer0 li {
		position:relative;
		border:0px;
		margin:0px;
		padding:0px;
		float:left;
		margin-right:35px;
	}
	
	#menu .layer0 li:first-child, #menu .layer0 li.firstChild  {
		border-left: none;
		padding-left:0px;
	}
	
	#menu .layer0 li:last-child, #menu .layer0 li.lastChild  {
		padding-right:0px;
	}
	
	#menu .layer0 li a {
		color:#ffffff;
		text-decoration:none;
		text-transform:none;
		font-weight:bold;
		font-size:13px;
	}
	
	#menu .layer0 li a:hover {
		color:#006AB3;
		font-weight:bold;
	}
	
	#menu .layer0 .selectedNode {
		
	}
	
	#menu .layer0 .selectedNode a, #menu .layer0 .selectedNodeNoChild a {
		color:#006AB3;
		font-weight:bold;
	}
	
	
/* ********************************************************************************************
 * Navigation Sub
 ******************************************************************************************* */	
	#menuSub {
		position:absolute;
		top:114px; left:50px;
		width:650px;
		padding: 0px;          /* Padding-Eigenschaft für Listenelement auf 0px setzen */
		margin: 0px;           /* Marging-Eigenschaft für Listenelement auf 0px setzen */
		font-size:13px;
	}
	
	#menuSub ul.layer0 {
		list-style:none;
		margin:0px;
		padding:0px 0px 0px 0px;
	}
	
	#menuSub .layer0 li {
		position:relative;
		border:0px;
		margin:0px;
		padding:0px;
		float:left;
		margin-right:40px;
	}
	
	#menuSub .layer0 li:first-child, #menuSub .layer0 li.firstChild  {
		border-left: none;
		padding-left:0px;
	}
	
	#menuSub .layer0 li:last-child, #menuSub .layer0 li.lastChild  {
		padding-right:0px;
	}
	
	#menuSub .layer0 li a {
		color:#8AAED7;
		text-decoration:none;
		text-transform:none;
		font-weight:bold;
		font-size:13px;
	}
	
	#menuSub .layer0 li a:hover {
		color:#006AB3;
		font-weight:bold;
	}
	
	#menuSub .layer0 .selectedNode {
		
	}
	
	#menuSub .layer0 .selectedNode a, #menuSub .layer0 .selectedNodeNoChild a {
		color:#006AB3;
		font-weight:bold;
	}
	
	
	
	
	
	#menu ul.layer1  {
		list-style:none;
		margin:0px;
		padding:0px 0px 0px 0px;
		position:absolute;
		top:30px;
		left:0px;
		width:600px;
	}
	
	
	#menu ul.layer1 li {
		background-image:none !important;
	}
	
	#menu ul.layer1 li a {
		color:#006ab3 !important;
		background-image:none !important;
	}
	
	#menu ul.layer1 .selectedNode a, #menu ul.layer1 .selectedNodeNoChild a {
		color:#ffffff !important;
		font-weight:bold;
		background-image:url(/_images/nav_active2.png);
		background-repeat:no-repeat;
		background-position:right bottom;
	}
	
	#menu ul.layer1 .selectedNode {
		background-image:url(/_images/nav_active2.png) !important;
		background-repeat:no-repeat;
		background-position:right bottom;
	}
