html, body {
	background-color: #a8a8a8;
	font-family: Arial,Helvetica,sans-serif;
	min-height: 100%;
	color: #333;
	font-size: 12px;
}

h1 {
	color: #9a1b1b;
	border-bottom: 3px solid #939393;
	font-size: 30px;
	padding: 0 2px;
	margin: 14px 3px 14px 3px;
}

h2 {
	color: #bb2323;
	border-bottom: 2px solid #939393;
	font-size: 20px;	
	margin: 10px 2px 10px 2px;
}

h3 {
	color: #de0b0b;
	border-bottom: 1px solid #939393;
	font-size: 17px;
}

h4 {
	margin: 1.12em 0;
	font-weight: bold;
	font-size: 14px;
}

h5, h6 {
	font-weight: bold;
	margin: 25px 0;
}

p {
	font-size: 12px;
	padding-left: 10px;
}

#center_panel p {
	margin: 14px 0;
	text-align: justify;
}

a {
	color: #b52b2b;
	text-decoration: none;
}

a:hover {
	background: #b52b2b;
	color: white;
}

#center_panel form {
	width: 360px;
	margin: 0 auto;
}

#center_panel label {
	display:block;
	float: left;
	clear: both;
	padding:0 8px;
	font-size: 12px;
	border-bottom: none;
	position: relative;
	width: 120px;
	margin: 8px 0;
}

#center_panel .text {
	display:block;
	float:left;
	width:195px;
	margin: 6px 0 6px 10px;
	font-size: 15px;
	border: 1px solid #76241F;
	height: 19px;
	padding-left: 5px;
	color: #76241F;
}

#center_panel textarea {
	display: block;
	float: left;
	width: 349px;
	height: 140px;
	clear: left;
	border: 1px solid #76241F;
}

#center_panel .button {
	display: block;
	float: left;
	clear: left;
	border: 1px solid #76241F;
	color: #76241F;
	padding: 2px 7px;
	margin: 10px 0;
}

.button:hover {
}

strong {
	font-weight: bold;
}

#center_panel ul {
	margin: 15px 0;
	padding-left: 35px;
	line-height: 20px;
}

#center_panel ul li {
	list-style: disc;
	
}

#center_panel table {
	margin: 20px auto;
}

#center_panel table tr td, #center_panel table tr th {
	padding: 3px 6px;
}

.separator {
	float: none;
	clear: both;
}

.error {
	padding: 10px 6px;
	width: 250px;
	border: 1px solid #700000;
	display: block;
	background: #f36868;
}

.message {
	padding: 10px 6px;
	width: 250px;
	border: 1px solid #000570;
	display: block;
	background: #99a0e5;
}

#page {
	width: 930px;
	background: white;
	margin: 0 auto;
}

#header {
	height: 316px;
	background: black;
}

#header #lang_strip {
	height: 24px;
	background-color: #424242;
	border-bottom: 1px solid white;
}

#header #lang_strip #lang_selection {
	float: right;
	margin-top: 5px;
	margin-right: 9px;
}

#header #lang_strip #lang_selection a:hover {
	background: none;
}

#header #lang_strip #lang_selection .flag {
	margin: 0 3px;	
}

#header #lang_strip #lang_selection .inactive {
	opacity: .42;
	filter: alpha(opacity=42);	
}

#header #lang_strip #lang_selection .inactive:hover {
	opacity: 1;
	filter: none;
}

#header #lang_strip #contact_info {
	color: white;
	font-size: 10px;
	width: 600px;
	float: left;
	padding: 5px 0 0 27px;
}

#header #lang_strip #bgcolor_selection {
	position: absolute;
	margin:4px 0 0 590px;
}


#header #lang_strip #bgcolor_selection a {
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid white;
	position: absolute;
}

#header #lang_strip #bgcolor_selection a:hover {
	width: 18px;
	height: 18px;
	margin-top: -2px;
}

#header #lang_strip #bgcolor_selection #first_bgcolor {
	margin-left: 0;
	background-color: #f8f8f8;
}

#header #lang_strip #bgcolor_selection #second_bgcolor {
	margin-left: 22px;
	background-color: #e4e4e4;
}

#header #lang_strip #bgcolor_selection #third_bgcolor {
	margin-left: 44px;
	background-color: #d0d0d0;
}

#header #lang_strip #bgcolor_selection #first_bgcolor:hover {
	margin-left: -2px;
}

#header #lang_strip #bgcolor_selection #second_bgcolor:hover {
	margin-left: 20px;
}

#header #lang_strip #bgcolor_selection #third_bgcolor:hover {
	margin-left: 42px;
}


#header #lang_strip #bgcolor_selection a:hover {
	
}


#header #header_image {
	height: 240px;
	border-bottom: 1px solid white;
}

#header #header_image #logo #bg {
	width: 250px;
	height: 240px;
	background: black;
	opacity: .8;
	filter: alpha(opacity=80);
	float: left;
}

#header #header_image #logo img {
	display: block;
	padding-top: 26px;
	position: relative;
	left: -213px;
}

#header #horizontal_menu {
	height: 44px;
	border-bottom: 1px solid white;
	background: #7f1313;
}

#header #horizontal_menu ul {
	display: block;
	float: left;
	height: 44px;
	margin-left: 6px;
}

#header #horizontal_menu li {
	display: block;
	float: left;
	width: 171px;
	height: 35px;
	margin: 9px 3px 0 1px;
	background: url('/img/horizontal_menu_button.png');
}

#header #horizontal_menu li.active, #header #horizontal_menu li:hover {
	background: url('/img/horizontal_menu_button_active.png');
}

#header #horizontal_menu li a {
	color:white;
	display:block;
	font-size:14px;
	height:26px;
	padding-top:9px;
	text-align:center;
	width:171px;
}

#header #horizontal_menu li a:hover {
	background: none;
}

#header #horizontal_menu li a.home {
	background-image: url('/img/icon_home.png');
	background-repeat: no-repeat;
	background-position: 10%;
}

#header #horizontal_menu li a.news {
	background-image: url('/img/icon_news.png');
	background-repeat: no-repeat;
	background-position: 10%;
}

#header #horizontal_menu li a.info {
	background-image: url('/img/icon_info.png');
	background-repeat: no-repeat;
	background-position: 10%;
}

#header #horizontal_menu li a.administration {
	background-image: url('/img/icon_admin.png');
	background-repeat: no-repeat;
	background-position: 10%;
}

#search {
	display: block;
	float: left;	
}

#search .text {
	background-color:white;
	background-image:url("/img/icon_search.png");
	background-position:right center;
	background-repeat:no-repeat;
	border:1px solid #580F0F;
	clear:left;
	color:#76241F;
	display:block;
	float:left;
	font-size:12px !important;
	height:21px;
	margin-left:10px;
	margin-top:12px;
	padding-left:5px;
	padding-right:21px;
	padding-top:1px;
	width:160px;
	*height: 18px;
	*padding-top: 4px;
}

#search .button {
	background-color: #7F1313;
	background-image: url('/img/search_button.png');
	margin-top: 14px;
	margin-left: 5px;
	position: relative;
	width: 9px;
	height: 19px;
	border: none;
	cursor: pointer;
	*cursor: hand;
	float: left;
}

#search .button:hover {
	background-image: url('/img/search_button_active.png');
}

#header #header_bottom {
	height: 5px;
	background: #424242;
}

#content {
	float: left;
	background-image: url('/img/menu_bg.png');
	background-repeat: repeat-y;
	background-position: left;
}

#center_panel {
	min-height: 700px;
	width: 557px;
	float: left;
	padding: 30px 10px 50px 10px;
}

#left_panel {
	float: left;
	width: 176px;
	height: 100%;
	min-height: 550px;
	background-image: url("/img/du_cimer.png");
	background-position: center 93%;
	background-repeat: no-repeat;
	padding-bottom: 150px;
}


#right_panel {
	float: left;
	width: 177px;
}

#footer {
	float: none;
	clear: both;
	height: 43px;
	text-align: center;
	background-color: #7F1313;
	font-size: 13px;
	color: white;
}

#footer #footer_top {
	height: 5px;
	background: #424242;
	border-bottom: 1px solid white;
}

#footer ul {
	display: block;
	float: left;
	height: 37px;
	margin-left: 290px;
}

#footer ul li {
	display: block;
	float: left;
	padding-top: 10px;
}

#footer a {
	color: white;
}

#footer a:hover {
	background: none;
	text-decoration: underline;
}
	
#footer .footer_separator {
	padding: 0 6px;
}

#footer #jump_to_top {
	display: block;
	float: right;
	margin-right: 27px;
	margin-top: 11px;
}

.box {
	width: 154px;
	background: url("/img/box_bg.png");
	padding-right: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #787676;
	margin: 20px 0;
	font-size: 12px;
	color: #696969;
}

.box h4 {
	height: 35px;
	background: url("/img/box_head.png");
	margin: 0 -10px 0 0;
	color: white;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 4px 0 16px;
	overflow: hidden;
}

.box h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 7px;
}

.box ul {
	padding-left: 20px;
}

.box li {
	list-style: square outside;
}

.gallery_list {
	padding: 10px 0;
	margin: 25px 10px;
	width: 537px;
	float: left;
	clear: both;
	position: relative;
}

.gallery_list .gallery_thumb {
	width: 120px;
	padding: 7px;
	float: left;
	clear: left;
	text-align: center;
	background: #cecece;
	margin-right: 10px;
	border: 1px solid #888;
}

.gallery_list .gallery_text {
	width: 391px;
	clear: none;
	float: left;
}

.gallery_list h3 {

}

.gallery_list p {
	font-size: 12px;
}

.gallery_list a {
	color: #333;
}

.gallery_list a:hover {
	color: #333;
}

.gallery_list .gallery_count {
	color: #666;
	font-size: 10px;
	position: absolute;
	bottom: 3px;
	right: 3px;
}

div.gallery_image {
	float: left;
	width: 120px;
	height: 90px;
	background: #cecece;
	margin: 15px 23px;
	text-align: center;
	padding: 8px;
	border:1px solid #AAAAAA;
}

div.gallery_image a, div.gallery_image a:hover {
	background: none;
	border: none;
}

div.gallery_image table {
	margin: 0 auto !important;;	
}

div.gallery_image td {
	height: 90px;
	width: 120px; 
	padding: 0 !important;;
}

div.gallery_image img {
	opacity: .8;
	filter: alpha(opacity=80);
}

div.gallery_image img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
	



#menu {
	padding: 40px 14px 0 14px;
}

#menu a {
	display: block;
}

#menu .top_menuitem a {
	border-bottom:1px solid #CECECE;
	color:#CECECE;
	font-size:14px;
	padding:0 0 2px 2px;	
}

#menu .top_menuitem ul {
	margin: 10px 0 15px 0;
}

#menu .mid_menuitem ul {
	margin: 0 0 5px 0;
}

#menu .top_menuitem a.arrow {
	background-image: url('/img/menu_arrow_big.png');
	background-repeat: no-repeat;
	background-position: right;
}

#menu .top_menuitem a.arrow:hover {
	background-image: url('/img/menu_arrow_big_a.png');
	background-repeat: no-repeat;
	background-position: right;
}

#menu .top_menuitem a:hover {
	color: white;
	background: none;
}

#menu .mid_menuitem a, #menu .bottom_menuitem a {
	color: #cecece;
	font-size: 13px;
	border: none;
	margin: 0;
}

#menu .mid_menuitem a:hover {
	color: white;
	background: none;
}

#menu .mid_menuitem a.arrow {
	background-image: url('/img/menu_arrow_small.png');
	background-repeat: no-repeat;
	background-position: right;
}

#menu .mid_menuitem a.arrow:hover {
	background-image: url('/img/menu_arrow_small_a.png');
	background-repeat: no-repeat;
	background-position: right;
}

#menu .bottom_menuitem a:hover {
	color: #e49898;
	background: none;
}

#menu .top_menuitem {	
	margin-bottom:10px;
}

#menu .mid_menuitem, #menu .bottom_menuitem {
	padding-left: 10px;
}

#menu * {
	overflow: hidden;
}

.mid_level, .bottom_level {
	margin: 3px 0 5px 0;
}

#menu .bottom_level {
	padding-left: 10px; 
}

#submenu_list {
	padding: 20px 45px 20px 20px;
}

#submenu_list .submenu {
	margin: 45px 0;
}

#submenu_list .submenu a:hover {
	background: none;
	color: #bb2323;
}

#submenu_list .submenu h2:hover {
	border-bottom: 2px solid #bb2323;
}

#submenu_list .submenu p {
	margin-top: 13px;
}

.menu_description {
	font-size: 14px;
}

#current_team {
	width: 176px;
	text-align: center;
	padding-top: 13px;
}

#current_team strong {
	color: white;
}

#current_team a {
	color: #cecece;
}

#current_team a:hover {
	background: none;
	color: white;
}

.news_item {
	padding: 30px;
}

.news_item .news_intro img {
	display: block;
	float: left;
	margin: 13px;
	max-width: 240px;
	max-height: 180px;
}

#center_panel p.news_intro {
	font-weight: bold;
	margin: 30px 0;
}

.news_date {
	text-align: right;
	padding-top: 2px;
	padding-right: 15px;
	font-size: 9px;
	color: #888;
}

.box_news_intro {
	margin-bottom: 15px;
}

#staff {
	margin-top: 25px;
}

#staff h2 {
	margin-bottom: 25px;
}

#staff .staff_box {
	width: 276px;
	float: left;
}

#staff .staff_member.evtuzoltoja {
	margin:-13px 10px 35px !important;
}

.staff_member {
	float: left;
	width: 236px;
	padding: 10px;
	margin: 10px;
	min-height: 140px;
	border: 1px solid #888;
}

.staff_member img {
	float: left;
	max-width: 90px;
	max-height: 120px;
}

.staff_member .name {
	float: left;
	width: 135px;
	padding-left: 10px;
	font-size: 16px;
	color: #9A1B1B;
	margin-top: 5px;	
}

.staff_member .title {
	float: left;
	width: 135px;
	padding-left: 10px;
	margin-top: 10px;
	font-size:13px;	
}

#staff a:hover {
	background: none;
}

#doc_cats, #docs {
	padding: 25px 50px 25px 25px;
}

.doc_cat {	
	margin-bottom: 30px;
}

.doc_cat p {
	margin: 0 !important; 
	padding-left: 30px;
	padding-right: 100px;
}

.doc_cat p.link_url {
	padding: 5px 25px 0 0;
	text-align: right !important;
}

#docs a.dl_button {
	display: block;
	clear: both;
	width: 205px;
	height: 35px;
	background: url('/img/download_button.png');
	color: white;
	margin:-11px 0 40px 274px;
}

#docs a.dl_button:hover {
	background: url('/img/download_button_a.png');
}

#docs a.dl_button .dl_caption {
	font-size: 17px;
	padding: 2px 0 0 37px;
}

#docs a.dl_button .filesize_caption {
	font-size: 13px;
}

#docs a.dl_button .filename_caption {
	font-size: 9px;
	padding: 0 0 0 39px;
	overflow: hidden;
}

.searchresult {
	padding: 0 90px 0 60px;
	margin: 30px 0;
}

#center_panel .searchresult p.result_type {
	text-align: right;
	font-size:11px;
	margin-bottom:3px;
}

#center_panel .searchresult p {
	margin: 0;
}

#center_panel .searchresult .result_link {
	font-size:11px;
	margin-top:3px;
	padding-left: 10px; 
}

.vk_entry {
	padding: 10px 25px;
	margin-bottom: 20px;
}

.vk_name {
	border-bottom:2px solid #939393;
	color:#BB2323;
	font-size:15px;
	margin:10px 2px 3px 2px;
	font-weight: bold;
}

.vk_name .vk_name_caption {
	font-weight: normal;
}

.vk_date {
	color:#888888;
	font-size:9px;
	padding-right:15px;
	padding-top:2px;
	text-align:right;
	margin-bottom: 6px;
}

.vk_message {
	width: 447px;
	margin-left: 10px;
}


#pager {
	text-align: right;
	padding-right: 15px;
	font-size: 15px;
	margin-top: 15px;
}

#pager a {	
	padding: 0 4px;
}

#pager a:hover {
	color: #B52B2B;
	background: none;
	text-decoration: underline;
}

#pager span {
	font-weight: bold;
}

#pager .arr {
	margin: 0 10px;
}

#sitemap ul {
	margin: 0;
}

#sitemap .site_element {
	display:block;
	float:left;
	margin:40px 10px;
	width:225px;
}

#sitemap .site_element span {
	font-weight: bold;
}
