@charset "utf-8";
/*CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/*KRAJ CSS RESET*/

/*LAYOUT*/
body {
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	color:#000;
	z-index:0;
}
h1{
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-size:16px;
	line-height:22px;
	font-color:#333;
}
h2{
	color:#663300 !important;
	font-size:12px;
	letter-spacing:2px;
	margin:0;
	padding-top:0;
	text-transform:uppercase;
	}
h3{
	font-size:11px;
	margin:15px 15px;
	text-align:left;
	wdith:300px;
	}

/*ELEMENTS*/
a {
	color:#CC3300;
	text-decoration:none;
	}
a:visited {
	color:#CC3300;
	text-decoration:none;
	}
a:active {
	color:#CC3300;
	text-decoration:none;
	}
a:hover {
	color:#CC3300;
	text-decoration:underline;
	}
#topnewsscroll a {
	font-size:12px;
	color:#000;
	text-decoration:none;
	}
#topnewsscroll a:visited {
	font-size:12px;
	color:#000;
	text-decoration:none;
	}
#topnewsscroll a:active {
	font-size:12px;
	color:#000;
	text-decoration:none;
	}
#topnewsscroll a:hover {
	font-size:12px;
	color:#000;
	text-decoration:underline;
	}
.header{
	width:990px;
	margin:0 auto;
	height:120px;
	}
.logo{
	padding-top:20px;
	float:left;
	width:385px;
	}
.header_info{
	padding-top:20px;
	float:right;
	width:550px;
	}
.header_datum{
	font-size:16px;
	margin-bottom:3px;
	font-weight:bold;
	text-align:right;
	}
.header_tools{
	text-align:right;
	line-height:17px;
	}
.header_top_news{
	text-align:right;
	line-height:17px;
	margin-top:30px;
	}
.menu{
	width:100%;
	border-top:1px solid #CBCACA;
	border-bottom:1px solid #CBCACA;
	}
.menu_inner{
	width:990px;
	margin:0 auto;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	}
.menu_item{
	float:left;
	margin-left:18px;
	}
.content{
	width:990px;
	margin:0 auto;
	min-height:500px;
	padding-top:15px;
	}
.content_left{
	float:left;
	width:656px;
	}
.content_right{
	float:left;
	width:315px;
	margin-left:15px;
	border-left:1px solid #CBCACA;
	}
.main_news{
	line-height:16px;
	}
.footer{
	border-top:1px solid #CBCACA;
	margin-top:15px;
	min-height:190px;
	width:100%;
	background-color:#D3DEDA;
	}
.footer_inner{
	width:990px;
	margin:0 auto;
	padding-top:15px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.news_rest{
	border-top:1px solid #CBCACA;
	padding-top:15px;
	}
.news_category{
	float:left;
	width:325px;
	}
.news_related{
	float:left;
	width:327px;
	border-left:1px solid #CBCACA;
	min-height:450px;
	}
.iframe_header{
	width:990px;
	margin:0 auto;
	height:50px;
	}
