* {
	box-sizing: content-box;
	margin: 0; 
	padding: 0; 
	border-collapse: collapse; 
}
html{
height: 100%;
}
body {
	background-color: #f4dde1;
	font-family: Times New Roman, sans-serif;
	font-size: 16px;
	position: relative;
	min-height: 100%;
}
.container {
  display: flex;
}
.sidebar {
  width: 25%;
  padding: 10px;
  background-color: #eabfc7;
}
.content {
  width: 75%;
  padding: 10px;
}
.wrapper{
  padding-bottom: 60px;
}
.head {
	background-color: #ad4759;
	padding: 10px 0;
	margin: auto;
}
.menu, .menu2{
	width: 100%;
}
.menu_line{
width: 100%;
background-color: #eabfc7;
}
.menu1{
	background-color: #eabfc7;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border: 1px solid #c9566a;
	border-radius: 3px;
}
.menu{
	padding: 10px;
	margin: 0;
}
.top-menu, .top-menu1, .side-menu, .side-menu1{
	background-color: #c9566a;
	text-align: center;
	font-size: 130%;
	width: 90%;
	padding: 5px; 
}
.top-menu, .top-menu1{
	height: 55px;
	margin: 20px 0;
}
.top-menu1 {
	line-height: 25px;
}
.top-menu{
	line-height: 55px;
}
.side-menu, .side-menu1 {
	height: 70px;
	margin: 25px; 
	line-height: 70px;
}
.top-menu a, .top-menu1 a, .side-menu a, .side-menu1 a  {
	color: #f4dde1;
	text-decoration: none;
}
a:visited {
    color: black; 
}
.top-menu a:hover, .top-menu1 a:hover, .side-menu a:hover, .side-menu1 a:hover{
	color: #f4dde1;
	text-decoration: underline overline;
} 
.top-menu img, .side-menu img {
	margin-top: -30px;
}
.foot {
	background-color: #ad4759;
	padding: 5px 0;
	margin: auto;
	width: 100%;
	height: auto;
	min-height: 60px;
	position:absolute;
	bottom:0;
	left:0;
    z-index:500;
	overflow:hidden;
}
.square {
	width: 90%;
	margin: auto;
}
.center{
	padding-top: 20px;
	text-align: center;
	margin: auto;
	/*border: 1px solid black;*/
}
li {
	list-style-type: none;
}
.nav {
margin: 0;
padding: 0;
}
h1 {
	text-align: center;
	clear: both;
	color: #fff ;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 210%;
	text-shadow: #f4dde1 4px 3px 4px;
}
h2{
	margin-top: 30px;
	text-align: center;
	font-size: 170%;
	color: #6d2330;
}
h3{
	margin-top: 30px;
	text-align: center;
	font-size: 140%;
	color: #6d2330;
	font-style: italic;
	font-style: bald;
	text-shadow: gray 0 0 10px;
}
h4{
	margin-top: 30px;
	text-align: center;
	font-size: 120%;
	color: #6d2330;
	font-style: italic;
	font-style: bald;
	text-shadow: gray 0 0 10px;
}
h6{
	margin: auto;
	text-align: center;
	color: #f4dde1;
	font-size: 90%;
	font-style: bald;
	font-style:  italic;
	padding: 5px 0px 0px 0px;
}
i{
	padding:0 15px 0 40px;
	color: #f4dde1;
}
.informer{
	padding: 10px;
	margin-left: 60px;
}
.list{
	width: 40%;
	float: left;
	margin-left: 10%;
	display: table;
}
.list p{
	margin-right: 10px;
    margin-left: 20px; 
    border-left: 2px solid #6d2330; 
    padding-left: 15px;
	margin-top: -5px;
}
a.left{
   color: #6d2330;
}
a.left:hover {
   text-decoration: underline overline;
}
a.left:visited {
	color:#b50000;
}
img{
max-width: 100%;
height: auto;
}
.slideleft{
float: left;
margin-right: 10px;
margin-bottom: 3px;
text-align: center;
}
.slideright{
float: right;
margin-left: 10px;
margin-bottom: 3px;
text-align: center;
}
.slideleft img, .slideright img{
min-width: 100%;
}
p{
	text-indent: 20px;
	line-height: 1.5;
	text-align: justify;
	margin-top: 0.5em; 
    margin-bottom: 1em; 
}
p.poem{
	font-style: italic;
	line-height: 1;
	text-align: left;
}
p.sign{
	font-style: italic;
	line-height: 1;
	text-align: right;
}
  p.memory, .memory1 { 
	margin-top: 15px;
	margin-right: 10px;
    margin-left: 60px; 
    padding-left: 15px; 
	font-style: italic;
   } 
 p.memory1 { 
	text-indent: 0;
   }       
   p.fat, p.fatbig{
	text-align: center;
	color: #400000;
	font-style: bald;
	text-shadow: #ff4040 0 0 10px;
   }
    p.fat{
	font-size: 110%;
	margin-top: 20px;
   }
     p.fatbig{
	 margin-top: 1em;
	padding-top: 10px;
	font-size: 130%;
	 margin-left: -35px;
   }
    p.cite { 
	margin-top: 10px;
	margin-right: 10px;
    margin-left: 20px; 
    border-left: 1px solid #6d2330; 
    padding-left: 15px; 
}
p.let{ 
	margin-top: 10px;
	margin-right: 20px;
    margin-left: 20px; 
    border-left: 1px solid #c6566a;
    padding-left: 20px; 
	font-style: italic;
   }
   p.text
   {text-align: right;
	}
   .rightfoto, .leftfoto{
	margin: 10px;
	border:1px solid #6d2330;
	padding:6px;
}
.leftfoto{
	float:left;
}
.rightfoto{
	float:right;
}

.right{
	float: right;
	width: 80%;
}
.left_pic{
	float: left;
}
  a.knopka, a.knopka1 {
	background: #eabfc7;
  position: relative;
  display: inline-block;
  width: 15em;
  height: auto;
   margin-left: -25px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #6d2330;
  outline: none;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #f4dde1 inset, 0 1px 1px #6d2330;
}
   	a.knopka {
  min-height: 3em;
  line-height: 3em;
}
   	a.knopka1 {
  min-height: 3em;
  line-height: 1.3em;
  padding-bottom: 12px;
  padding-top: 12px;
}
a.knopka:hover, a.knopka1:hover{
  background: #D67788 linear-gradient(#AD4759, #D67788);
  box-shadow: 0 0 0 1px #aaa inset, 0 1px 1px #aaa;
  color: #fff;
}
a.knopka:active, a.knopka:active {
  background: none;
    box-shadow: 0 0 0 1px #bbb inset, 0 1px 3px rgba(0,0,0,.5) inset, 0 1px 2px #6d2330;
} 
a.knopka:visited {
	color:#b50000;
}
.clear{
clear:both;
text-align: center;
margin-bottom: 8px;
}
.clear p{
text-align: center;
padding-top: 12px;
}
.breadcrumbs{
	list-style-type: none;
	  background: #eee;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #f5f5f5 #e5e5e5 #ccc;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	  border-radius: 5px;
	  -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
	  -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	  box-shadow: 0 0 2px rgba(0,0,0,.2);
	  /* Clear floats */
	  overflow: hidden;
	  width: 100%;
	}
	
	.breadcrumbs li{
	  float: left;
	}
	
	.breadcrumbs a{
	  padding: .7em 1em .7em 2em;
	  float: left;
	  text-decoration: none;
	  color: #444;
	  position: relative;
	  text-shadow: 0 1px 0 rgba(255,255,255,.5);
	  background-color: #ddd;
	  background-image: -webkit-gradient(linear, left top, right bottom, from(#f5f5f5), to(#ddd));
	  background-image: -webkit-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: -moz-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: -ms-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: -o-linear-gradient(left, #f5f5f5, #ddd);
	  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
	}
	
	.breadcrumbs li:first-child a{
	  padding-left: 1em;
	  -moz-border-radius: 5px 0 0 5px;
	  -webkit-border-radius: 5px 0 0 5px;
	  border-radius: 5px 0 0 5px;
	}
	
	.breadcrumbs a:hover{
	  background: #fff;
	}
	
	.breadcrumbs a::after,
	.breadcrumbs a::before{
	  content: "";
	  position: absolute;
	  top: 50%;
	  margin-top: -1.5em;   
	  border-top: 1.5em solid transparent;
	  border-bottom: 1.5em solid transparent;
	  border-left: 1em solid;
	  right: -1em;
	}
	
	.breadcrumbs a::after{ 
	  z-index: 2;
	  border-left-color: #ddd;  
	}
	
	.breadcrumbs a::before{
	  border-left-color: #ccc;  
	  right: -1.1em;
	  z-index: 1; 
	}
	
	.breadcrumbs a:hover::after{
	  border-left-color: #fff;
	}
	
	.breadcrumbs .current,
	.breadcrumbs .current:hover{
	  font-weight: bold;
	  background: none;
	}
	
	.breadcrumbs .current::after,
	.breadcrumbs .current::before{
	  content: normal;  
	}
.slideleft{
	border:1px solid #6d2330;
	padding:6px;
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	text-align: center;
}
.slideright{
	border:1px solid #6d2330;
	padding:6px;
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	text-align: center;
}
.slideleft img, .slideright img{
	min-width: 100%;
}
table { 
`	margin: auto;
    width: 100%; 
   }
 table tr td{
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
}  
 }  
   