/*--------------------------------------------------------------------------------

	Projekt			:	RECOM-HUAT
	Grafikdesign	: 	Heinz Roffeis / www.enzo.at
	Webdesign  		:	Josef Kahofer / www.kahofer.net

----------------------------------------------------------------------------------*/

/* +++++++++++ nav_links +++++++++++ */

.navigation {
	width: 216px;
	padding: 10px;
	text-align: right;
}

/* ### nav1st - 1. Ebene  ######################################## */

ul.nav1st {
	list-style-type: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 3px;
}

ul.nav1st li {
	display: block;
	list-style-type: none;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	height: 20px;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	background-color: #FFFFFF;
	padding-top: 4px;/**/
/*	background-image: url(bg_nav_1st.gif);
	background-position: 4px 6px;
	background-repeat: no-repeat;*/
	border: 1px solid #CCCCCC;
}

ul.nav1st a:hover {
	display: block;
	/*width: 205px;
	*/
	height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	background-color: #AF4D94;/* violett*/
	padding-top: 4px;/**/	
/*	background-image: url(bg_nav_1st.gif);
	background-position: 4px -23px;	
	background-repeat: no-repeat;	
*/
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	height: 20px;
	color:#FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	background-color: #AF4D94;
	padding-top: 4px;/**/		
/*	background-image: url(bg_nav_1st.gif);
	background-position: 4px -23px;	
	background-repeat: no-repeat;	
*/}

ul.nav1st li a.current:hover {
	height: 20px;
	color:#FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	background-color: #C37AAF;
	padding-top: 4px;/**/		
/*	background-image: url(bg_nav_1st.gif);
	background-position: 4px -23px;	
	background-repeat: no-repeat;
*/}


/* ### nav2nd - 2. Ebene ######################################### */

/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	list-style-type: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 3px;
	font-size: 85%;
	/*height: 210px;*/
}

ul.nav2nd li {
	list-style-type: none;
/*	height: 36px;*/
	height: auto;
	display: block;
	width: 200px;	
	/*line-height: 26px;*/
}

ul.nav2nd li a, 
ul.nav2nd li a:link {
	display: block;
/*	height: 36px;*/
	color: #000000;
	text-decoration: none;
	height: auto;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 5px;
/*	width: 205px; 
	background-image: url(bg_nav_2nd.gif);
	background-position: 14px 6px;
	background-repeat: no-repeat;
*/	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul.nav2nd li a:hover {
	text-decoration: none;
	/*	height: 36px;*/
	height: auto;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 5px;
	/*	background-image: url(bg_nav_2nd.gif);
	background-position: 14px -23px;	
	background-repeat: no-repeat;	
*/	color:#fff;
	background-color: #C37AAF;
	color: #000000;

}

#nav_links li a.active, 
#nav_links li a.active:link,
ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
/*	width: 208px;*/	
	background-color: #C37AAF;	
	color:#000000;
	text-decoration: none;	
/*	height: 36px;*/
	height: auto;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 5px;
/*	background-image: url(bg_nav_2nd.gif);
	background-position: 14px -23px;	
	background-repeat: no-repeat;	
*/	
}
