body{
	background: #8ba121 url('../_img/main/body_bg.jpg') no-repeat center top;
}
hr{
	background: #d9d9d9;
}
div#container{

}
div#header{
	background: #000;
}
div#banner div.left{
	background: #fff;
}
div#banner div.right{
	background: #ed572f url('../_img/main/banner_right_bg.jpg') no-repeat bottom right;
}
div#under_banner{
	background: url('../_img/main/under_banner_bg.png') repeat-x;
}
div#menu{
	background: url('../_img/main/menu_bg.png') repeat-x top;
	border: 1px solid #647418;
	border-top: 0;
	border-bottom: 0;
}
div#wrapper{
	background: #f5f5f5 url('../_img/main/wrapper_bg.jpg') no-repeat bottom right;
	border: 1px solid #647418;
	border-top: 0;
	border-bottom: 2px solid #fcb034;
}

div#content{
}

div#submenu{

}
div#footer{
	background: url('../_img/main/footer_bg.jpg') no-repeat;
}
div#copyrights{
	background: url('../_img/main/copyrights_bg.png') repeat-x;
}


div#submenu div.block{
	background: url('../_img/main/block_bg.png') repeat-y left;
	border: 1px solid #a3a3a3;
}
div#content div.block, div#subpage_content div.block{
	background: #fff;
	border: 1px solid #ccc;
}
ul#block_tabs{
	background: url('../_img/main/block_tabs_bg.png') repeat-x;
}
ul#block_tabs a{
	background: url('../_img/main/tab_off.png') repeat-x;
	border-left: 1px solid #748a0a;
	border-right: 1px solid #748a0a;	
	border-top: 1px solid #ccc;
}
ul#block_tabs a.active{
	background: url('../_img/main/tab_on.png') repeat-x;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;	
	border-top: 1px solid #a3a3a3;
}

div#block_title{
	background: url('../_img/main/block_title_bg.png') repeat-x;
}
div#search_field{
	background: url('../_img/main/search_field_bg.png') no-repeat;
}
table.timetables{
	width: 140px; 
	background: #f5f5f5;
}
table.timetables tr{
	border-bottom: 1px solid #fff;
}
div.photos, div.news_photos{
	border: 1px solid #d9d9d9;
	background: #e5e5e5;
}
div.recent_news .more{
	border-bottom: 1px solid #ddd;
}

div.novis
{
display: none;
}

  .prombox
  {
  width: 200px;
  background-image: url('../_img/main/box.jpg');
  background-position: top center;
  }
  
  .header
  {
  background-color: #303030;
  border-top: 3px solid #7a7a7a;
  display: block;
  }
  
  .prombox h1
  {
  margin: 0;
  padding: 8px;
  font-size: 12px;
  color: #e4e4e4;
  font-family: Verdana, Tahoma, sans;
  font-weight: bold;
  font-size: 12px;
  }
  
  .prombox .content
  {
  font-family: Verdana, Tahoma, sans;
  font-size: 11px;
  line-height: 18px;
  padding-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 15px;
  border: 1px solid #d5d5d5;
  border-top: 0px;
  }
  
  .prombox .orange
  {
  color: #f26b2a;
  font-weight: bold;
  }