@charset "utf-8";
/* CSS Document */

/* =============================================
   				NOTIZ
================================================ */
/*
 * AEnderung der Anzahl Elemente
 * 
 * immer:
 * --> #hns_1 - #hns_X --> hoehe
 * 
 * wenn mehr als aktuell
 * --> #hns_X --> BG Bild normal und aktiv  
 * --> .hns_col_X --> BG Farbe 
 */
/* =============================================
   				HEADNAVI
================================================ */

#hns_base {	
	list-style-type:none;
	overflow:hidden;
	margin: 0;
    padding: 0 0 0 2px; 
	height: 290px;
}

/*	 linke Seite allgemein	*/

.hns_left {
	width: 73px;
	height: 73px;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.hns_ndc {
	height: 0px;
}

/*	 linke Seite BG Bilder 	*/

#hns_1 .hns_left {
	height: 72px;
	background-image: url("../media/struktur/kopf_leiste_2_01.png");
}

#hns_2 .hns_left {
	background-image: url("../media/struktur/kopf_leiste_2_02.png");
}

#hns_3 .hns_left {
	background-image: url("../media/struktur/kopf_leiste_2_03.png");
}

#hns_4 .hns_left {
	height: 72px;
	background-image: url("../media/struktur/kopf_leiste_2_04.png");
}

#hns_1.active .hns_left,
#hns_1.hover .hns_left {
	background-image: url("../media/struktur/kopf_leiste_2_over_01.png");
}

#hns_2.active .hns_left,
#hns_2.hover .hns_left {
	background-image: url("../media/struktur/kopf_leiste_2_over_02.png");
}

#hns_3.active .hns_left,
#hns_3.hover .hns_left {
	background-image: url("../media/struktur/kopf_leiste_2_over_03.png");
}

#hns_4.active .hns_left,
#hns_4.hover .hns_left {
	background-image: url("../media/struktur/kopf_leiste_2_over_04.png");
}

/* 		Info Box auf dem Bild	*/

.hns_info {
	display: none;
	position: absolute;
	height: 230px;
	width: 176px;
	top: 28px;
	left: 28px;
	z-index: 50;

}

.hns_info_hat {
	height: 211px;
	background: url("../media/struktur/hg_info_1.png") no-repeat scroll center top transparent;
}

.hns_info_head {
	font-style: italic;
	font-weight: 700;
	font-size: 12px;
	height: 32px;
	overflow: hidden;
	margin: 0 2px;
}

.hns_info_htext {
	margin: 7px 0px 0px 8px;
	height: 32px;
}

.hns_info_tbg {
	height: 179px;
	overflow: hidden;
	margin: 0 2px;
}

.hns_info_text {
	padding: 12px 7px 7px 12px;
}

.hns_info_lvl {
	height: 17px;
	width: 48px;
	margin: 0 0 2px 2px;
	float: left;
}
.hns_info_btm{
	background: url("../media/struktur/hg_info_1.png") no-repeat scroll center bottom transparent;
	overflow: hidden;
}

.hns_info_link {
	height: 17px;
	width: 124px;
	margin: 0 2px 2px 0;
	overflow: hidden;
	
	font-size: 9px;
}

.hns_info_link a {
	margin: 2px 0px 0px 5px;
	
	color: #000000;
	font-style: italic;
} 

.hns_info_link a:hover {
	color: #444444;
	font-style: italic;
} 

/*		Bild rechts		*/

.hns_right {
	position: absolute;
	width: 877px;
	height: 290px;
	top: 125px;
	margin-left: 73px;
	
	overflow: hidden;
}

.hns_img {
	display: none;
	
	position: absolute;
	top: 0px;
	width: 877px;
	height: 290px;
}

/*		Farben			*/

.hns_info_trans {		
	/*
	 * Fundstelle:
	 * http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/
	 */ 
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.9);
	/* For IE 5.5 - 7*/
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF, endColorstr=#E6FFFFFF)";
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6FFFFFF, endColorstr=#E6FFFFFF)";
}
	
.hns_col_1 {
	background-color: #D0D0D0;
}

.hns_col_2 {
	background-color: #04949c;
}
	
.hns_col_3 {
	background-color: #709e21 ;
}

.hns_col_4 {
	background-color: #a5aeb3;
}

/*		aktive/aktuelle einblenden		*/

.hns_li.current .hns_img,
.hns_li.active .hns_img {
	display: block;
}

.hns_li.active .hns_info {
	display: block;
}


/* =============================================
   				Media fuer Desktop
================================================ */	

.hns_tablet {
	display:none;
}

.hns_phone {
	display:none;
}

