body,html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.main_table {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


.main_table_tr1{
	max-height:130px;
}

.main_table_tr2{
	height:32px;

}
.main_table_tr3{
	background: repeat-x url(../images/design/content_header_back.gif);

}

/* === BANNER === */
.main_header {
	height: 130px;
	vertical-align:top;
	background-image: url(../images/design/mheader_back.gif);
	background-repeat: repeat-x;
}

.main_header_ob {
	height: 50px;
	width: 100%;
	vertical-align: top;
	background-image: url(../images/design/fon_top_books.gif);
	background-repeat: repeat-x;
}

table {
	border-collapse:collapse;
	border:0;
	padding:0;
	vertical-align: top;
	margin:0;
}


/* === MAIN MENU === */
.main_menu {
	height: 32px;
	background-image: url(../images/design/fon_top_links.jpg);
	background-repeat: repeat-x;
	vertical-align: top;
	margin:0;
	padding:0;
}

.main_menu_table {
	width:100%;
	height: 100%;
}

.main_menu_table a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}

.main_menu_table a:hover {
	text-decoration: underline;
}

.main_menu_rest {
	width: 35%;
	background-image: url(../images/design/menu_rest_back.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}


/* === Content height ===*/

.content, .left_menu {
/*	height: 74%;*/
	/*height: 58%;*/
}


/* === LEFT MENU === */
.left_menu_header {
	height: 32px !important;
	padding: 0px !important;
	margin:0px !important;
	/*vertical-align: top;*/
/*	background-color: #F2F2F2;*/
border:none !important;
}

td.left_menu_header img {
	height: 32px !important;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.left_menu {
	padding:0;
	width:210px !important;
	margin:0px !important;
	background-image: url(../images/design/left_menu_back.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align:top;
	overflow:hidden;
}
.left_menu *{
	/*border:1px solid;*/
}
.left_menu ul{
	list-style:none;
	margin:0;
	margin-left:10px;
	padding:0;
	width:180px;
}
.left_menu ul li{
	list-style:none;
	display:block;
	margin:0;
	padding:3px 0;
	height:auto;
	border-bottom: 1px solid #A4B2BD;
}
.left_menu a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	padding:0;
	margin:0;

}
.left_menu a:hover{
	text-decoration: underline;
}

.left_menu ul ul{
	width:160px;
}
.left_menu ul ul li{
	width:150px;
	padding:3px 0px;
	margin:0px;
	margin-left:10px;
	border-bottom: none;
}
.left_menu ul ul a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	padding:0;
	margin:0;
}

.lmselect{
	background-color: #C7C7C7;
	width: 100%;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #AEAEAE;
	display: block;
}

.left_menu .cbook{
	background-color: #E6E6E6;
}

/*.left_menu .lmblock{
	padding:0;
	margin:0;
	width: 190px;
	padding-top: 2px;
	padding-bottom: 2px;
}*/


.empty_left_menu {
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/*--- List Left Menu ---*/
/*
.lmenu {
	list-style-type: none !important;
	padding:0;
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

ul.lmenu li {
	width:100%;
	margin-top: 3px;
	margin-bottom: 3px;
}

.lmselect {
	background-color: #C7C7C7;
	width: 100%;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #AEAEAE;
	display: block;
}

*/


/* === FOOTER === */
.footer {
	height: 20px;
	background: #000066;
	color: #f3f3f3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.footer a {
	color: White;
	text-decoration: none;
}

.footer a:hover {
	color: #A8B9C1;
}


/* === CONTENT === */
.content_header {
	width: auto;
	/*vertical-align: top;*/
	height: 30px;
}

.content {
	/*height: 61%;*/
	width: 100%;
	vertical-align: top;
	padding: 10px;
	padding-top: 0px;
	background-color: #FFFFFF;
}

.content_table {
	width: 100%;
	height: 95%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 15px;*/
}

.content_table td {
	vertical-align: top;
	width: 100%;
	height:100%;
}

.content_table a {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}

.content_table a:hover {
	text-decoration: underline;
}

.content_table p {
	text-align: justify;
}

.content_path {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px dotted #dadada;
	padding:5px;
	color: #000066;
}



/* === OTHER === */
.zaglavia {
	font-size: 15px;
	font-weight: bold;
}


.tyianev {
	border: 1px solid black;
	float:left;
	margin: 5px;
	margin-right: 40px !important;
}

.gallery {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #B6C5CA;
}

.gallery img {
	border: 1px solid black;
	margin: 5px;
}

.gallery td {
	vertical-align:middle;
	padding: 2px;
}

.gallery_razdelitel {
	width: 98%;
	border: none !important;
}

.zaglavia_little {
	font-size: 12px;
	font-weight: bold;
	background-color: #A2B3BC;
	text-align: center;
	padding: 5px;
}

.actualno {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #B6C5CA;
}

.actualno td {
	vertical-align:middle;
	padding: 2px;
	border-collapse: collapse;
	border: 1px solid #B6C5CA;
}

.under1 {
	padding:10px;
	background-color: #DDE6EB;
}

.under1 a {
		font-weight: normal;
		padding:5px;
		color: #4C4C81;
}

.under2 {
	padding:20px;
	background-color: #ECF3F7;
}

.under2 a {
		font-weight: normal;
		padding:5px;
		color: #4C4C81;
}

.under3 {
	padding:30px;
	background-color: #F7FBFD;
}

.under3 a {
		font-weight: normal;
		padding:5px;
		color: #4C4C81;
}

/*=== NEWS ===*/
h1.newsheading {
  background: #f5f5f5;
  color: black;
  border-style: solid;
  border-color: #d0d0d0;
  border-width: 1px;
  padding: 5px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  clear: left;
}

span.newstitle {
  float: left;
}

span.newsdate {
  float: right;
  font-style: italic;
  font-weight: normal;
}


p.news {
  margin: 0.75em 0px;
  text-align: left;
}

div.news {
	clear: both;
	margin-bottom: 18px;
}


/*=== Galery ===*/
.g_picture {

}

.thumb_pict {
	float: left;
	border: none;
}

.pict_info {
	/*float: right;*/
}

.pict_separator {
	border-bottom: 2px solid #a3b3c4;
	width: 90%;
	clear: both;
	text-align: center;
}

td.td_thumb, td.td_pinfo {
	vertical-align: middle;
}

td.td_thumb {
	width: 230px !important;
}

td.td_pinfo {
	width: 75% !important;
	padding-left: 17px;
}

/*==== SEARCH FORM ====*/
.search_table {
	width: 100%;
}

.search_table, .search_table td {
	padding: 0px;
	margin: 0px;
	/*width: 100%;*/
	/*height: 100%;*/
	/*border: 1px solid red;*/
	border-collapse: collapse;
}


.search_form {
	vertical-align: middle;
	padding: 1px;
	margin-top: 3px;
	margin-left: 0px;
	margin-bottom: 3px;
	margin-right: 10px;
	float: right;
}

.search_form input {
	/*height: 18px;*/
	border: 1px solid #000000;
	margin: 0px;
	/*padding: 0px;*/
	background-color: #f5f5f5;
	vertical-align: middle;
}

.search_form input.sbutton {
	/*padding-bottom: 4px;*/
	background-color: #A2B3BC;
}



/*=== Search results ===*/
div.ssection {
  background: #f5f5f5;
  color: black;
  border-style: solid;
  border-color: #d0d0d0;
  border-width: 1px;
  padding: 2px;
  margin-bottom: 4px;
  margin-top: 12px;
  font-weight: bold;
  font-size: 110%;
  /*text-align: center;*/
}




/*=== Languages ===*/
.langs {
	vertical-align: middle;
	margin-left: 10px;
}


/*=== Publications ===*/

h1.psep {
	height: 6px;
	background: #CECECE;
	color: black;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 6px;
	text-align: center;
	clear: left;
}

.pbody {
	padding-left: 30px;
	padding-right: 30px;
}

.pauthor {
	font-weight: bold;
}

.ptitle {
	font-style: oblique;
	font-size: 14pt;
	font-family: "Times New Roman";
}

/* ====================================== */
/* === BOOKS LEFT MENU === */

/*.lbmenu {
	list-style-type: none !important;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	width: 158px;
}

.lbmenu, .lbmenu li, .lbmenu a {
	font-size: 9px;
	font-weight: normal;
}

ul.lbmenu li {
	width: 158px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.lbmselect, .lbmselectB {
	background-color: #C7C7C7;
	margin: 0px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #AEAEAE;
	display: block;
}

.lmmmselect {
	background-color: #C7C7C7;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #AEAEAE;
}

.lbmselectB, .lbmNormalB,
.lbmNormalB a {
	font-size: 9px;
}

.book {
	margin-bottom: 4px;
	border-bottom: 1px solid #A4B2BD;
	padding-bottom: 3px;
	width: 190px;
}

.cbook {
	background-color: #E6E6E6;
	width: 170px;
	margin: 0px !important;
	padding: 0px !important;
	border-bottom: 1px solid #A4B2BD;
}
.cbook a{
	width: 170px;
}
a.btitle {
	font-size: 11px;
}*/