﻿*{
	margin:0;
	padding:0;
}
html, body {margin:auto; 
	background-color:black;
	background-image: url("w5.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
  	background-attachment: fixed;
	font-family: "Arial";
	width:100%;
}



div {
	text-align:center;
	font-family: Verdana;	
	line-height:25px;
	color:white;
}

#menu {	
	padding-top:8px;
	float:left;
	color:yellow;
	width:100%;
	height:21%;
	text-align:center;
	line-height:25px;
	font-size:22px;
	//border:1px solid red;
}
	#menu a{ font-size: 18px; width:280px; margin:15px; padding:5px; text-align:center; text-decoration:none; border:1px black}
    	#menu a:link   { color:white;} 
	#menu a:visited{ color:white;}
    	#menu a:hover  { color:yellow}

	#goren { float:left; 
		width:100%; 
		padding:9px; 
		line-height:10px; 
		height:15%;
		background-image: url("fel3.png");
	} 
	#goren a:hover{color:black}
		#lqvo{
			float:left;
			height:55%;
		 	width:17%;
			//border:1px solid black;
		}
		#sreda{
			float:left;
		 	width:69%;
			//border:1px solid black;
		}
		#dqsno{
			float:right;
			width:10%;
			//height:30%;
			//border:1px solid black;
		}

#content1 {
	font-weight:normal;
	text-align:left;
	width:100%;
	height:auto;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:15px;
	background-color: rgba(0, 0, 0, 0.65);
	border-radius:15px;	
	margin-top:10px;
	margin-bottom:20px;
}

#footer {
	color:white;
	width:100%;
	height:3%;
	
	margin-top:20px;
	float:left;
	text-align:center;
        }
form {display: inline-block;}


.ch23{
	font-weight:bold;
	font-size:1rem;
	line-height:0.5;
}

@media only screen and (min-width: 768px){
html, body { height: 100%; width: 100%; margin: 0; }


	.ch23{
		font-size:1.3rem;
		font-weight:normal;
		line-height:1.4;
	}
}