#breadcrumb{
  display: none;
}

#headline{
  position: absolute;
  width: 616px;
  height: 312px;
  top: 0px;
}

#headline a:first-child{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 230px;
  z-index: 1;
}

#headline img{
  position: absolute;
}

#headline div{
  position: absolute;
  bottom: 0px;
  background-image: url(../images/intro_headline_img_bg.png);
  padding: 10px;
  padding-bottom: 35px;
  margin: 0px;
  width: 596px;
  z-index: 10003;
}

#headline h1{      
  color: white;
  font-size: 21px;
  font-weight: normal;
  width: 596px;
  padding: 0px;
  margin: 0px;
}

#headline h1 a{
  color: white;
  position: static !important;
}

#headline h1 a:hover{
	text-decoration: underline;
}

#headline p{
  width: 596px;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  color: white;
}

#headline>img~a{
  position: absolute;
  bottom: 6px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  display: -moz-inline-stack; /*Firefox 2 hack*/
  display: inline-block;  
  /* magic IE7 hack making element inline-block*/
  zoom: 1; 
  *display: inline;
  border: 1px solid white;
  z-index: 20000;
}

#headline>img~a.selected{
  background-color: red;
}

#headline>img~a:hover{
  background-color: white;
  color: black;
}

#news{
  position: absolute;  
  top: 0px;
  padding: 0px;
  /*margin: 0px 0px 0px 451px !important;*/  
  /*width: 291px; 238px;*/
  /*z-index: 10001;*/
  display: none;
}

/*#news li{
  padding: 0px;
  margin: 0px;
  height: 77px;
  xborder-bottom: 1px solid #d3d3d3;
  font-size: 14px;
  position: relative;
}

#news li+li a{
	background-position: right -78px;
}

#news li+li+li a{
	background-position: right -156px;
}

#news li+li+li+li a{
	background-position: right -234px;
}

#news li.last{
  border-bottom: 0px;
}

#news li a{
	position: absolute;
	right: 0px;
  display: block;
  padding: 13px 13px 13px 66px;	
	width: 212px;  
  height: 51px;
  color: #004890;
  z-index: 10001;
	background-repeat: no-repeat;
	background-position: right top;	  
	z-index: 10004;
}

#news li a:hover{
  text-decoration: underline;
}

#news li.selected a{
	background-image: url(../images/intro_news_item_bg.png);	
}

#news li img{
  position: absolute;
  display: none;
}

#news li+li img{
	top: -80px;
}

#news li+li+li img{
	top: -160px;
}

#news li+li+li+li img{
	top: -240px;
}*/

#route_search{
  padding-top: 10px;
  margin-top: 325px;
  margin-bottom: 10px;
  margin-left: 300px;
  width: 650px;
  float: right;
  border-top: 1px solid #d3d3d3;  
}

#object_search{
  margin: 0px 0px 0px 0px !important;
  border-top: 1px solid #d3d3d3;
  width: 310px;
  padding-right: 10px;
  top: 325px;
}

#content h2{
  font-size: 21px;
  padding: 0px 0px 15px 0px;
  margin: 0px;
}

#flashnews{
  width: 629px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: right;
  clear: both;
  padding-left: 20px;
  background-color: #004890;
  position: relative;
}

#flashnews h2{
  color: white;
}

#flashnews h2+a{
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	line-height: 29px;
	padding: 0px 10px;
	background-color: red;
	width: 120px;
	text-align: center;
}

#flashnews a{
  color: white;
  text-decoration: none;
}

#flashnews a:hover{
  text-decoration: underline;
}

#flashnews .item{
  overflow: hidden;
}

#flashnews dl{
  float: left;
  padding: 0px;
  margin: 0px; 
}

#flashnews dl dt{
  display: none;
}

#flashnews dl dd{
  float: left;
  padding: 0px 5px 5px 0px;
  margin: 0px;
  font-weight: bolder;
  color: white;
}

#flashnews p{
  padding: 10px 0px 0px 0px;
  margin: 0px;
  color: black;
}

#weather_forecast{
  border: 1px solid #d3d3d3;
  width: 300px;
  height: 258px;
  position: absolute;
  margin-top: -281px;
  left: 50%;
  margin-left: 163px;
  padding: 5px 10px 10px 10px;
}

#weather_forecast label{  
  padding-right: 10px;  
  color: black;
  line-height: 21px;
  float: left;
  display: block;
}

#weather_forecast select{
  width: 160px;
  margin-bottom: 10px;
}

#weather_forecast img.checkbox{
  float: left;
}

#weather_forecast dl{
  padding: 10px 0px 0px 0px;
  margin: 0px;
  width: 100%;
  clear: both;
}

#weather_forecast dl dt{
  float: left;
  width: 95px;
  padding: 0px 0px 0px 5px;
  margin: 0px;
  color: #838383;
  font-weight: bolder;
}

#weather_forecast dl dd{
  position: absolute;
  padding: 0px;
  margin: 20px 0px 0px 0px;
}

#weather_forecast dl dd img{
  border: 2px solid #cecece;
}

#weather_forecast dl dd.row1{
  left: 10px;
}

#weather_forecast dl dd.row2{
  left: 110px;
}

#weather_forecast dl dd.row3{
  left: 210px;
}

#weather_forecast a.more{
  margin-top: 115px;
  float: right;
  color: black;
  font-weight: bolder;
}

#content .anketa{
  border-top: 1px solid #dadada;
  float: right;
  padding-top: 10px;  
  width: 320px;
}

#content .anketa h2{
  font-size: 14px;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  width: 500px;
}

#content .anketa ol.answers{
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

#content .anketa ol.answers li{
  padding: 0px 0px 3px 0px;
  margin: 0px;
  line-height: 14px;
}

#content .anketa ol.answers li img{
  display: block;
}

/* banners */

#banner_intro_top{
  position: absolute;
  display: block;
  margin-left: 757px;
  width: 348px;
  height: 312px;
  top: 0px;
  right: 0px;
}

#banner_intro_bottom_left{
  width: 480px;
  height: 120px;
  float: left;
}

#banner_intro_bottom_right{
  width: 480px;
  height: 120px;
  float: right;
}

#content .top{
  height: 283px;
  width: 316px;
  border: 2px #dadada solid;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
  float: left;
  margin: 20px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
  position: relative;
}

#content .top h2{
 padding: 10px 15px 10px;  
}

#content .top>a{
  font-weight: bold;
  color: black;
  position: absolute;
  background-position: right;
  margin: 0px;
  top: 250px;
  left: 180px;
}
#content .top a:hover{ 
  text-decoration: none; 
}

#content .top ul{
  padding: 0px 17px;
  margin: 0px;
}

#content .top ul li{
  height: 75px;
  border-bottom: 1px #dadada solid;
  margin: 0px;
  padding: 10px 0px 10px 0px;
}

#content .top ul li.last{
  border-bottom: 0px;
}

#content .top li.center{
  margin-top: 0px;
}

#content .top ul li h3{
  width: 175px;
  padding: 0px 0px 3px 0px;  
  height: 11px;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden !important;
  float: none;
  position: absolute;
  margin: 0px 0px 0px 105px;
}

#content .top ul li h3 a{
	color: black;
}

#content .top ul li h3 a:hover{
	text-decoration: underline;
}

#content .top ul li img{
  position: absolute;
}

#content .top ul li p{
  padding: 0px;
  margin: 17px 0px 0px 105px;
  width: 175px;
  color: black;
  line-height: 17px !important;
  overflow: hidden;
  height: 34px;
  float: none;
  position: absolute;
}

#content .top dl{
  background-image: url(../images/star.png);
  background-repeat: repeat-x;
  background-position: 0px -18px;
  position: absolute;
  width:  90px;
  height: 18px;
  margin-left: 105px;
  margin-top: 54px;  
}

#content .top dl dt{
  display: none;
}

#content .top dl dd{
  background-image: url(../images/star.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  height: 18px;
  margin: 0px;
  padding: 0px;
}

#content .top dl.val0 dd{
  width: 0px;
}

#content .top dl.val1 dd{
  width: 18px;
}

#content .top dl.val2 dd{
  width: 36px;
}

#content .top dl.val3 dd{
  width: 54px;
}

#content .top dl.val4 dd{
  width: 72px;
}

#content .top dl.val5 dd{
  width: 90px;
}

#content .top span{
  display: none;
}