@charset "utf-8";
/* CSS Document */
body {
	background: #5986A0 url('../image/bg.png') repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}
* {
	margin:0px;
	padding:0px;
}
h1, h2, h3, hp, h5, ul, li {
	margin: 0px;
	padding: 0px;
}
ol, ul { margin-left: 55px; }
img {
	border: 0px;
	margin:0px;
	padding: 0px;
}
p {
	margin: 0 22px 10px 22px;
	text-align:justify;
}
a, a:visited {
	color:#5986A0;
	text-decoration:none;/*border-bottom: 1px dashed #5986A0;*/
}
a:hover {
	color:#F00;
	text-decoration:none;/*border-bottom: 1px dashed #F00;*/
}
.clear { clear:both; }
#container {
	margin: 50px auto 0 auto;
	width: 940px;
	background-color:#E2ECF9;
}
#topcontainer {
	background: #FFF url('../image/topcontainer.png');
	height: 44px;
}
/* language */
	#language {
	float:right;
	margin-top: 15px;
}
#language li {
	background:url('../image/lnormal_left.png') no-repeat left top;
	list-style-type:none;
	float:left;
	height:25px;
	margin-right:10px;
	display:inline;
	font-size:12px;
}
#language a {
	color:#44667D;
	text-decoration:none
}
#language a:hover { color:#FC0 }
#language li a {
	background:url('../image/lnormal_right.png') no-repeat right top;
	float:left;
	padding:1px 12px 1px 12px
}
#language li.active { background:url('../image/anormal_left.png') no-repeat left top }
#language li.active a {
	background:url('../image/anormal_right.png') no-repeat right top;
	color:#fff
}
#language li.active a:hover { color:#fff }
.header { background-color:#FFF; }
.logo {
	margin:0 0 0 0px;
	width:940px;
	height:107px;
/*	display:block;
	
	text-indent:-9999em;
	background: #FFF url('../image/logo.png') no-repeat;

*/
}
.logo img {
	margin:0 0 0 0px;
}
#left {
	width: 200px;
	background-color:#FFF;
	margin-top: 30px;
	float:left;
}
.topleft {
	background: #FFF url('../image/topleft.png') top no-repeat;
	height: 15px;
}
.bottomleft {
	background: #FFF url('../image/bottomleft.png') bottom no-repeat;
	height: 15px;
}
/* meniu for mainmenu */
	ul#mainmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainmenu li { height: 24px; }
#mainmenu li a {
	color: white;
	text-decoration: none;
	font: 12px verdana;
	display:block;
	background: #95B2C2;
	padding: 5px 0 4px 10px;
	border-bottom: 1px dotted #FFF;
}
#mainmenu li a:hover {
	color: white;
	background: #759AB0;
}
#mainmenu li.select a {
	color: #44667D;
	background: #E2ECF9;
}
#contentbox {
	width: 715px;
	background-color:#FFF;
	margin-top: 30px;
	float: right;
}
#content ul {
	margin: 0px 22px 10px 22px;
	padding: 0px;
	list-style-type:circle;
	list-style:inside
}
#content li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #E2ECF9;
	margin: 3px;
	padding-left: 5px;
	color:#999
}
.topcontent {
	background: #FFF url('../image/topcontent.png') top;
	height: 21px;
}
h2 {
	background: #FFF url('../image/h2.png') repeat-y;
	margin: 0 0 10px 12px;
	padding-right: 12px;
	color: red;
	font-size:23px;
	font-weight:normal;
}
h4 {
	margin: 0 0 10px 12px;
	padding-right: 12px;
padding-left: 10px;
	color:#F47920;
	font-size:16px;
	font-weight:normal;
}
.bottomcontent {
	background:#FFF url('../image/bottomcontent.png') bottom;
	height: 20px;
}
#bottom {
	background: #FFF url('../image/containerbottom.png') no-repeat;
	height:30px;
}
#copy {
	text-align:right;
	background-color: #5986A0;
	color:#C5D1D8;
	font-style:italic;
	font-size: 12px;
	padding-right: 20px;
	padding-bottom: 25px;
}
#copy a, #copy a:visited {
	color:#FFF;
	font-weight: bold;
	background-color: #5986A0;
}
#copy a:hover {
	color:#FFF;
	border-bottom: 1px dashed #FFF;
	background-color: #5986A0;
}
/* News */
#body_news {
	margin-left: 15px;
	margin-right: 15px;
}
.date_news {
	color:#999;
	font-size:11px; margin: 5px 0;
}
.news p {
	margin:0px;
	padding: 0px;
}
.news img {
	float:left;
	margin-right: 10px;
}
.more{margin-bottom: 10px; text-align:right;}
.news-single-img{float:left; width: 200px; margin-top: 10px;}
.news-single-imgcaption{font-style:italic; float:left; font-size: 11px;width: 150px;}
.news-list-browse{border-bottom: 1px solid #999;}