* {
	margin: 0;
	padding: 0; 
}
body {
	font: .8em Verdana, Geneva, sans-serif; 
	line-height: 1.4em; 
	background: #6284c5; 
	/*color: #454746;*/
}

a {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

.wrap {
	/*padding: 10px 10px 3px 10px; */
	width: 972px; 
	margin: 6px auto; 
	background: #fff;
}

.header {
	width:972px;
	float:left;
	background: #6284c5 url(../images/header_background.jpg) scroll repeat-x;
	height: 162px;
	margin:0;
	padding:0;

}

.logo {
	float: left;
	margin: 5px 0 0 7px;
	padding: 0 0 0 0;
	width: 168px;
	height: 120px;
}

.logo img {
	border: medium none;
}

.langs_box {
	float: left;
	width: 610px;
	height: 120px;
	margin: 0;
	padding: 0;
}

.langs {
	float:right;
}

.langs a {
	color: #ffffff;
	font: 1em Verdana, Geneva, sans-serif;
	font-weight: 500;
}

.horizontal_menu {
	margin:0;
	padding:0;
	float: left;
	background: #6284c5 url(../images/hmenu_bg.jpg) scroll repeat-y;
	width: 972px;
	height: 37px;
}


.horizontal_menu_box {
	float:left;
	margin: 0;
	padding:0;
	float: left;
	height: 37px;
}

.horizontal_menu_box ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 44px;
} 

.horizontal_menu_box li {
	float: left;
	margin: 0;
	padding: 0;
	height: 37px;
	background:url(../images/menu_delimiter.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

.horizontal_menu_box li a {
	float: left;
	margin:8px 0 0 0;
	padding:0 10px 0 10px;
	display: block;
	color: #294a89;
	text-decoration: none;
	text-align: left;
	font-weight:800;
}

.horizontal_menu_box li a:hover {
	text-decoration: underline;
}

.content_wrap {
	float: left;
	margin:0 0 0 0;
	padding:0;
	width: 972px;
	background: #eef1f3 url(../images/body_backround.jpg) scroll repeat-y;
}

.content_top {
	float: left;
	margin: 0;
	padding: 10px 0 0 20px;
	width: 927px;
}

.ver_menu {
	float:left;
	width:227px;
	margin:0 0 0 0;
	padding:0;
}

.top_yellow_angles {
	float: left;
	width: 227px;
	height: 9px;
	background: #ffd83b url(../images/yellow_top.jpg) scroll no-repeat left top; 
}

.middle_yellow_content {
	float: left;
	width: 227px;
	background: #ffd83b;
}

.middle_yellow_content h3 {
	font: bold 1.25em Verdana, Geneva, sans-serif;
	color: #294a89;
	text-align: center;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	position: relative;
	background-image:url(../images/underline.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.bottom_yellow_angles {
	float: left;
	width: 227px;
	height: 9px;
	background: url(../images/yellow_bottom.jpg) scroll no-repeat left top; 
}

.middle_yellow_content {
	float:left;
	margin:0;
	padding:0 0 10px 0;
}
	

ul.vertical_menu {
	text-align: left;
	color: #ffffff;
	list-style-type: none;
	padding: 0; 
	margin: 0;
}

ul.vertical_menu li {
	float: left;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	line-height: 1.2em;
}

ul.vertical_menu li a {
	padding: 3px 0 0 20px;
	display: block;
	color: #465d7f;
	text-decoration: none;
	text-align: center;
	font:1em Verdana, Geneva, sans-serif;
}

ul.vertical_menu li img {
	margin: 0;
	padding: 0;
	float: left;
}

.container {
	float:left;
	width:683px;
	height:232px;
}

.swp_img {
	float:right;
	width:683px;
	height:232px;
	border:solid 2px #244584;
	margin:0 0 0 0;
	padding:0;
	overflow: hidden;
}

.content_left {
	float:left;
	width: 257px;
	margin:0;
	padding:0;
}

.video_box {
	float:left;
	width:227px;
	margin:0 0 10px 20px;
	padding:0;
}

.video_box_top {
	float: left;
	width: 227px;
	height: 6px;
	margin: 0;
	padding: 0;
	background: #f9f9f9 url(../images/video_top.jpg) scroll no-repeat left top; 
}

.video_box_middle {
	float:left;
	width:224px;
	margin:0;
	background:#f9f9f9;
	border-left:solid 1px #e7e7e7;
	border-right:solid 1px #e7e7e7;
}

.presentation_video {
	float: left;
	margin: 12px 0 0px 6px;
	padding: 0;
	width: 214px;
}

.warning {
	font-size: 1em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0;
	padding-top: 10px;
	text-align: center;
	width: 95%;
}

.warning a {
	font-weight: bold;
	color: #c00;
}

.video_box_middle h3 {
	font: 1.2em Verdana, Geneva, sans-serif;
	color: #3c5d9c;
	text-align: center;
}

.video_box_middle img {
	float: left;
	margin: 15px 0 0 5px;
	border: solid 1px #999;
}

.video_box_middle a {
	float: left;
	width: 200px;
	color: #3c5d9c;
	text-decoration: underline;
	margin: 0px 0 10px 13px;
	padding: 0;
}

.video_box_middle a:hover {
	text-decoration:none;
}

.video_box_bottom {
	float:left;
	width:227px;
	height:6px;
	background: url(../images/video_bottom.jpg) scroll no-repeat left top;
}



.news_box {
	float:left;
	width:227px;
	margin:0 0 10px 20px;
	padding:0;
}

.news_box_top {
	float:left;
	width:227px;
	height:9px;
	background: #3c5d9c url(../images/blue_top.jpg) scroll no-repeat left top; 
}

.news_box_bottom {
	float:left;
	width:227px;
	height:9px;
	background:url(../images/blue_bottom.jpg) scroll no-repeat left top;
}

.news_box_middle {
	float:left;
	width:227px;
	margin:0;
	background:#3c5d9c;
}

.news_box_middle a {
	color:#ffffff;
}

.news_box_middle h3 {
	float:left;
	height:58px;
	padding:0;
	font:1.4em Verdana, Geneva, sans-serif;
	color:#ffffff;
	margin:0 0 0 20px;
	padding:10px 0 0 60px;
	background:url(../images/aktualno_left_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	
}

.news_box_middle p {
	color:#ffffff;
	width:210px;
	text-align:left;
	margin:10px 0 0 15px;
}

.phone_box {
	float:left;
	width:227px;
	margin:0 0 10px 20px;
	padding:0;
}

.phone_box_top {
	float:left;
	width:227px;
	height:9px;
	background: #ffd83b url(../images/yellow_top.jpg) scroll no-repeat left top; 
}

.phone_box_middle {
	float:left;
	width:227px;
	margin:0;
	background:#ffd83b;
}

.phone_box_middle h3 {
	float: left;
	height: 58px;
	padding: 0;
	text-align: center;
	font: bold 1em Verdana, Geneva, sans-serif;
	color: #2e4f8e;
	margin: 0 0 0 8px;
	padding: 5px 0 0 80px;
	background: url(../images/corruption_left_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.phone_box_bottom {
	float:left;
	width:227px;
	height:9px;
	background:url(../images/yellow_bottom.jpg) scroll no-repeat left top;
}

.price_box {
	float:left;
	width:225px;
	height:80px;
	margin:0 0 10px 20px;
	text-align:center;
	background:url(../images/gray_bg.jpg);
}


.price_box a{
	float:left;
	width:220px;
	color: #1b3d7c;
	text-decoration:none;
	font-size:0.9em;
	font-weight:bold;
	margin:10px 0 0 0;
}

.price_box a:hover {
	text-decoration:underline;
}

.content_right {
	float:left;
	width:660px;
	margin: 0 0 0 15px;
	padding:0;
}



.welcome_text {
	float:left;
	padding:0;
}

.welcome_text h3 {
	float:left;
	color:#3c5d9c;
	margin:20px 0 15px 0;
}

.welcome_text p {
	float:left;
	color:#3a3939;
	width:650px;
	text-align:justify;
}

.news_list {
	float:left;
	width:650px;
	margin:30px 0 0 0;
	padding:0;
}

.news_list h3 {
	color:#3c5d9c;
	margin: 0 0 20px 0;
	font: bold 1.2em Verdana, Geneva, sans-serif;
}

.new_article {
	float:left;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	width:650px;
	border-bottom:dashed 1px #CCC;
}

.new_article p {
	margin:10px 0 5px 0;
	padding:0 0 0 0;
}

.new_article img {
	float:left;
	width:96px;
	margin:0 7px 2px 0;
	padding:3px;
	border:solid 1px #b8b8b8;
}

.new_article h2, .new_article h2 a {
	color:#3c5d9c;
	font:bold 1em Verdana, Geneva, sans-serif;
	padding:0 0 0 0;
	margin:0 0 10px 0;
	text-decoration:none;
}

.new_article h2 a:hover {
	text-decoration:underline;
}

.new_article h2 span {
	color:#3c5d9c;
	font:1em Verdana, Geneva, sans-serif;
	padding:0 0 0 3px;
	font-weight:normal;
}

a.more_info {
	color:#3c5d9c;
	text-decoration:underline;
}

a:hover.more_info {
	text-decoration:none;
}
/* Begin: Inner Pages */

.page_title {
	float:left;
	width:100%;
	border-bottom:dashed 1px #CCC;
	margin:15px 0 10px 0;
	padding:0 0 10px 0;
	font:bold 1em Verdana, Geneva, sans-serif;
}

.page_title h3 a{
	color:#3c5d9c;
	margin:0;
}

.listitem {
	padding: 0 10px 0 0;
	margin: 0;
}

.clearfixright {
	display: block;
}

.listitem h2, .listitem h2 a {
	color: #3c5d9c;
	font-size: 1em;
	font-weight: bold;
	margin:10px 0 0 0;
	font: 1em Verdana, Geneva, sans-serif;
	font-weight: bold;
}

.listitem  a {
	color: #3a3939;
}

.listitem h2 span {
	color: #3a3939;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

.listitem a.image {
	float:right;
	margin: 10px 20px 0 15px;
	border:solid 1px #ccc;
	padding:3px
}

.listitem a.image img {
	border:none;
}

.listitem p {
	color: #3a3939;
	margin: 0;
	padding: 5px 20px 0 0;
	text-align: justify;
}

.listitem a.phonebook {
	color: #384bff;
	font-weight: bold;
	text-decoration: underline;
	
}

.float_right {
	float:right;
}

.clear_right {
	clear:right;
}


.hr {
	float:left;
	width:100%;
	height:1px;
	background:url(../images/hr.gif) scroll repeat-x;
	margin:0;
}

/* End: Inner Pages */
.footer {
	float: left;
	margin: 0 0 0 0;
	width: 972px;
	background: #eef1f3 url(../images/body_backround.jpg) scroll repeat-y;
}

.footer p {
	float:right;
	text-align:center;
	color: #979797;
	padding: 0;
	margin: 0 0 0 0;
	width:99%;
}

img.footer_line {
	float:left;
	width:951px;
	height:1px;
	margin:0 0 2px 10px;
}

.footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20%;
} 

.footer li {
	float: left;
	margin: 0 0.15em;
	padding: 0 7px 0 0;
	color: #979797;
} 

.footer a {
	line-height: 2em;
	/*float: left;*/
	color: #979797;
	text-decoration: none;
	text-align: center;
	font:bold 1em Verdana, Geneva, sans-serif;
}

.footer a:hover {
	text-decoration: underline;
}

.footer_shadow {
	float: left;
	width: 972px;
	height: 6px;
	padding: 0;
	margin: 0;
	background: #6284C5 url(../images/footer_shadow.jpg) scroll no-repeat left top; 
}
