/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/background.gif);
	border-top: 1px solid #fff;
}

#boxcontent {
	width: 852px;
	background: url(images/back_content.png) repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#boxcontent {
 	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/back_content.png', sizingMethod='scale');
}

#footer {
	width: 852px;
	height: 31px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/bottom.png) no-repeat;
}

#footer {
 	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottom.png', sizingMethod='crop');
}

#left {
	width: 189px;
	float: left;
	padding-left: 53px;
}

#right {
	margin-left: 282px;
	padding-top: 63px;
	padding-right: 50px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222222;
	padding-bottom: 50px;
}

#right a {
	color: #004493;
}

#right a:hover {
	color: #96bf0d;
}

#right p {
	font-size: 13px;
	line-height: 17px;
}

#right h1 {
	color: #004494;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding: 0 0 12px 0;
	margin: 0;
}

#boxrss {
	width: 516px;
	background: #E7EAF3 url(images/bck_boxrss.jpg) no-repeat;
	margin-top: 30px;
	
}

#boxrss #titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 20px 0 60px;
	margin: 0;
	color: #004493;
}

#boxrss #feed img {
display:none;
}
/*
.feedNewsContent a{
	display:none;
}
*/
#boxrss #feed p,#boxrss #feed a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #222222;
	padding: 5px 20px 0 60px;
	margin: 0;
}

#boxrss #feed a {
	text-decoration:underline;
	color: #004493;
}
#boxrss #feed a:hover {
	text-decoration:underline;
	color: #004493;
}

#feedNewsContent a {
	display:none;
}

#boxrssbottom {
	width: 516px;
	height: 9px;
	background: url(images/bottom_rssbox.jpg) no-repeat;
}

