/* -- menu top --*/
.case-top {
	height: auto;
	width: 160px;
	position: absolute;
	left: 50%;
	top:0px;
	margin-left:100px;
	z-index:50;
}
a.top:link, a.top:visited, a.top:active  {
	color: #fff;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 30px;
	text-decoration: none;
}
a.top:hover { color: #9f131c }
a.top_sel:hover { font-family: Verdana, Arial, Helvetica; text-decoration: none; background-color: #f8a904 }
/* -- head menu */
/* -- menu left -- */
a.left:link, a.left:visited, a.left:active   {
	color: #4c4c4c;
	font-size: 12px;
	text-decoration: none;
	line-height:130%;
	min-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
	text-transform:uppercase;
	margin:5px;
	padding-top:5px;
}
a.left_sel:link, a.left_sel:visited, a.left_sel:active {
	color: #812D3B;
	font-size: 13px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	text-decoration: none;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	text-transform:uppercase;
	font-weight: bolder;
}
a.left:hover   {
	color: #9E141C;
	text-decoration: none;
}
a.left_sel:hover { 
	color: #9E141C;
	text-decoration: none;
}

/* menu header */
.body-menu-bottom {
	margin-top:186px;
	position:absolute;
	right:0px;
	text-align:right;
	
}
.body-menu-bottom dl {
	text-align:right;
}
.body-menu-bottom dt {
	float:left;
	width:auto;
	height:43px;
	text-align:center;
	margin:0px;
	padding: 4px 12px 0 6px;
}
* html .body-menu-bottom dt {
	height:46px;
}
.body-menu-bottom dd {
	background:url(../media/utilities/lineM.jpg) no-repeat 0px 0px;
	width:10px;
	height:40px;
	float:left;
}

/* -- end -- */
#page_ext {
	width: 100%;
	background-color:#AD1316;
	text-align: center;
}
#page_ext a {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 20px;
}
#page_ext a:hover {
	text-decoration: underline;
}
.balken-news a {
	float:right;
	font-size:12px;
	line-height:110%;
	padding:5px;
	margin-top:-24px;
	color:#FFF
}
.balken-news a:hover {
	color:#FF3300;
}
/* menu cities */
#menuCities {
	width:100%;
}
#menuCities ul {
	list-style:none;
	width:100%;
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#CCCCCC;
	background:url(../media/utilities/cities_hover2.jpg) repeat-x;
}
#menuCities li {
	float:left;
	height:25px;
	width:24.5%;
	text-align:center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#menuCities a {
	color:#FFFFFF;
	line-height:25px;
	font-size:12px;
}
#menuCities li:hover {
	background:url(../media/utilities/cities_hover3.jpg) repeat-x;
	color:#000;
}
#menuCities li#hover {
	color:#000;
/*	background-image:url(../media/utilities/citiesmenu.jpg); */
	background-image:url(../media/utilities/cities_hover.jpg);
}