@charset "windows-1251";


@media screen and (max-width: 800px) {
   #FullTitle {
	  display: none;
   }
}
@media screen and (min-width: 800px) {
   #ShortTitle {
	  display: none;
   }
}


body { 
		      overflow: hidden;
      margin: 0px 0px 0px 0px;
      margin-top: 0px; margin-right: 0px; 
      margin-bottom: 0px; margin-left: 0px;
      background-color: #C9D2AC;
      font-family: Tahoma, Arial, fantasy;
}

/* ======================= menu ================================= */

div.menu {
   background-color: #B1CACD;
   letter-spacing: 1px; 
	width: 20vw;
	height: 98vh;
	border-spacing: 0px;
	border-collapse: collapse;
	position: absolute; left:0px; top:1%;
	text-align: left;
	padding: 0px;
	margin-top: 0px; 
	border: 0px;
	font-family: Tahoma, Arial, fantasy;
}
.menu a { text-decoration: none; }
.menu a:link, a:visited { color: black; }
.menu a:hover, a:visited:hover { color: blue; }
.menu img {	padding-top: 10px; }

ul#mlist,
ul#mlist li {
	border: 0 none;
	list-style: none;
	margin: 0;
	margin-top: 0px;
	padding: 0;
	width: 100%;
   text-align: left;
}
ul#mlist ul {
	border: 0 none;
	list-style: none;
	margin: 0;
	margin-top: 0px;
	padding: 0;
   text-align: left;
}
ul#mlist li {
  float: left; 
  display: block !important; 
  display: inline; 
  position: relative;
}
ul#mlist li ul li {
border:none;
border-bottom: #B1CACD 0px solid;
	width: 150%;
}
ul#mlist li ul li ul li {
	width: 200%;
}

.aURL {background-color: #c9d2ac;}
.aURL:hover {color: #d2691e;}

ul#mlist a {
   display: block;
   border-bottom: 0px solid black;
	padding: 2px 20px;
   text-decoration: none;
		  height: auto !important;
  		  height: 1%; 
}

ul#mlist a:hover,
ul#mlist li:hover,
ul#mlist li:hover a,
ul#mlist li.iehover a {
  background: #c9d2ac;
  color: blue;
}

/*
* html ul#mlist li { float: left; }
* html ul#mlist li a { height: 1%; }
*/

/* ======================= подменю ================================= */

ul#mlist li:hover li a,
ul#mlist li.iehover li a {
	background: #B1CACD;
	color: black;
	border: 1px dotted black;
}
ul#mlist li:hover li a:hover,
ul#mlist li.iehover li a:hover,
ul#mlist li.iehover li.iehover a {
  background: #c9d2ac;
  color: blue;
  border: 1px dotted black;
}
/* ul#mlist li:hover li:hover li a,*/
ul#mlist li:hover li:hover a:hover,
ul#mlist li.iehover li a:hover,
ul#mlist li.iehover li.iehover a {
  background: #c9d2ac;
  color: blue;
  border: 1px dotted black;
}
/*
ul#mlist li:hover li:hover li:hover a {
  background: #c9d2ac;
  color: blue;
}
*/

ul#mlist ul,
ul#mlist ul ul,
ul#mlist ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}

ul#mlist li:hover ul ul,
ul#mlist li:hover ul ul ul,
ul#mlist li.iehover ul ul,
ul#mlist li.iehover ul ul ul {
  display: none;
}

ul#mlist li:hover ul,
ul#mlist ul li:hover ul,
ul#mlist ul ul li:hover ul,
ul#mlist li.iehover ul,
ul#mlist ul li.iehover ul,
ul#mlist ul ul li.iehover ul {
  display: block;
}






/* ======================= содержательная часть ================================= */

div.content {
   position: absolute; right: 0px; top:1%;
	display: inline;
   width: 80%; height: 98%;
   border: 0px solid red;
   border-spacing: 0px;
   background-color: #C9D2AC;
   padding: 0px;
   text-align: center;
   letter-spacing: 0;
   word-spacing: 0;
   text-align: center;
}

div.title {
	background: #B1CACD;
	margin-top: 0; 
	margin-left: 1%; 
	margin-right: 1%; 
	padding: 0px;
	text-align: center;
	height: 15%;
	height: auto;
	font-family: Tahoma, Arial, fantasy;
}
div.title a {text-decoration: none; color: black;}
div.title a:hover {color: blue;}
table.title {
	text-align: center;
	font-size: 1.5vw; 
	padding: 0px;
	vertical-align: middle;
	height: auto;
	border: 0px;
		width: 100%;
	height: 15%;
}


div.main {
	position: absolute; top: 15%;
	overflow: auto;
	background: #B1CACD;
	text-align: center;
	margin: 1% 1% 0 1%;
	padding: 0px;
	border: 0px groove black;
	height: 84%;
	width: 98%;
}

div.main a, a:hover, a:link { color: blue; }
div.main a:visited, a:hover:visited { color: #9400D3; }

div.main table.news {
    width: 100%;	
    height: 100%;
	background: #C9D2AC; #D4E8BD; #B1CACD;
	border-spacing: 7px;
	border-bottom: 1px darkgrey solid;
	border-left: 1px darkgrey solid;
	border-right: 1px darkgrey solid;
	border-top: 1px darkgrey solid;
}

div.main table.news td{
	background: #D4E8BD;
	padding: 12px;
	border-bottom: 1px darkgrey solid;
	border-left: 1px darkgrey solid;
	border-right: 1px darkgrey solid;
	border-top: 1px darkgrey solid;
	text-align: left;
	vertical-align: top;
}

div.main table.news td#contact {
	text-align: center;
	vertical-align: middle;
}

div.main table.news td p {
	text-align: justify;
	text-indent: 40px;
}
div.main table.news td p a {	text-decoration: underline;	color: blue; }
div.main table.news td p a:hover {	text-decoration: none; }
div.main table.news td p img#photo {padding-right: 10px; padding-bottom: 10px; border: 0px; text-align: left;}
div.main table.news td p.img {text-align: center;text-indent: 0px;}
div.main table.news td p.img img {border: 2px darkgrey solid;}
div.main table.news td p#caption {
	text-align: justify;
	text-indent: 0px;
	margin-left: 40px;
	margin-right: 40px;
}
div.main table.news td ol li {
   margin-bottom: 7px;
}
div.main table.news td ol li p {
	text-align: justify;
	text-indent: 0px;
}

div.main table.news td p#center {
	text-align: center;
}

div.main table.news td table td#tdcc {
	text-align: center;
}

div.main table.admin {
   width: 100%; height: 100%;
   background: #C9D2AC;
	border-spacing: 7px;
	border-bottom: 1px darkgrey solid;
	border-left: 1px darkgrey solid;
	border-right: 1px darkgrey solid;
	border-top: 1px darkgrey solid;
}
div.main table.admin td {
	background: #D4E8BD;
	padding: 12px;
	border-bottom: 1px darkgrey solid;
	border-left: 1px darkgrey solid;
	border-right: 1px darkgrey solid;
	border-top: 1px darkgrey solid;
	text-align: left;
	vertical-align: top;
}
div.main table.admin td a { color: Blue; }

div#hfill {
	background-color: Fuchsia;
	border: 2px solid Green;
	margin-bottom: 1%;
}

p#history1, 
p#history2, 
p#history3, 
p#history4, 
p#history5, 
p#history6, 
p#history7, 
p#history8,
p#ref {
	font-size: 120%;
	font-weight: bold;
	color: #292929;
}
ol#ref li {	text-align: justify;	margin-bottom: 10px; }
p#top a { text-decoration: none; color: #4169E1; }
p#top a:hover {color: blue;}


/* =======================  ================================= */

p#year {
	text-align: center;
	font-size: large;
	text-indent: 0px;
	letter-spacing: 5px;
}
p#publ {
	text-align: justify;
	text-indent: -40px;
	padding-left: 60px;
	padding-right: 20px;
}

table#publ_years {
   width: 100%;
	background: #C9D2AC; #D4E8BD; #B1CACD;
	border-spacing: 0px;
	border-bottom: 0px darkgrey solid;
	border-left: 0px darkgrey solid;
	border-right: 0px darkgrey solid;
	border-top: 0px darkgrey solid;
}
table#publ_years td{
	background: #D4E8BD;
	padding-bottom: 6px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-bottom: 0px darkgrey solid;
	border-left: 0px darkgrey solid;
	border-right: 0px darkgrey solid;
	border-top: 0px darkgrey solid;
}
table#publ_years td a {
	text-decoration: none;
	color: #1E90FF;
}

@font-face{
	font-family: Decor;
	src: url('decor.ttf');
}
