@charset "utf-8";

/* nav.css

------------------------------------------------------------------------

This stylesheet contains the basic  navCSS rules for badsteben 



Author: inpublica.de 

--------------------------------------------------------------------- */



.nav {
	position:absolute;
	left: 0px;
	top: 40px;
	padding: 0;
	margin: 0;
	background-color: #a8b2bb;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #a8b2bb;
	border-left-color: #a8b2bb;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8b2bb;
}



#menu {
	list-style-type: none;
	padding: 0;
	margin:0;
}



#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}



#menu li {
	float: left;
	background: #ededed;
	position: relative;
	margin-top: 0px;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 1px;
	line-height: 24px;
	height: 24px;
	width:176px;
	display:block;
}



#menu li.sub {
	padding: 0px;
}



#menu li#top {
	line-height: 35px;
	height: 35px;
	width:138px;
	background-image: url(../img/nav/bg_topnav_aus.gif);
	background-repeat: no-repeat;
}





/* for IE5.5 and IE6 only */

#menu table {
	border-collapse: collapse;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}



#menu li a {
	display:block;
	color: #666666;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight: normal;
	text-indent: 8px;
}



#menu :hover {
	display:block;
	color: #004fa7;
	background: #FFFFFF;
}



#menu :hover > a {
	display:block;
	color: #004fa7;
	background: #FFFFFF;
}



#menu ul, 

#menu :hover ul ul,

#menu :hover ul :hover ul ul,

#menu :hover ul :hover ul ul.left {
	position: absolute;
	left: -9999px;
	width: 176px;
	border: 1px solid #a8b2bb;
}



#menu :hover ul{
	left: -1px;
	top:35px;
	background-image: url(../img/dummy.gif);
} /* the background image is for IE7 */



#menu :hover ul :hover ul,

#menu :hover ul :hover ul :hover ul {
	padding:0;
	left:176px;
	top: 0px;
}



/* topNavcontainer */



#topNavcontainer {
	position: absolute;
	top: -3px;
	right: 190px;
}



#topNavcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}



#topNavcontainer li {
	display: inline;
}



#topNavcontainer a {
	display: block;
	float: left;
	height: 33px;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	/*  background-image: url(../img/nav/line.gif); */
	/*  background-repeat: no-repeat; */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 0px;
}



#topNavcontainer a:hover {
	color: #191a1e;
	text-decoration: none;
}

/* leftNavcontainer */

#leftNavcontainer {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a8b2bb;
}


#leftNavcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Tahoma" Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 190px;

}



#leftNavcontainer ul li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8b2bb;
	color: #666666;
	text-decoration: none;
	background-image: url(../img/nav/bg_subnav2.gif);
	background-repeat: repeat-x;
	text-indent: 10px;
	line-height: 30px;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a8b2bb;
	border-left-color: #a8b2bb;
}





#leftNavcontainer ul li a:hover {
	color: #004fa7;
	text-decoration: none;
	background-color: #ffffff;
	text-indent: 10px;
	background-image: none;

}





#leftNavcontainer ul li ul {
	margin-bottom: 7px;
	padding: 0;
	list-style-type: none;
	font-family: "Tahoma" Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 190px;
}



#leftNavcontainer ul li ul li a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	text-indent: 20px;
	line-height:17px;
	height: 17px;
	background-image: url(../img/nav/part_arrow_aus.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}


#leftNavcontainer ul li ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	text-indent: 20px;
	background-image: url(../img/nav/part_arrow_an.gif);
	background-repeat: no-repeat;
	background-position: 10px;
}