@charset "utf-8";
/* CSS Document */

body.bg {
	background: url(fon2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

div.menu {
	background: rgba(255, 255, 255, 0.8);
	/* Internet Explorer */
	filter: alpha(opacity=30);
	border: 0px solid #333333;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 5px;
	width: 1150px;
	color: #c23d56;
	font-weight: bold;
	font-family: Verdana;
	font-size: 18px;
}  

div.text {
	background: rgba(255, 255, 255, 0.8);
	border: 0px inset #020202;
	border-radius: 10px;
	padding: 15px;
	width: 1150px;
	/* Internet Explorer */
	filter: alpha(opacity=70);
    text-align: left
}  

div.text p {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	}

li {
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	}
	
div.red {
	color: #FF0004;
	font-family: Verdana;
	font-size: 14px;
	}	

hr.one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}
.zagolovok {
	color: #000000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 20px;
	text-align: center;
}

table {
	border-spacing: 7px;
	border: 0;
	
}

.ppp {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	}

.menu_zagolovok {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	}

.menu_sub {
	font-family: "Trebuchet MS";
	font-size: 15px;
}

a {
	color: #C11A00;
}

a.menu {
	color: #275725;
}

a:hover {
	text-decoration: none;
}