@charset "utf-8";
* {
	margin:0;
	padding:0;
	}
body 
{ 
	font: 1.2em "Times New Roman", georgia, sans-serif;
	padding: 0;
	display: block;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 10px 0;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 7px;
	padding-left: 15ps;
	padding-top: 10px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 7px;
	padding-left: 15ps;
	padding-top: 10px;
}
#myNav {
	width: 100%;
	padding-left:30px;
    margin: 0;
    height: 25px;
}
/*.hmenu_item, hmenu_item_end*/#myNav a {
	text-decoration: none;
    padding-right: 15px;
    padding-left: 15px;
/* padding-top: 10px;
 padding-bottom: 10px;*/

    }
 #myNav a:hover, #myNav a:active, #myNav a:focus {
	text-decoration: underline;
}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: none;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
#myHeader {
}
#myHeaderPicture {
}
#myContent {
}
#myFooter {
}
.footer_normal {
	clear: both;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
.footer_small {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
}

#myH1 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#myHeader {
}
#myHeaderPicture {
}
#myContent {
}
#myFooter {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#myHeader {
}
#myHeaderPicture {
}
#myContent {
}
#myFooter {
}
#myH1 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.title1, .title1_italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
.title1_italic {
	font-style: italic;
}
.title2 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}
.contact {
	margin: 0;
	padding: 0;
	text-align: center;
	text-indent: 0;
	text-wrap: none;
}
.contact span {
	font-family: Arial, Helvetica, sans-serif;
}
.fam {
	font-size: 120%;
	font-variant: small-caps;
	font-weight: bold;
}
.nomarker {
	list-style: none;
}
#alphabet li {
	float: left;
}
#alphabet li a {
	margin-right: 10px;
}
ul.level1, ul.level2 {
	list-style: none;
}
ul.level2 li {
	margin-left: 20px;
}
.sovet {
	font: 1em "Times New Roman", georgia, sans-serif;
}
.sovet table {
	border: 3px solid #960;
	border-spacing: 0;
	margin: auto;
}
.sovet td {
	padding: 5px;
	border: 1px solid #960;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	text-align: justify;
	text-indent: 60px;
}
.margin20 {
	margin-left: 20px
}
.wrap {
	clear: both
}
div#popup {
	position: fixed;
	z-index: 101;
	left: 50%;
	top: 50%;
	width: 720px;
	margin-left: -360px;
	height: 500px;
	margin-top: -250px;
	background-color: #F8F3DF;
	border: solid 1px #000;
	display: none;
	text-align: left;
	padding: 10px;
	color: #000;
}
div#shadow_layer {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	display: none;
}
div#popup_content {
	position: relative;
	display: block;
	border: #A00 solid 1px;
	padding: 10px;
	width: 90%;
	height: 90%;
	margin: auto;
}
div#popup_content h1 {
	color: #633;
}
input.btn {
	font-family: Tahoma,;
	font-size: 1.2em;
	font-weight: bold;
}
div.pseudo_table {
	display: table;
	text-align: left;
	margin: auto;
}
div.pseudo_table ul {
	list-style: none;
}
  #sortable { list-style-type: none; margin: 0; padding: 0; width: 90%; }
  #sortable li { margin: 0 3px 3px 3px;  font-size: 1.2em; width: 570px;
display: block;
border-bottom: 1px solid #555; }
  #sortable li span { position: absolute; margin-left: -1.3em; }

.hgeoname {
	font-style:normal;
	font-weight:normal;
	font-size:1em;
	padding:0;
	margin:0 5px 0;
	text-align:left;
}
.center {
	text-align: center;
}
.right {
	text-align: right
}
.personal_data {
	font-family: "Times New Roman", georgia, sans-serif;
	font-size: 1.1em;
	text-align: center;
}
.site-name {
  font-size: 2.1em;
  text-align: left;
  margin: 15px 200px 15px 50px;
  background-color: #4169E1; /*royalblue*/
  color: white;
}

div.manual p {
text-align: justify;
}