/* CSS Document */
.hnav1 {
	display:block;
	float:left;
	width:110px;
}

.hnav2 {
	display:block;
	float:left;
	width:150px;
}

.hnav3 {
	display:block;
	float:left;
	width:150px;
}

.hnav4 {
	display:block;
	float:left;
	width:140px;
}

.hnav5 {
	display:block;
	float:left;
	width:130px;
}

.subnavleftborder {
	float:left;
	width:7px;
	height:25px;
	line-height:25px;
	background-image:url(../images/subnav/navi_schatten_li.png);
	background-position:0px 0px;
	background-repeat:repeat-y;
}

.subnavrightborder {
	float:left;
	width:7px;
	height:25px;
	line-height:25px;
	background-image:url(../images/subnav/navi_schatten_re.png);
	background-position:top left;
	background-repeat:repeat-y;
}

.subnavleftborder_2 {
	float:left;
	width:7px;
	height:29px;
	line-height:29px;
	background-image:url(../images/subnav/navi_schatten_li.png);
	background-position:top left;
	background-repeat:repeat-y;
}

.subnavrightborder_2 {
	float:left;
	width:7px;
	height:29px;
	line-height:29px;
	background-image:url(../images/subnav/navi_schatten_re.png);
	background-position:top left;
	background-repeat:repeat-y;
}

.subnavleftcornerborder {
	width:7px;
	height:7px;
	line-height:7px;
	float:left;
	background-image:url(../images/subnav/navi_schatten_ecke_li.png);
	background-repeat:no-repeat;
}
.subnavbottomborder {
	width:135px;
	height:7px;
	line-height:7px;
	float:left;
	background-image:url(../images/subnav/navi_schatten_unten.png);
	background-position:top left;
	background-repeat:repeat-x;
}

.subnavrightcornerborder {
	width:7px;
	height:7px;
	line-height:7px;
	float:left;
	background-image:url(../images/subnav/navi_schatten_ecke_re.png);
	background-repeat:no-repeat;
}

/* SUCKER */

ul { /* all lists */
	padding:0px;
	margin:0px;
	list-style:none;
	}

li { /* all list items */
	float:left;
	position:relative;
	/* width: 10em; */
}

li ul { /* second-level lists */
	display:none;
	position:absolute;
	z-index:1000;
	top:18px;
	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:18px;
	z-index:1000;
	/*left:auto;*/
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display:block;
	z-index:1000;
}

/* user  */

ul li ul li {
	/*clear:left;*/
}


.hnav_hor {
	display:block;
	margin:0px;
	padding:0px 16px;
	font-size:18px;
	color:#AA8C32;
	text-decoration:none;
	text-transform:none;
	line-height:18px;
	border-right:1px solid #AA8C32;
	font-weight:normal;
	letter-spacing:1px;
}

#rubrik1{
	border-left:1px solid #AA8C32;
	font-size:18px;
	font-weight:normal;
}

.hnav_hor:hover {
	/* background-color:#F5F7F9; */
}

.hnav_ver_1, .hnav_ver_2, .hnav_ver_3, .hnav_ver_4, .hnav_ver_6 {
	background-color:#402D0F;
	background-image:url(../images/subnav_bg.gif);
	background-position:20px 7px;
	background-repeat:no-repeat;
	padding:3px;
	padding-left:28px;
	display:block;
	margin:0px;
	margin-left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#AA8C32;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
	text-align:left;
	line-height:19px;
	float:left;
}

.hnav_ver_1 {
	width:104px;
}

.hnav_ver_1:hover {
	color:#654F2A;
	background-color:#EBD89E;
	background-image:url(../images/subnav_hov_bg.gif);
}

.hnav_ver_2 {
	width:104px;
	padding-bottom:7px;
}

.hnav_ver_2:hover {
	color:#654F2A;
	background-color:#EBD89E;
	background-image:url(../images/subnav_hov_bg.gif);
}

.hnav_ver_3 {
	width:250px;
}

.hnav_ver_3:hover {
	color:#6D5545;
	background-image:url(../images/bg_sub3_over.gif);	
	-moz-opacity:1.00;	
	filter:alpha(opacity=100); 	
}

.hnav_ver_4 {
	width:160px;
}

.hnav_ver_4:hover {
	color:#814C60;
	background-image:url(../images/bg_sub4_over.gif);	
	-moz-opacity:1.00;	
	filter:alpha(opacity=100); 	
}

.hnav_ver_6 {
	width:140px;
}

.hnav_ver_6:hover {
	color:#796782;
	background-image:url(../images/bg_sub6_over.gif);	
	-moz-opacity:1.00;	
	filter:alpha(opacity=100); 	
}

.hnav1:hover #rubrik1, #rubrik1:hover {
	font-size:18px;
	font-weight:bold;
	color:#E8D392;
	border-left: 1px solid #E8D392;
	border-right: 1px solid #E8D392;
}

.hnav2:hover #rubrik2, #rubrik2:hover{
	color:#E8D392;
	font-size:18px;
	font-weight:bold;
	border-right: 1px solid #E8D392;
	border-left: 1px solid #E8D392;
	margin-left:-1px;
}

/*#rubrik2{
	color:#AA8C32;
	font-size:18px;
}

#rubrik2:hover {
	color:#E8D392;
	font-size:18px;
}*/

.hnav3:hover #rubrik3, #rubrik3:hover {
	color:#E8D392;
	font-size:18px;
	font-weight:bold;
	border-right: 1px solid #E8D392;
	border-left: 1px solid #E8D392;
	margin-left:-1px;
}

/*#rubrik3 {
	color:#AA8C32;
	font-size:18px;
}

#rubrik3:hover {
	color:#E8D392;
	font-size:18px;
}*/

.hnav4:hover #rubrik4, #rubrik4:hover{
	color:#E8D392;
	font-size:18px;
	font-weight:bold;
	border-right: 1px solid #E8D392;
	border-left: 1px solid #E8D392;
	margin-left:-1px;
}

.hnav5:hover #rubrik5, #rubrik5:hover{
	color:#E8D392;
	font-size:18px;
	font-weight:bold;
	border-right: 1px solid #E8D392;
	border-left: 1px solid #E8D392;
	margin-left:-1px;
}

/*#rubrik4{
	color:#AA8C32;
	font-size:18px;
}

 #rubrik4:hover {
	color:#E8D392;
	font-size:18px;
}*/

.hnav2:hover #rubrik5:hover {
	color:#E8D392;
	font-size:18px;
}

#rubrik6:hover {
	color:#796782;
}

