*
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
.clear
{
	clear: both;
	width: 0;
	height: 0;
	font-size: 0px; 
}
body
{
	background: #13181e url(../img/bg_body.jpg) repeat-x;
	font-family: arial;
	font-size: 12px;
	color: #35383a;
}
/*-------------------------------------------------------------------------------------------------------------------------
1)Main
-------------------------------------------------------------------------------------------------------------------------*/
div#main
{
	background: #344050 url(../img/bg_body.jpg) repeat-x;
	margin: 0 auto;
	width: 921px;
	position: relative;
}
div#layout
{
	float: right;
	width: 710px;
	height: 0px;
	background-color: #ffffff;
}
/*-------------------------------------------------------------------------------------------------------------------------
1)Header
-------------------------------------------------------------------------------------------------------------------------*/
div#header
{
	width: 921px;
	height: 43px;
	position: absolute;
	left: 0;
	top: 0;
}
div#header a#logo
{
	width: 921px;
	height: 191px;
	position: absolute;
	left: 0px;
	top: 105px;
	line-height: 400px;
	overflow: hidden;
}
ul#main_menu
{
	background: url(../img/bg_main_menu.jpg) repeat-x 0 0;
	padding: 0;
	width: 921px;
	height: 41px;
	position: absolute;
	top: 63px;
}
ul#main_menu li
{
	height: 41px;
	line-height: 41px;
	float: left;
	display: block;
	font-size: 12px;
}
ul#main_menu li a
{
	padding: 0 25px;
	height: 41px;
	line-height: 41px;
	float: left;
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: url(../img/bg_main_menu_li.jpg) no-repeat right 13px;
}
ul#main_menu li a.last
{
	background: none;
}
ul#main_menu li.active
{
}
ul#main_menu li.active a
{
	color: #ffffff;
	text-decoration: underline;
}
ul#main_menu li a:hover
{
	text-decoration: underline;
}
form#search
{
	position: absolute;
	right: 20px;
	_left: 600px;
	top: 18px;
}
form#search #text_search
{
	background: url(../img/bg_search.jpg) no-repeat 0 0;
	padding: 1px 0 0 5px;
	width: 166px;
	height: 16px;
	float: right;
	color: #000000;
	font-size: 10px;
	margin: 5px 0px 0px 8px;
}

form#search #button_search
{
	background: url(../img/button_search.jpg) no-repeat 0 0;
	padding: 0 0 2px 0;
	/padding: 0;
	width: 27px;
	height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	font-size: 0px;
	float: right;
}
/*-------------------------------------------------------------------------------------------------------------------------
1)Content
-------------------------------------------------------------------------------------------------------------------------*/
div#content
{
	margin: 347px 0px 0px 0px;
	width: 670px;
	float: right;
	color: #5e5f60;
	background-color: #ffffff;
	padding: 15px 20px;
}
div#content.image
{
}
h1
{
	position: absolute;
	left: 211px;
	top: 306px;
	width: 690px;
	height: 41px;
	line-height: 41px;
	background-color: #f4f6fa;
	color: #9b0023;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 20px;
}
div#content.image h1
{
}
div#content h2
{
	color: #9b0023;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 3px;
}
div#content h3
{
	color: #5e5f60;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 3px;
}
div#content h4
{
	color: #5e5f60;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 3px;
}
div#content p
{
	color: #5e5f60;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
}
div#content ol
{
	color: #5e5f60;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 15px 18px;
	list-style-type: decimal;
}
div#content ol li
{
	list-style-type: decimal;
}
div#content ul
{
	color: #5e5f60;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 15px 14px;
	list-style-type: square;
}
div#content ul li
{
	list-style-type: square;
}
div#content table.table
{
	width: 100%;
	margin: 0 0 18px 0;
}
div#content table.table th
{
	color: #35383a;
	background-color: #f4f6fa;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px 3px;
}
div#content table.table th.first
{
	width: 164px;
	text-align: left;
}
div#content table.table td
{
	color: #35383a;
	font-size: 12px;
	padding: 2px 3px;
	border-bottom: 1px dotted #333333;
}
div#content table.table td.center
{
	text-align: center;
}
div#content table.table td .red
{
	color: #9b0023;
}
div#content a
{
	color: #5b6d8c;
	text-decoration: underline;
}
div#content a:hover
{
	color: #9b0023;
	text-decoration: underline;
}
div#content img
{
	border: solid 5px #e9eef1 !important;
}
div#content img.noborder
{
	border: 0px !important;
}
div#content hr
{
	width: 100%;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #5e5f60;
	margin-bottom: 15px;
	clear: both;
}
div#content div.article
{
	margin: 30px 30px 0 30px;
	padding: 30px 0 0 0;
	border-top: solid 1px #333333;
}
div#content div.article img
{
	margin: 0 30px 30px 30px;
	float: left;
	border: solid 4px #333333;
}
div#content div.article h2
{
	margin: 0 30px 5px 30px;
	color: #5e5f60;
	font-weight: normal;
	font-size: 13px;
}
div#content div#gallery
{
	margin: 30px -15px 0 0px;
	float: left;
}
div#content div.gallery_right
{
	margin: 0px 0px 15px 15px !important;
	float: right !important;
}
div#content div#gallery a {
	display: block;
	margin: 0 12px 12px 0;
	_margin: 0 12px 0px 0;
	float: left;
	color: #5e5f60;
	font-weight: bold;
	text-decoration: none;
}
div#content div#gallery a:hover {
	color: #5e5f60;
	text-decoration: none;
}
div#content div#gallery a img
{
	border: solid 5px #e9eef1 !important;
}
div#content div#gallery a:hover img
{
	border: solid 5px #7c96b8 !important;
}
div#content div.gallery_right a
{
	float: none !important;
	margin: 0 0 15px 0 !important;
	_margin: 0 0 0px 0 !important;
}
div#content div#gallery h2
{
	margin: 0 30px 15px 0;
	color: #5e5f60;
	font-weight: normal;
	font-size: 13px;
}
div#content form#login
{
	margin: 0 0 15px 30px;
	width: 635px;
}
div#content form#login label
{
	width: 100px;
	display: block;
	float: left;
}
div#content form#login .text_login
{
	margin: 0 0 10px 0;
	padding: 5px;
	width: 360px;
	border: solid 1px #cccccc;
}
div#content form#login fieldset
{
	background: #2a2a2a;
	padding: 30px;
	/padding: 0 30px 30px 30px;
	border: solid 1px #1f1f1f;
}
div#content form#login legend
{
	background: #333333 url(../img/bg_legend.jpg) repeat-y;
	/margin: 0 0 20px 0;
	padding: 7px 15px;
	border: solid 1px #1f1f1f;
}
div#content form#login #button_login
{
	background: #333333 url(../img/button_send.jpg) repeat-y;
	margin: 20px 0 0 0;
	width: 131px;
	height: 39px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}
div#content div#dn_navigace
{
	background: #2c2c2c url(../img/bg_dn_navigace.jpg) no-repeat left top;
	padding: 0 0 0 260px;
	width: 700px;
	height: 40px;
	color: #fff;
	position: absolute;
	left: 20px;
	top: 227px;
}
div#content div#dn_navigace p
{
	margin: 0;
	color: #999999;
	line-height: 25px;
}
div#content div#dn_navigace p a
{
	margin: 0;
	color: #999999;
}
div#content div#dn_navigace p a:hover
{
	color: #ffffff;
}
div#content div#dn_navigace p a.active
{
	text-decoration: none;
	font-weight: bold;
}
div#content div#dn_navigace p a.active:hover
{
	color: #999999;
}
div#content #img_big
{
	position: absolute;
	left: 0px;
	top: 104px;
	border: 0 !important;
}
div#content #contact
{
	float: right;
}
div#content #contact p
{
	float: left;
	width: 225px;
	margin: 4px 0 0 0;
	clear: both;
}
div#content #contact label
{
	margin: 1px 0 0 0;
	width: 70px;
	display: block;
	float: left;
}
div#content #contact .text
{
	font-family: arial;
	font-size: 12px;
	width: 145px;
	background-color: #f4f6fa;
	color: #5b6d8c;
	border: 1px solid #5b6d8c;
}
div#content #contact textarea
{
	font-family: arial;
	font-size: 12px;
	margin: 0 5px 0 0;
	width: 145px;
	height: 80px;
	background-color: #f4f6fa;
	color: #5b6d8c;
	border: 1px solid #5b6d8c;
}
div#content #contact .submit
{
	font-family: arial;
	font-size: 12px;
	background-color: #f4f6fa;
	color: #5b6d8c;
	border: 1px solid #5b6d8c;
}
div#content div.results a
{
	text-decoration: none;
}
div#content div.results a strong
{
	line-height: 18px;
	font-size: 14px;
	text-decoration: underline;
}
div#content div.results a em
{
	line-height: 16px;
	color: #5b6d8c;
	font-style: normal;
	text-decoration: none;
}
/*-------------------------------------------------------------------------------------------------------------------------
1)Sidebar
-------------------------------------------------------------------------------------------------------------------------*/
div#sidebar
{
	margin: 306px 0 0 0;
	width: 210px;
	float: left;
}
div#sidebar h2.header
{
	display: block;
	width: 177px;
	height: 41px;
	line-height: 30px;
	clear: both;
	color: #d5dfeb;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	background: #242c38 url(../img/bg_sidebar_menu.jpg) no-repeat 0 0;
	padding-left: 34px;
}
div#sidebar ul#sidebar_menu
{
	width: 211px;
	background-color: #242c38;
	padding: 0 0 10px 0;
	margin: 0px;
}
div#sidebar ul#sidebar_menu li
{
	display: block;
	line-height: 28px;
	clear: both;
}
div#sidebar ul#sidebar_menu li a
{
	padding: 0 0 0 32px;
	height: 28px;
	width: 179px;
	line-height: 28px;
	color: #d5dfeb;
	display: block;
	text-decoration: none;
	background: #242c38 url(../img/bg_sidebar_menu_li.jpg) no-repeat 18px 12px;
}
div#sidebar ul#sidebar_menu li.active a
{
	color: #ffffff;
	text-decoration: underline;
}
div#sidebar ul#sidebar_menu li a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
div#sidebar ul#sidebar_menu li.sub
{
	display: block;
	line-height: 30px;
}

div#sidebar ul#sidebar_menu li ul
{
	float: left;
}
div#sidebar ul#sidebar_menu li ul li
{
}
div#sidebar ul#sidebar_menu li ul li a
{
	padding: 0 0 0 46px;
	width: 165px;
	background: #242c38 url(../img/bg_sidebar_menu_li.jpg) no-repeat 32px 12px;
}
div#sidebar ul#sidebar_menu li ul li a:hover
{
}
div#sidebar div.box
{
	background-image: #344050;
	width: 211px;
	margin: 0 0 10px 0;
	clear: left;
	padding-bottom: 10px;
}
div#sidebar div.box h2, div#sidebar div.box h3
{
	display: block;
	width: 177px;
	height: 41px;
	line-height: 30px;
	clear: both;
	color: #d5dfeb;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	background: #344050 url(../img/bg_sidebar_menu2.jpg) no-repeat 0 0;
	padding-left: 34px;
	margin-bottom: 8px;
}
div#sidebar div.box ul
{
	color: #d5dfeb;
	margin-bottom: 15px;
}
div#sidebar div.box p
{
	margin: 0 0 0 15px;
	color: #d5dfeb;
}
div#sidebar div.box a
{
	color: #d5dfeb;
	text-decoration: underline;
}
div#sidebar div.box a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/*-------------------------------------------------------------------------------------------------------------------------
1)Footer
-------------------------------------------------------------------------------------------------------------------------*/
div#footer
{
	background-color: #505a67;
	margin: 0;
	height: 42px;
	line-height: 17px;
	clear: both;
	padding-top: 7px;
	padding-left: 15px;
	color: #ffffff;
}
div#footer a
{
	color: #ffffff;
}
div#footer a:hover
{
	color: #ffffff;
}

#backlink {
	display: none;
}

#ad_intro a.click {
	position: absolute;
	top: 261px;
	margin-left: -112px;
	_margin-left: 132px;
	width: 729px;
	height: 399px;
	background: #000000 url(../img/intro.gif) no-repeat 0 0;
}

#ad_intro a.close {
	position: absolute;
	top: 261px;
	margin-left: 586px;
	_margin-left: 830px;
	width: 30px;
	height: 30px;
}

#ad_intro a.close:hover {
	background: transparent url(../img/intro_close.gif) no-repeat 1px 0px;
}
