﻿/*.nav {
	float: left;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 165px;
	height: 259px;
	margin-top: 210px;
	margin-left: 45px;
	
}
.navheight_vert {
	width: 165px;
	height: 259px;
}

ul.nav1st {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	margin-left: 0px;
	margin-top: 0px;
	color: #3389C2;
}

ul.nav1st li {
	padding-top: 6px;
	border-bottom:1px solid #D3C073;
	
}
ul.nav1st li a, ul.sub-nav li a {
	color: #3389C2;
}
ul.nav1st li a.current,ul.nav1st li a:active, a.current, .current,
ul.sub-nav li a.current,ul.sub-nav li a:active, a.current, .current
 {
	color: #E9BC79;
}
.sub-nav {
	float: left;
	margin-top: 75px;
	font-size: 14px;
	color: #3389C2;
}

.sub-nav a{
	color: #3389C2;
}

.sub-nav ul li a:active, .sub-nav ul li a.current, sub-nav a.current {
	color: #E9BC79;
}*/
.nav {
	float: left;
	width: auto;
	height: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
		/*clear: both;*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*height: 14px;*/
	/*width: 450px; /*  (1)  */
	font-size: 12px; /*padding-bottom:50px;*/
	padding-left: 0px;
	/*margin-left: 85px;
	margin-top: -80px;*/
	position: relative;
	z-index: 2;
}

.nav a {
	border: none;
}
.drop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nav ul {                        /* UL Ebene 1 */
  	/*padding:0; */
  	margin:0;
  	list-style-type: none;
	position:relative; z-index:1;
}
.nav ul li {                     /* Listenelemente der Ebene 1 */
  	float:left;
  	position: relative;
	margin-right: 0px;
}
.nav ul li a, 
.nav ul li a:visited {
	/* Links der Listenelemente der Ebene 1 */
	display: block;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	color: #000000; 
	/*width:139px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
	/*width: 100px;*/
	width: auto;
	/*height: 12px; /*  (2)  */
	/*border-top: 1px solid #F3D50B;*/
	border-left: 1px solid #B5B5B5;
   border-right:  1px solid #B5B5B5;
	/*border-bottom: 1px solid #F3D50B;*/
	/*border-top*/
	/*padding-left: 8px;*/
	/*padding-right: 8px;*/
	/*line-height: 25px; /*  --> (2)  */
	background-color: transparent;
	/*background-position-x: left;
	background-position-y: center;*/
	background-position: left;
	background-repeat: no-repeat;
	/*padding-top: 2px;*/
	/*padding-left: 0px;*/
	padding-left: 15px;
	padding-right: 16px;
	padding-bottom: 11px;
	margin-left: -1px;
}
* html .nav ul li a, .nav ul li a:visited {
  	/*width:149px;                    /* für 'normale' Browser */
  	/*w\idth:90px;                   /* für IE */
}
.nav ul li ul, .nav ul li ul a {
  	display: none;
}

table {
	/*margin-top: -18px;*/
	border-collapse: collapse;
	/*font-size: 1em;*/

}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
.nav ul li:hover a,
.nav ul li a:hover {
	color: #A82D2D;
	/*background: #F9FC99;*/
	background: transparent; 
	/*background-position-x: left;
	background-position-y: center;
	background-image: url('menue_blank.jpg');
	padding-left: 0px;*/
	padding-left: 15px;
	padding-right: 16px;
}

.nav ul li:hover ul,
.nav ul li a:hover ul {
	display: block;
	position: absolute;
	top: 24px; /*  --> (2)  */
	margin-top: 0px;
	left: -1px;
	/*width: 100px;*/
	width: auto;
	text-align: left;

}
* html .nav ul li a:hover ul {
  	margin-top:0px;
  	marg\in-top:0px;
}

.nav ul li:hover ul li ul,
.nav ul li a:hover ul li a ul {
  	visibility:hidden; 
  	position:absolute; 
  	height:0; 
  	width:0;
  	text-align: left;
}

.nav ul li:hover ul li a,
.nav ul li a:hover ul li a {
	display: block;
	background-color: transparent;
	margin-left:1px;
	/*background-image: url('menue_blank.jpg');*/
	color: #000000; /*height: auto;*/
	padding: 4px 15px; /*testweise kleiner*/
	/*width: 129px;*/
	width: 130px;
	border: none;
	text-align: left;
}
/* html .menu ul li a:hover ul li a*/
.nav ul li a:hover ul li a {
  	/*:150px;
  	w\idth:129px;*/
	/*width: auto;*/
  	text-align: left;
	/*background-image: url('menue_blank.jpg');*/
	padding-left: 15px;
	margin-left:1px;
}

.nav ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.nav ul li a:hover ul li a.drop {
	background-color: transparent;
	margin-left:1px;
	background-image: url('menue_blank.jpg');
	background-repeat: no-repeat;
	background-position: 142px 2px;
	text-align: left;
	border: none;
	padding-left: 15px;
}

.nav ul li:hover ul li:hover a.drop {
	background-color: #fff;
	background-image: url('menue_hover.jpg');
	background-repeat: no-repeat;
	background-position: 142px 2px;
	text-align: left;
	border: none;
	padding-left: 15px;
	margin-left:1px;
}

.nav ul li:hover ul li a:hover,      /* Ebene 2 hover */
.nav ul li a:hover ul li a:hover {
	/*clear: both;*/
	background: #fff;
	margin-left:1px;
	color: #A82D2D;
	text-align: left;
	text-decoration: none;
	border: none;
	/*background-image: url('menue_blank.jpg');*/
	padding-left: 15px;
}

.nav ul li:hover ul li:hover ul,     /* Ebene 3 */
.nav ul li a:hover ul li a:hover ul {
  	visibility:visible; 
	display: block;
  	/*position:absolute; */
	/*float: left;*/
  	/*left: 114px; */
	left: 161px;
  	top: 0;
  	width: auto;
  	text-align: left;
  	border: none;
	background-image: url('menue_blank.jpg');
}

.nav ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.nav ul li a:hover ul li a:hover ul.left {
	clear: both;
  	left:-150px;
}
.nav1st, .nav2nd, .nav3rd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.nav1st a {
	font-weight: bold;
	padding-left: 8px;
}
.nav2nd a {
	font-weight: normal;
}

.nav2nd li {
	border-bottom: 1px solid #B5B5B5;
	padding: 2px 0;
}

.nav2nd, .nav3rd 	{
		background-color: #eee;
		border-left: 1px solid #B5B5B5;
		border-top: 1px solid #B5B5B5;
		border-right: 1px solid #B5B5B5;
}

.nav3rd li	{
		background-color: #eee;
		border-left: 1px solid #B5B5B5;
		border-right: 1px solid #B5B5B5;
}
	
.nav3rd ul, .nav3rd ul a {
	border-top: 1px solid #B5B5B5;
}
