@charset "utf-8";
/* CSS Document */
#dropList {
	height:30px;
	width:748px;
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	z-index:500;
	font-size: 12px;
}


#dropList {
	height:100px;
	position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	z-index:500;
	font-size: 12px;
	width: 600px;
}
#dropList ul#menu {
	margin:0;
	list-style:none;
	font-size: 22px;
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
/*Level 1 */
#dropList ul#menu li.level1-li {
	float:left;
	height:29px;
	padding-top:1px;
	margin-right:1px;
	font-size: 11px;
}
#dropList ul#menu li.level1-li a.level1-a {
	display:block;
	height:26px;
	float:left;
	text-decoration:none;
	line-height:24px;
	white-space:nowrap;
	font-weight:normal;
	color:#666;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#dropList ul#menu li.sub a.level1-a {
	color:#666;
	font-family: "Times New Roman", Times, serif;
}
#dropList ul#menu li.level1-li:hover, #dropList ul#menu li.level1-li a.level1-a:hover {
	position:relative;
}
#dropList ul#menu li.level1-li a.level1-a:hover, #dropList ul#menu li.level1-li:hover a.level1-a {
	color:#FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	background-color: #74CD2B;
}
#dropList ul#menu li.sub a.level1-a:hover {
	height:29px;
	color:#FFF;
	background-color: #74CD2B;
}
#dropList ul#menu li.sub:hover > a.level1-a {
	height:29px;
	color:#FFF;
	background-color: #74CD2B;
}
/*Level 2 */
#dropList ul#menu li.level2-li {
	float:left;
	height:29px;
	padding-top:1px;
	margin-right:1px;
	font-size: 11px;
}
#dropList ul#menu li.level2-li a.level2-a {
	display:block;
	height:26px;
	float:left;
	text-decoration:none;
	line-height:24px;
	white-space:nowrap;
	font-weight:normal;
	color:#666;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#dropList ul#menu li.sub a.level2-a {
	color:#666;
	font-family: "Times New Roman", Times, serif;
}
#dropList ul#menu li.level2-li:hover, #dropList ul#menu li.level2-li a.level2-a:hover {
	position:relative;
}
#dropList ul#menu li.level2-li a.level2-a:hover, #dropList ul#menu li.level2-li:hover a.level2-a {
	color:#FFF;
	background-color: #74CD2B;
}
#dropList ul#menu li.sub a.level2-a:hover {
	height:29px;
	color:#FFF;
	background-color: #74CD2B;
}
#dropList ul#menu li.sub:hover > a.level2-a {
	height:29px;
	color:#FFF;
	background-color: #74CD2B;
}

/*ende Level 2 */
#dropList ul#menu li div.listHolder {
	position:absolute;
	left:-9999px;
	top:30px;
	padding:0;
	background-color: #fff;
	background-image: url(gfx/bg_site.gif);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #74CD2B;
	background-position: -200px;
} /* IE6 only */
#dropList table {
	border-collapse:collapse;
	margin:-1px -10px;
	font-size:1em;
	width:0;
	height:0;
}
#dropList ul#menu :hover div.listHolder {
	left:-10px;
}
#dropList ul#menu a:hover div.listHolder {
	left:-1px;
	top:29px;
}
#dropList ul#menu div.col1 {
	width:180px;
}
#dropList ul#menu div.col2 {
	width:280px;
}
#dropList ul#menu div.col3 {
	width:520px;
}
#dropList ul#menu a:hover div.left1, #dropList ul#menu :hover div.left1 {
	left:-60px;
}
#dropList ul#menu a:hover div.left2, #dropList ul#menu :hover div.left2 {
	left:-212px;
}
#dropList ul#menu div.listHolder div.bottomLine {
	clear:left;
	padding:5px 10px;
	background-color: #74CD2B;
}
#dropList ul#menu a:hover div.listHolder div.bottomLine {
	height:1px;
}
#dropList ul#menu div.listHolder div.bottomLine p {
	padding:0 0 0 15px;
	margin:0;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
	background-image: url(gfx/lidot_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#dropList ul#menu div.listHolder div.bottomLine p a {
	color:#fff;
}
#dropList ul#menu div.listHolder div.bottomLine p a:hover {
	text-decoration:none;
}

/* CSS hier war das weiß drin */

#dropList ul.atoz {
	padding:0;
	margin:0;
	list-style:none;
	width:420px;
	height:24px;

}
#dropList ul.atoz div.subListHolder {
	position:absolute;
	left:-9999px;
}
#dropList ul.atoz li {
	display:block;
	float:left;
	margin-top: 8px;
}
/* böser bg */
#dropList ul.atoz li a {
	display:block;
	padding:0 10px;
	float:left;
	height:24px;
	line-height:24px;
	color:#666;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size: 13px;
}
#dropList ul.atoz li a:hover {
	color:#fff;
	background-color: #E88D01;
}
#dropList ul.atoz li:hover > a {
	color:#fff;
	background-color: #E78E00;
}
#dropList ul.atoz :hover div.subListHolder {
	left:-1px;
	top:24px;
	background-color: #fff;
	background-image: url(gfx/bg_site.gif);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #74CD2B;
}
#dropList div.listCol {
	display:block;
	float:left;
	padding:10px;
	margin:0;
	width:150px;
}
#dropList div.listCol h5 {
	font-size:11px;
	line-height:13px;
	background:url(linedot.gif) repeat-x left bottom;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #74CD2B;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#dropList div.listCol ul {
	padding:0;
	margin:0;
	list-style:none;
}
#dropList div.listCol ul li {
	line-height:15px;
	padding:0;
	margin:0;
}
#dropList div.listCol ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
	text-align:left;
	width:140px;
	background-image: url(gfx/dot001.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
#dropList div.listCol ul li a:hover {
	background-color: #E78D00;
	color: #FFF;
}
#dropList div.sublistCol {
	display:block;
	float:left;
	padding:10px;
	margin:0;
	width:120px;
	text-align:left;
	line-height:15px;
}
#dropList div.sublistCol h5 {
	clear:left;
	padding:5px 0 0 0;
	margin:0;
	font-size:11px;
	line-height:13px;
	background:url(linedot.gif) repeat-x left bottom;
	text-align:left;
	color:#000;
}
#dropList div.sublistCol ul {
	padding:0;
	margin:0;
	list-style:none;
	width:110px;
}
#dropList div.sublistCol ul li {
	line-height:15px;
	padding:0;
	margin:0;
	width:110px
}
#dropList div.sublistCol ul li a {
	display:block;
	float:left;
	color:#069;
	text-decoration:none;
	padding-left:10px;
	font-weight:normal;
	height:15px;
	line-height:15px;
	font-weight:normal;
	background-color: #C93;
	background-repeat: no-repeat;
	background-position: left center;
}
#dropList div.sublistCol ul li a:hover {
	text-decoration:underline;
	color:#069;
	background:url(dot.gif) no-repeat left center;
}
#dropList div.sublistCol ul li:hover a {
	text-decoration:underline;
	color:#069;
	background:url(dot.gif) no-repeat left center;
}
#dropList ul#menu :hover div.listHolder ul.atoz div.bottomLine {
	clear:left;
	background:#666;
	padding:5px 10px;
	text-align:left;
}
#dropList ul#menu a:hover div.listHolder ul.atoz div.bottomLine {
	height:1px;
}
#dropList ul#menu :hover div.listHolder ul.atoz div.bottomLine p {
	padding:0 0 0 15px;
	margin:0;
	line-height:20px;
	color:#fc0;
	background:url(arrow.gif) no-repeat left center;
	font-weight:bold;
}
#dropList ul#menu :hover div.listHolder ul.atoz div.bottomLine p a {
	color:#fff;
	background:#666;
	display:inline;
	float:none;
	padding:0;
	text-decoration:underline;
}
#dropList ul#menu :hover div.listHolder ul.atoz div.bottomLine p a:hover {
	text-decoration:none;
}
#dropList table table {
	border-collapse:collapse;
	margin:-1px -10px 0 -10px;
	font-size:1em;
	width:0;
	height:0;
}

















/*List Holder V2 */
#dropList ul#menu li div.listHolder2 {
	position:absolute;
	left:-9999px;
	top:30px;
	padding:0;
	background-position: -200px;

} 
#dropList ul#menu :hover div.listHolder2 {
	left:-222px;
}
#dropList ul#menu a:hover div.listHolder2 {
	left:-1px;
	top:29px;
}


#dropList ul#menu div.listHolder2 div.bottomLine {
	clear:left;
	padding:5px 10px;

}
#dropList ul#menu a:hover div.listHolder2 div.bottomLine {
	height:1px;
}
#dropList ul#menu div.listHolder2 div.bottomLine p {
	padding:0 0 0 15px;
	margin:0;
	line-height:20px;
	color:#FFF;
	font-weight:bold;
	background-image: url(gfx/lidot_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	
}
#dropList ul#menu div.listHolder2 div.bottomLine p a {
	color:#fff;
}
#dropList ul#menu div.listHolder2 div.bottomLine p a:hover {
	text-decoration:none;
}
#dropList ul.atoz :hover div.subListHolder2 {
	left:-1px;
	top:24px;

}

#dropList ul#menu :hover div.listHolder2 ul.atoz div.bottomLine {
	clear:left;

	padding:5px 10px;
	text-align:left;
}
#dropList ul#menu a:hover div.listHolder2 ul.atoz div.bottomLine {
	height:1px;
}
#dropList ul#menu :hover div.listHolder2 ul.atoz div.bottomLine p {
	padding:0 0 0 15px;
	margin:0;
	line-height:20px;
	color:#fc0;
	background:url(arrow.gif) no-repeat left center;
	font-weight:bold;
}
#dropList ul#menu :hover div.listHolder2 ul.atoz div.bottomLine p a {
	color:#fff;
	background:#666;
	display:inline;
	float:none;
	padding:0;
	text-decoration:underline;
}
#dropList ul#menu :hover div.listHolder2 ul.atoz div.bottomLine p a:hover {
	text-decoration:none;
}

