html {height: 100%;}
header, nav, section, article, aside, footer {display: block;}
body{
	background:#4095EE url('img6.jpg') repeat-x center top;
	font-family:times;
	text-align: center;
    margin:auto;
    height:100%;
    font-size:100%;
	}
	
	p {
    margin-top: 0.5em; /* Отступ сверху */
    margin-bottom: 0.5em; /* Отступ снизу */
   }	

	
/* 	a{color:#000000; text-decoration:underline; text-decoration-style:dotted}
	a:hover{color:DarkCyan; text-decoration:none; }	*/

	a{color:#000000; font-family:arial; font-weight: bold; text-decoration:none;}
	a:hover{color:DarkCyan; text-decoration:none; }	


	.wrapper {
    margin:0 auto;
 	background: #E2F2FF;
    width:1000px;
	min-height:50px;
	}

	.footer {
    margin:0 auto;
 	background: #E2F2FF;
    min-height:50px;
    height:auto;}
	

    .dkl {text-indent:100px; color:green}
	.cont {
	text-align: left;
	margin: auto;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px; 
	border: 0px solid #000;
	text-indent: 30px;
	text-align:justify;
	}
/*
	.cont1 {
	border: 0px solid green;
	text-align: left;
	margin: auto;
	margin-right: auto;
	margin-left: auto;
	background: #00FFFF;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px; 
	text-indent: 30px;
	text-align:justify;
	}
*/		
	.menu {
	border: 0px solid red;
    margin:0 auto;
 	background: #E2F2FF;
    width:20%;
	float:left;
	min-height:50px;
    height:auto;
	     }

  /* Заголовки */
h1 { color: #00FFFF;   text-align: center; font-weight:bold; margin-top: 0; margin-bottom: 6px} 
h2 { color: #fff; text-align: center;  font-style:italic; font-weight:normal;margin-top: 0; margin-bottom: 0}
h3 { color: #00FF00; text-align: right; font-style:italic; padding-right:20px; margin-top: 0; margin-bottom: 0}

  /* текст */
  .btxt {color: white;}
  .cit  {font-style:italic; color:#00FF00; font-size:16px; text-align: right; margin-top:0; padding-top:0;}
  .razd {width: 50%; color: rgb(151, 7, 11);}
UL { 
    list-style-type: none; /* Маркеры в виде квадрата */
    list-style-position: outside; /* Маркеры размещаются за пределами текстового блока */
    color: navy; /* Цвет текста списка */
   }
	
.tab {
  margin-right: auto;
  margin-left: auto;
  display: table; 
  width: 50%;
  border: 0px solid #fff;
}

 .block img {
	width: 50%;
    text-align: center;
	max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	padding-bottom: 6px; 
}

 .ya {display: table-cell;
  vertical-align: bottom;
 }
   
 .lft {
  width: 33%;
  padding-left: 10px;
  text-align: left; 
  vertical-align: bottom;
  }
 .rt {
  width: 33%;
  text-align: right;
  padding-right: 10px;
  vertical-align: bottom;
  }
 .rt1 {
  width: 33%;
  text-align: right; 
  vertical-align: top
  }
 .rt2 {
  width: 33%;
  text-align: right; 
  vertical-align: bottom
  }

 .zag {
  width: 49%;  
  margin-right: auto;
  margin-left: auto;
  padding: 2px;
  border: 4px inset #00FFFF;
  }

 .menu1
  {
  display: table; 
  width: 105px;
   padding: 0px; 
  margin-left: 10px;
  margin-top: 20px;
  float:right;
  text-align:left; 
  text-indent:0px;
  border: 0px solid #fff;
  }

.menu2
  {display: table-cell;
  padding-left: 2px; 
  width: 79px;
  height: 24px;
  text-align: left;
  vertical-align: center;
  border: 0px solid #fff;
}
.menu3
  {display: table-cell;
  width: 24px;  
  height:24px; 
  vertical-align: center;
  border: 0px solid #fff;
}

/* кнопка */
   a.k
   {
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.08);
color: #fff;
display:block;
width:105px;
vertical-align: center;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding: 3px 3px;
margin-bottom: 5px;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: background-color 0.1s linear;
-moz-transition: background-color 0.1s linear;
-o-transition: background-color 0.1s linear;
transition: background-color 0.1s linear;        
}
a.k{
background-color: rgb( 43, 153, 91 );
border: 0px solid rgb( 33, 126, 74 );
}
      
a.k:hover {
background-color: rgb( 75, 183, 141 );
}
/* конец кнопка */

/* всплывающая подсказка */
.podskazka{
    display: inline;
    position: relative;
}
.podskazka:hover:after{
    background: #333;
    background: rgba(0, 255, 0,.5);
    border-radius: 5px;
    bottom: 0px;
    color: #000;
    content: attr(tit); color:#000; font-size:12px; font-weight:bold;
    left: 100%; bottom: 100%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: auto;
}
.image {
  display: inline-block;
  position: relative;
  }
  .image:hover::after {
  content: attr(data-text); /* Выводим текст всплывающей подсказки*/
  position: absolute;
  width: 200px;
  left: 100%; top: 0%; /* Положение всплывающей подсказки right: 100%;  top: 100%; */
  z-index: 1; /* Отображаем подсказку поверх других элементов */
  background: rgba(0,255,102,0.1); /* Цвет(RGB)и степень его прозрачности */
  color: #000; /* Цвет текста */
  text-align: center; /* Выравниваем текст по центру */
  font-family: Arial, sans-serif; /* Гарнитура шрифта */
  font-size: 11px; /* Размер текста подсказки */
  padding: 5px 10px; /* Поля */
  border: 1px solid #333; /* Параметры рамки */
  /*<div class="image" data-text="Текст подсказки"><img src="путь к изображению" alt=""></div>*/
}


