@import url("search.css");
@import url("menu.css");

* 
{
	font-family: arial;
	font-size: 13px;
}

body
{
	background-color: #000000;
	margin-top: 0px;
	padding: 0px;
	color: #000000;
	text-align:center;
}

a {
	text-decoration: none;
	color:#ffffff;
	font-weight:bold;
	font-size: 14 px;
}


a:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-weight:bold;
	text-decoration: underline;
}
#menu_main {
	/*background-color:#d0dfe3;*/
	width: 1000px;
}

#main_content {
	width:1000px;
	margin: 0px auto;
	text-align:left;
}

#header {
	height:100px;
}
#logo {
	float:left;
}
.news{
	background-color: #FFFFFF;
	margin-top: 0px;
	padding: 5px;
	color: #000000;
	text-align:left;
}

.news h2{
	font-size: 28px;
}

.lastchange{
	color: #BB0000;
}

.lastchange a:hover{
	color: #BB0000;
	text-decoration: underline;
}

.lastchangeb{
	color: #000000;
}

.lastchangeb a{
	color: #000000;
}

.lastchangeb a:hover{
	color: #666666;
	text-decoration: underline;
}

.newslist{
	background-color: #999999;
	margin-top: 0px;
	padding: 5px;
	color: White;
	text-align:left;
	border-color: #999999;
	border: 1px solid;
}

.newslist2{
	background-color: #666666;
	margin-top: 0px;
	padding: 5px;
	color: #999999;
	text-align:left;
	border-color: White;
	border: 1px solid;
}

.catalog_category{
	width: 324px;
	float: left;
}

.catalog_category a {
	text-decoration: none;
	color:#147e0f;
	font-weight:bold;
	font-size: 14 px;
}

.catalog_category a:hover {
	text-decoration: none;
	color: #126c14;
	font-weight:bold;
	text-decoration: underline;
}
