@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;	
}

body{
	max-width: 1920px;
	min-width: 1000px;
	margin: 0 auto;
color: #1a0000;
font-family:arial;
 cursor: url(http://mnogoblog.ru/cur116.cur), progress !important ;

}

a {cursor: url(http://mnogoblog.ru/cur117.cur), progress !important;}

.header{
width: 100%;
	height: 390px;
	
}

a{
	text-decoration: none;
}

div{
    max-width: 100%;
}
img{
	max-width: 100%;
}


.header_bg{
	height: 390px;
		border: 0px solid white;
	background: url('image/rastr/shapa2.jpg')100% 100% no-repeat;
	background-size: cover;
	
	
           
	
}


.logo{
	margin-left: 3%;
	display: inline-block;
	margin-top:66px;
	width:149px;
	height: 215px;
}

li{
	float: left;
	margin-left: 136px;
	color: 0961ba;
	list-style: none;
	
}
ul{
	margin-top: -570px;
}

/* menu and content */
.menu{
	width: 1024px;
	margin: 0px auto;
	margin-top:300px;

	
}
.button {
	display:inline-block;
	margin: 10px 15px 0px 15px;
}

#home {
	display: block;
	padding: 30px;
}
#home-button {
	opacity: 1.0;
	border-bottom: 1px solid black;
}

#child {
	display: none;
	padding: 30px;
}
#child-button {
	opacity: 0.5;
	border-bottom: 1px solid black;
}

#area {
	display: none;
	padding: 30px;
}
#area-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}

#map {
	display: none;
	padding: 30px;
}
#map-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}
#arhiv {
	display: none;
	padding: 30px;
	
}
#arhiv-button {
	opacity: 0.5;
	border-bottom: 1px solid black;

}

#content{
	width:1000px;
	margin-top:159px;
	margin: 0 auto; /*Very impotant NE TROGAI*/
height: auto;
display: block;


	
}

a{
	color: #ffffff;
}

.footer{
	position: relative;
	max-width: 1920px;

	min-width: 1000px;
	background-image: url('image/rastr/podwal_2.jpg');
	background-repeat: no-repeat;
	background-position: center ;
	height:243px;
	overflow: visible; 
	
	margin: 0 auto;

}
/* end of menu and content */


.fadein {
position:relative;
height:250px;
width:500px;
}
.fadein img {
position:absolute;
left:0;
top:0;
}