@charset "windows-1251";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.menu a {
	font-size: 16px;
	color: #58B01C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5BAE2A;
	margin-left: 20px;
	text-decoration: none;
}
#logo {
	position: absolute;
	left: 50%;
	top: 10px;
	font-size: 14px;
	font-style: italic;
	color: #D63232;
}
#link {
	position: absolute;
	left: 40%;
	top: 50px;
}


.brend {
	background-color: #83C15E;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
.txt {
	text-align: justify;
	text-indent: 10px;
	padding: 15px;
}
.top_menu a {
	color: #574940;
	text-decoration: none;
}
.menu a:hover {
	border-bottom-style: none;
}
.news {
	padding: 10px;
}
.news b {
	color: #56483F;
	font-size: 14px;
}
.date {
	font-size: 18px;
	color: #D5944E;
}

.top_menu a:hover {
	text-decoration:underline;
}
