/* CSS Document */


/* dropdown */
ul { 
	padding:0px;
	margin:0px;
	list-style:none;
	
	z-index:77777;
}

li {
	float:left;
	position:relative;
	
	z-index:77777;
	
}

li ul { 
	display:none;
	position:absolute;
	top:13px;
	left:0px;
	
	
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top:auto;
	left:auto;
	
	
}

li:hover ul, li.over ul { 
	display:block;
	
	
}

/* user  */

ul li ul li {
	clear:left;
	
	
}

.hnav_hor_start {
	background-color:#ffffff;
	display:block;
	margin:0px;
	padding:0px 0px;
	padding-right: 8px;
	font-size:11px;
	font-weight:bold;
	color:#78797A;
	text-decoration:none;
	text-transform:uppercase;
	line-height:13px;
	letter-spacing:1px;
	
	
}

.hnav_hor {
	background-color:#FFF;
	display:block;
	margin:0px;
	padding:0px 8px;
	font-size:11px;
	font-weight:bold;
	color:#78797A;
	text-decoration:none;
	text-transform:uppercase;
	line-height:13px;
	border-left: 1px solid #EE8A14;
	letter-spacing:1px;
	
	
}

.hnav_hor:hover {
	font-weight:bold;
	line-height:13px;
	
	
}

.hnav_ver_1, .hnav_ver_2, .hnav_ver_3, .hnav_ver_4, .hnav_ver_6 {

	
	/*background-color:#fff;*/
	background-image:url(images/navipkt.gif);	
	background-position:center left;
	background-repeat:no-repeat;
	padding:3px 0 0 21px;
	
	display:block;
	margin:0px;
	
	
	font-size:10px;
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	text-align:left;
	line-height:15px;
	
	/*opacity:0.80;
	-moz-opacity:0.80;
	filter:alpha(opacity=80);*/
	
	
}

.hnav_ver_1 {
	width:250px;
}

.hnav_ver_1:hover {
	color:#EFB43F;
	/*background-image:url(images/navipkt.gif);
	opacity:1.00;
	-moz-opacity:1.00;	
	filter:alpha(opacity=100); 	*/
	
	display:block;
}

.hnav_ver_2 {
	width:250px;
}

.hnav_ver_2:hover {
	color:#558B7E;
	background-image:url(images/navipkt.gif);		
	/*-moz-opacity:1.00;	
	filter:alpha(opacity=100); 	*/
	
	
}

.hnav_ver_3 {
	width:250px;
}

.hnav_ver_3:hover {
	color:#6D5545;
	background-image:url(images/navipkt.gif);	
	-moz-opacity:1.00;	
	filter:alpha(opacity=100); 	
	
	
}

.hnav_ver_4 {
	width:140px;
}

.hnav_ver_4:hover {
	color:#814C60;
	background-image:url(images/navipkt.gif);	
	-moz-opacity:1.00;	
	filter:alpha(opacity=100); 	
	
	
}

.hnav_ver_6 {
	width:140px;
}

.hnav_ver_6:hover {
	color:#000000;
	background-image:url(images/navipkt.gif);
	-moz-opacity:1.00;	
	filter:alpha(opacity=100); 	
	
	
}

#rubrik1:hover {
	color:#000000;
	font-weight:bold;
	
	
}

#rubrik2:hover {
	color:#558B7E;
	
	
}

#rubrik3:hover {
	color:#6D5545;
	
	
}

#rubrik4:hover {
	color:#814C60;
	
	
}

#rubrik5:hover {
	color:#7D7E72;
	
	
}

#rubrik6:hover {
	color:#796782;
	
	
}

ul.t1 {


}
