@charset "windows-1251";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	overflow: auto;
}
.txt {
	text-align: justify;
	text-indent: 10px;
	padding: 20px;
}
a {
	color: #006699;
}
.copy {
	font-size: 11px;
	color: #666666;
	text-align: center;
}
.zagl {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

#btmenu {
	color: #FFFFFF;
	background: #000000;
	height: 200px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	position: absolute;
	margin-top: 500px;
}
#container #menu {
	height: auto;
	width: 350px;
	float: left;
}
#container #menu li {
	display: block;
	list-style-type: none;
}
#container #menu a {
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	text-decoration: none;
	background: #000000 url(bg.jpg) no-repeat left;
	height: 30px;
	width: 180px;
	display: block;
	outline:0;
	margin-bottom: 5px;
}
#container #menu a:hover {
	color: #CCFF00;
}
#phone {
	position: absolute;
	top: 100px;
	font-size: 24px;
	color: #00FFFF;
	left: 40%;
	width: 250px;

}

