@charset "UTF-8";

.menu {
	height: 37px;
	width: 720px;
	background-image: url(img/menu_bar.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu ul {
	float:left;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	width: auto;
}

.menu ul li {
	float:left;
	padding:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #390030;
}

.menu ul li a {
	color:#F90;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px 15px;
}

.menu ul li a:hover, .menu ul li:hover a {
	color:#FF0;
	text-decoration:none;
}

.menu ul li ul {
	display:none;
	height:auto;
	border:0px;
	position:absolute;
	width:210px;
	z-index:200;		/*top:1em;
		/*left:0;*/
	background-image: url(img/submenu_top.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

.menu ul li:hover ul {
	display:block;
}

.menu ul li li {
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:210px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/submenu.gif);
}

.menu ul li li.end {
	display:block;
	float:none;
	margin:0px;
	width:210px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/submenu_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

.menu ul li:hover li a {
}

.menu ul li ul a {
	display:block;
	height:40px;
	font-size:12px;
	font-style:normal;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #96005d;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	width: 185px;
	line-height: 40px;
	background-image: url(img/pfeil_a.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.menu ul li ul li a:hover {
	color:#F19E24;
	text-decoration:none;
	background-image: url(img/pfeil_b.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.menu ul li ul li.end a, .menu ul li ul li.end a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu ol {
	float:right;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}

.menu ol li {
	float:left;
	padding:0px;
}

.menu ol li a {
	color:#c8006e;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.menu ol li a:hover, #meta ol li a:hover {
	color: #F19E24;
}

#meta ol {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	list-style: none;
	display: block;
	line-height: normal;
}

#meta ol li {
	float: left;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	line-height: normal;
}

#meta ol li a {
	color: #C80269;
	line-height: normal;
}

.rechts ul, .rechts2 ul {
	height:auto;
	border:0px;
	width:270px;
	float: left;
	display: block;
	list-style: none;
	margin: 30px 0px;
	padding: 36px 0px 0px;
	background: url(img/quicklinks.png) no-repeat left top;
}

.rechts ul a, .rechts2 ul a {
	display:block;
	height:40px;
	font-size:12px;
	font-style:normal;
	padding: 0px;
	width: 270px;
	line-height: 40px;
	margin: 0px;
	vertical-align: middle;
	border-bottom: 1px solid #96005d;
	background: url(img/pfeil_a.png) no-repeat right center;
}

.rechts ul li a:hover, .rechts2 ul li a:hover {
	color:#F19E24;
	text-decoration:none;
	background: url(img/pfeil_b.png) no-repeat right center;
}

