/* nav
  -----------------------------*/

/* Notes CS am 06.09.2016

    Blau = #3F8EC8

*/



#logout {
	position: absolute;
	left: 11px;
	top: 228px;
	/*padding-left: 205px;*/
	z-index: 11;
}

#favoriten {
	position: absolute;
	left: 66px;
	top: 228px;
	/*padding-left: 205px;*/
	z-index: 12;
}

#wohnort {
	position: absolute;
	left: 86px;
	top: 228px;
	/*padding-left: 205px;*/
	z-index: 13;
}

#nav {
	position: absolute;
	left: 182px;
	top: 226px;
	/*padding-left: 205px;*/
	z-index: 11;
	border: solid 0px red;
	width: 760px;
	height: 22px;
}
#nav .n1 {
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	/*background: url() no-repeat right top;*/
	float: left;
	border-right: solid 1px #808080;
		
}
#nav .n1End {
	position: relative;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 2px;
	/*background: url() no-repeat right top;*/
	float: left;
	border-right: solid 0px #808080;
}

/*
#nav .n1 a:hover, #nav .n1End a:hover {
	background: url(images/line_h3_yellow.gif) repeat-x left bottom;
}*/
#nav .n2 {
	position: absolute;
	top: 21px;
	left: -1px;
	/*width: 175px;*/
    width: 250px;
	visibility: hidden;

}
#nav .n2Head {
	position: relative;
	height: 0px;
	line-height: 2px;
	font-size: 2px;
	/*background-color: #666666;*/
}
#nav .n3Head {
	position: relative;
	height: 3px;
	line-height: 2px;
	font-size: 1px;
	
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	-khtml-opacity: 0.95;
	
	background-color: #3F8EC8;
}
#nav .n2Bg {
}
#nav .nSub{
	position: relative;
}

#nav .nSubMenu{
	position: relative;
	background-image: url(images/pfeil_menue.gif); background-repeat: no-repeat; background-position: left center;
}

#nav .n2 a, #nav .n2 a:link, #nav .n2 a:hover, #nav .n2 a:active, #nav .n2 a:visited, #nav .n2 a.link, #nav .n2 a.link:visited {
	display: block;
	font-family: Arial; 
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	padding: 0px 10px 0px 10px;
	color: #f3f3f3;
	text-decoration: none;
	font-weight: bold;
	
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	-khtml-opacity: 0.95;
	
	background-color: #3F8EC8;
    padding:5px;
    padding-left:15px;
    border-bottom:0px solid red;
}
#nav .n2 a:hover, #nav .n2 a.hover, #nav .n2 a.hover:hover, #nav .n2 a.hover, #nav .n2 a.hover:visited {
	color: #3F8EC8;	

	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	-khtml-opacity: 0.95;
	
	background-color: #e8e8e8;
	background-image: none;
}
#nav .n3 {
	position: absolute;
	top: -3px;
	/*left: 176px;*/
    left: 251px;
	/*width: 175px;*/
    width: 250px;
	visibility: hidden;
}