body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0 10px;
	color: #FFF;
   /* Для Mozilla FireFox */ 
   -moz-user-select: none; 
   /* Для Safari, Chrome */ 
   -khtml-user-select: none; 
   /* Общее свойство */ 
   user-select: none; 
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1, h2, h3, h4, h5
{
	color: #f9cc6a;
	font-weight: normal;
}
a img { 
	border: none;
}

a:link {
	color:#FFF;
	text-decoration: underline; 
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #FC0;
}

.container {
	width: 100%;
	min-width: 1000px;
	margin: 0;
}

.header {
	background: #000;
	height: 130px;

}

.header, .footer {
	margin: auto;
	min-width: 1000px;
	max-width: 1200px;
	width: 90%;
}
.content {
	width: 100%;
	z-index: 2;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.footer {
	padding: 10px;
	font-size: 0.8em;
	text-align: center;
}


.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.logo {
	background-image: url("../images/a_logo.png");
	background-repeat: no-repeat;
	float: left;
	height: 110px;
	width: 500px;
	margin-top: 20px;
	margin-left: 1%;
}
.hr {
	background-color: #333;
	clear: both;
	height: 25px;
	opacity: 0.6;
	border-top: 0px solid #F9F4F4;
	border-bottom: 0px solid #F9F4F4;
}
.top {
	width: 100%;
	z-index: 2;
}
.top_menu {
	float: right;
	padding-top: 90px;
	margin-right: 1%;
	font-size: 0.95em;
}

.menu {
	float: left;
	padding: 0 12px;
border-left: 1px dotted #777;
}



.img_left , .img_right {
	height: 800px;
	width: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top:130px;
}
.img_left {
	background-image: url("../images/a1.jpg");
	float: left;
	background-position: right top;
}
.img_right {
	background-image: url("../images/a2.jpg");
	float: right;
	background-position: left top;
}
.text {
	margin: auto;
	min-width: 900px;
	max-width: 1000px;
	width: 60%;
	background-color: #343333;
	padding: 50px 20px;
	margin: auto;
	margin-top: 340px;
}

h6 {
	color: #FFF;
	border-bottom: 1px solid #CCC;
	text-align: right;
	padding-bottom: 15px;
	margin-left: 300px;
}
.text img {
	margin: auto 30px;
	border: 1px solid #FFF;
}

table {
font-size: 0.73em;
width: 96%;
margin: auto;
}

th {
background-color: #403f3f;
color: #FFF;
text-transform: uppercase;
height: 32px;
padding: 0 5px;
font-size: 0.95em;
}

td {
padding:5px;

}

tr:nth-child(1n) {
    background: #8a8a8a; /* Цвет фона */
   } 
   tr:nth-child(2n) {
    background: #797979; /* Цвет фона */

   } 
.galleri img {
margin: 10px;


}

@media only screen and (max-device-width: 480px) {


.container {
	width: 100%;
	max-width: 400px;
	min-width: 318px;
	
}

.logo {
    margin: 20px 0px auto auto;
    width: 95%;
background-size: 100%;

}
.menu {
	
	width: 295px;
	float: left;
	background-color: #000;
	opacity: 0.98;
	font-size: 1.8em;
padding: 5px 0px 5px 15px;

}
.menu {
	
border-left: none;
border-bottom: 1px dotted #999;
}
.menu:hover {
		
	color: #FC0;

	}

.top_menu {
    height: 0px;
    margin-bottom: 0px;
}
.top_menu a {
text-decoration: none;
color: #FFF;
}
.header, .footer, .text  {
	margin: auto;
	min-width: 316px;
	max-width: 318px;
	width: 90%;
padding: 0px;
}

h6 {
padding: 0px;
	margin: 0px;
clear:both;
width: 98%;
}

.text img {
	margin: auto;
width: 97%;

}
.text {
	
	margin-top: 140px;
}

/* Top Menu */
#menu-btn { cursor: pointer; float: right; width: 17px; padding: 0 20px; height: 44px; position: absolute; top: 90px; right: 5px; z-index: 10;}
	#hamburger { top: 20px; }
	#hamburger:after { bottom: -3px; }
	#hamburger:before, #hamburger:after, #hamburger { background: #fff; content: ""; display: block; height: 3px; left: 0; position: relative; width: 17px; }
	#hamburger:before { top: -6px; }
	#menu-head { display: none; }
	#menu-head.open { display: block; z-index: 2; position: absolute; top: 130px; right: 0px; opacity: 0.85;}
	

table {
font-size: 0.5em;
width: 310px;
margin: auto;
}
.galleri img {
margin: 2px 0px;


}
}