
/*
////////////////////////////////////////////////////////////////
//
// nav.css Stylesheet fuer die Navigation Oben
//
////////////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////////////////////////////
//
// Ebene 1
//
////////////////////////////////////////////////////////////////
*/

.editbuttonNavi 				{
							left:100px;
							position:absolute;
							top:80px;
							}

#divEditbutton				{
							left:0px;
							position:absolute;
							top:140px;
							}
							
ul#nav 						{
							background:none;
							margin:0 auto;
							padding:169px 0 0 120px;
							width:768px;
							height:20px;
							}

ul#nav li						{							
							list-style:none;
							display:block;
							float:left;
							position:relative;			
							}
					

ul#nav li a					{
							font-size:11px;
							font-weight:bold;
							line-height:20px;
							margin:0;
							text-decoration:none;
							padding:0 10px 0 10px;
							background:none;
							color:#000000;
							}

ul#nav li a:hover				{
							background:none;
							color:#000000;
							text-decoration:none;
							border-bottom: 3px solid #f6ae04;
							}								
							
ul#nav li.selected	, ul#nav li:hover , ul#nav li.over 		{
							color:#fff;
							}
									
/*
////////////////////////////////////////////////////////////////
//
// Ebene 2
//
////////////////////////////////////////////////////////////////
*/
									
ul#nav li ul					{
							display:none;
							padding:0;
							margin:0 0 0 1px;
							width:175px;
							}
						
							
*+html ul#nav li ul	 			{
							position:absolute;
							top:20px;
							left:0px;
							}
							
*html ul#nav li ul	 				{
							position:absolute;
							top:20px;
							left:0px;
							}
							
							
							
ul#nav li ul li					{
							margin:0;
							border:none;
							width:175px;
							background:none;
							}
				
ul#nav li ul li a					{
							font-weight:normal;
							text-decoration:none;
							line-height:20px;
							padding:0 10px;
							border:none;
							display:block;
							width:155px;
							}	
		
							
ul#nav li ul li a:hover, ul#nav li ul li.selected a				{
							color:#ffffff;
							background:#f6ae04;
							}								

/*
////////////////////////////////////////////////////////////////
//
// nav.css Stylesheet fuer die Navigation Left
//
////////////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////////////////////////////
//
// Ebene 1
//
////////////////////////////////////////////////////////////////
*/

.editbuttonNavi 				{
							left:100px;
							position:absolute;
							top:80px;
							}

ul#navLeft 						{
							background:none;
							margin:0 0 0 0;
							padding:0;
							width:175px;
							}

ul#navLeft li						{							
							list-style:none;
							float:left;
							position:relative;
							width:175px;	
							background:none;
							}
					

ul#navLeft li a					{
							display:block;
							font-size:11px;
							font-weight:bold;
							line-height:20px;
							margin:0;
							text-decoration:none;
							padding:10px 0 10px 10px;
							background:none;
							color:#000;
							width:165px;
							}
	
ul#navLeft li:hover a, ul#navLeft li.over a, ul#navLeft li.selected a	{
							background:#f6ae04;
}

/*
////////////////////////////////////////////////////////////////
//
// Ebene 2
//
////////////////////////////////////////////////////////////////
*/
									
ul#navLeft li ul				{
							padding:0;
							margin:0;
							width:175px;
							}
							
*+html ul#navLeft li ul	 		{
							top:20px;
							left:0px;
							}
							
*html ul#navLeft li ul	 		{
							top:20px;
							left:0px;
							}
				
ul#navLeft li ul li a				{
							background:#f6ae04;
							font-weight:normal;
							line-height:20px;
							padding:0 10px;
							width:155px;
							}	
							
ul#navLeft li ul li:hover a, ul#navLeft li ul li.selected a	
							{
							color:#fff;
							background:#69b00c;
							}

ul#navLeft li.openselected a {
								background:#F6AE04;
	}
/*
////////////////////////////////////////////////////////////////
//
// nav.css Stylesheet fuer die Navigation TOP Left
//
////////////////////////////////////////////////////////////////
*/

/*
////////////////////////////////////////////////////////////////
//
// Ebene 1
//
////////////////////////////////////////////////////////////////
*/

ul#navTopLeft				{
							background:none;
							margin:-5px 0 -5px -10px;
							padding:0;
							width:175px;
							color:#fff;
							background:#69b00c;
							}

ul#navTopLeft li						{							
							list-style:none;
							float:left;
							color:#fff;
							background:#69b00c;
							}
					

ul#navTopLeft li a					{
							text-transform: uppercase;
							display:block;
							font-size:12px;
							font-weight:bold;
							line-height:20px;
							margin:0;
							text-decoration:none;
							padding:4px 0 4px 10px;
							color:#fff;
							width:165px;
							}
/*
ul#navTopLeft li a:hover				{
							color:#fff;
							text-decoration:none;
							background: #f6ae04;
							}								


ul#navTopLeft li.selected	, ul#navLeft li:hover , ul#navLeft li.over 		{
							color:#fff;
							background: #f6ae04;
							}


	
ul#navTopLeft li:hover a, ul#navTopLeft li.over a, ul#navTopLeft li.selected a		{
	background:#f6ae04;
	}
*/