/*--------------------------------------------------------------------------------

	Projekt			:	Kahofer.NET
	Webdesign  		:	Josef Kahofer / www.kahofer.net
	Datum			:   17.04.2010
----------------------------------------------------------------------------------*/

/* +++++++++++ nav_links +++++++++++ */

.navigation {
	width: 190px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;	/*text-align: right;*/
}
.logo {
	/*	float: left;*/
	width: 165px;
	height: 115px;
	margin-top: -55px;
	margin-left: 5px;
/*	background-color: #996633;*/
	position: relative;
	z-index: 2;
}

/* ### 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: #333333;
	text-decoration: none;
	padding-right: 10px;
	/*	background-color: #FFFFFF;*/
	padding-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

ul.nav1st a:hover {
	display: block;
	/*width: 205px;
	*/
	height: 20px;
	color: #000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
	background-color: #CCCCCC; /*   grau*/
	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:#000000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
	background-color: #CCCCCC;
	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:#000000;
	text-decoration: none;
	padding-right: 10px;
	background-color: #EBEBEB;
	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: 21px;
	display: block;
	width: 150px;	
	/*line-height: 26px;*/
}

ul.nav2nd li a, 
ul.nav2nd li a:link {
	display: block;
	height: 18px;
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
	padding-top: 4px;
/*	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: 18px;
	padding-right: 15px;
	padding-top: 4px;
/*	background-image: url(bg_nav_2nd.gif);
	background-position: 14px -23px;	
	background-repeat: no-repeat;	
*/	color:#000000;  
	background-color: #EBEBEB;	
	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: #EBEBEB;	
	color:#000000;
	text-decoration: none;	
	height: 18px;
	padding-right: 15px;
	padding-left: 5px;
	padding-top: 4px;
/*	background-image: url(bg_nav_2nd.gif);
	background-position: 14px -23px;	
	background-repeat: no-repeat;	
*/	
}