*
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}
.clear
{
	clear: both;
	width: 0;
	height: 0;
}
body
{
	background: #333333 url(../img/bg_body.jpg) repeat-x 0 -20px;
	font-family: arial;
	font-size: 12px;
	color: #252a35;
}
/*-------------------------------------------------------------------------------------------------------------------------
1)Main
-------------------------------------------------------------------------------------------------------------------------*/
div#main
{
	background: url(../img/bg_main.jpg) repeat-y 0 0;
	margin: -20px auto 0 auto;
	width: 1000px;
	position: relative;
}
/*-------------------------------------------------------------------------------------------------------------------------
1)Header
-------------------------------------------------------------------------------------------------------------------------*/
div#header, div#header_en
{
	background: url(../img/bg_header.jpg) no-repeat left top;
	width: 1000px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
}
div#header_en
{
	background: url(../img/bg_header_en.jpg) no-repeat left top;
}
a#logo
{
	width: 304px;
	height: 89px;
	position: absolute;
	left: 20px;
	top: 60px;
	line-height: 288px;
	overflow: hidden;
}
ul#lang
{
	float: right;
	margin: 48px 19px 0 0;
}
ul#lang li
{
	float: left;
	list-style-type: none;
}
ul#lang li a
{
	display: block;
	float: left;
	width: 24px;
	height: 16px;
	text-decoration: none;
	margin-left: 8px;
	_margin-left: 8px;
}
ul#lang li a.cz
{
	background: transparent url('../img/flag_cz.jpg') no-repeat;
}
ul#lang li a.sk
{
	background: transparent url('../img/flag_sk.jpg') no-repeat;
}
ul#lang li a.en
{
	background: transparent url('../img/flag_en.jpg') no-repeat;
}
ul#lang li a.de
{
	background: transparent url('../img/flag_de.jpg') no-repeat;
}
ul#lang li a.pl
{
	background: transparent url('../img/flag_pl.jpg') no-repeat;
}
ul#lang li a span
{
	display: none;
}
ul#main_menu
{
	background: url(../img/bg_main_menu.jpg) no-repeat 0 0;
	padding: 0 0 0 20px;
	width: 980px;
	height: 79px;
	position: absolute;
	right: -20px;
	top: 150px;
}
ul#main_menu li
{
	background: url(../img/inside_01.jpg) no-repeat right 9px;
	/* background: transparent url(../img/inside_01.jpg) no-repeat right 14px; // snih */
	height: 78px;
	float: left;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 70px;
}
ul#main_menu li a
{
	padding: 0 20px;
	height: 78px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
}
ul#main_menu li.active
{
	background: transparent url(../img/active_ruzek.gif) no-repeat center bottom;
}
ul#main_menu li.active a
{
	background: transparent url(../img/active_right.gif) no-repeat right top;
	padding: 0 20px 0 0;
	color: #000;
}
ul#main_menu li.active a span
{
	background: transparent url(../img/active_left.gif) no-repeat left top;
	width: 20px;
	height: 78px;
	float: left;
	display: block;
}
ul#main_menu li.first a {
	padding: 0 20px 0 1px;
}
ul#main_menu li.first a span
{
	background: url(../img/inside_01.jpg) no-repeat left 9px;
	width: 20px;
	height: 78px;
	float: left;
	display: block;
	margin-left: -1px;
}
ul#main_menu li a:hover
{
	text-decoration: underline;
}
form#search
{
	position: absolute;
	right: 20px;
	_left: 680px;
	top: 100px;
}
form#search #text_search
{
	background: url(../img/bg_search.jpg) no-repeat 0 0;
	padding: 6px 0 0 10px;
	width: 219px;
	height: 22px;
	float: left;
	color: #fff;
}
form#search #button_search
{
	background: url(../img/button_search.jpg) no-repeat 0 0;
	padding: 0 0 2px 0;
	/padding: 0;
	width: 71px;
	height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	font-size: 10px;
	/font-size: 11px;
	float: left;
}
/*-------------------------------------------------------------------------------------------------------------------------
1)Content
-------------------------------------------------------------------------------------------------------------------------*/
div#content
{
	margin: 432px 50px 15px 30px;
	_margin: 432px 25px 15px 30px;
	width: 670px;
	float: right;
	color: #fff;
}
div#content.image
{
	margin: 525px 50px 15px 30px !important;
	_margin: 525px 25px 15px 30px !important;
}
h1
{
	position: absolute;
	left: 250px;
	top: 347px;
	width: 699px;
	height: 60px;
	line-height: 60px;
	background: #333333 url(../img/bg_h1.jpg) no-repeat right top;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	padding: 0 0 0 30px;
}
h1.image
{
	top: 440px;
}
div#content h2
{
	color: #ff0000;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 3px;
}
div#content h3
{
	color: #999999;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 3px;
}
div#content h4
{
	color: #999999;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 3px;
}
div#content p
{
	color: #999999;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 15px;
}
div#content ol
{
	color: #999999;
	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: #999999;
	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 .float_right
{
	float: right;
}
div#content .gray
{
	color: #999999;
}

div#content table.table
{
	width: 100%;
	margin: 0 0 18px 0;
}
div#content table#car
{
	width: 382px !important;
}
div#content table.table th
{
	color: #999999;
	background-color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px 3px;
}
div#content table.table th.image
{
	width: 135px;
	text-align: left;
}
div#content table.table th.first
{
	width: 250px;
	text-align: left;
}
div#content table.table th.car
{
	width: 235px;
	text-align: left;
}
div#content table.table th.price
{
	width: 56px;
	text-align: right;
}
div#content table.table td
{
	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.right, div#content table.table th.right
{
	text-align: right;
}
div#content table.table td.noborder
{
	border: none;
}
div#content table.table td.image
{
	vertical-align: top;
	border: none;
}
div#content table.table td.image img
{
	margin-top: 2px;
	border: solid 5px #333333 !important;
}
div#content table.table td .red
{
	color: #ff0000;
}
div#content table.table td .gray
{
	color: #999999;
}
div#content table.table a.car
{
	color: #ffffff;
	text-decoration: none;
}
div#content table.table a.car:hover
{
	color: #ffffff;
	text-decoration: underline;
}
div#content img.car_logo
{
	margin: 0px 0px 15px 16px;
}
div#content #car_img
{
	margin: 2px 0px 15px 15px !important;
	float: right !important;
	color: #c0c0c0;
}
div#content #car_img img
{
	border: solid 5px #333333 !important;
}
div#content a
{
	color: #ff0000;
	text-decoration: underline;
}
div#content a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
div#content img
{
	border: solid 5px #333333 !important;
}
div#content img.noborder
{
	border: 0px !important;
}
div#content hr
{
	width: 100%;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #999999;
	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: #999999;
	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_tabs
{
	margin: 7px -15px 0 0px !important;
}
div#content div#gallery a {
	display: block;
	margin: 0 15px 15px 0;
	_margin: 0 15px 0px 0;
	float: left;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
div#content div#gallery a:hover {
	color: #ffffff;
	text-decoration: none;
}
div#content div#gallery a img
{
	border: solid 5px #333333 !important;
}
div#content div#gallery a:hover img
{
	border: solid 5px #999999 !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: #999999;
	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#stin_levy
{
	background: #333333 url(../img/bg_stin_levy.jpg) no-repeat 0 0px;
	width: 20px;
	height: 550px;
	position: absolute;
	left: 0;
	top: 150px;
}
div#content div#stin_pravy
{
	background: #333333 url(../img/bg_stin_pravi.jpg) no-repeat 0 0px;
	width: 20px;
	height: 550px;
	position: absolute;
	right: 0;
	top: 150px;
}
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: 230px;
	top: 40px;
	border: 0 !important;
}
div#content #slideshow_banner
{
	position: absolute;
	left: 230px;
	top: 40px;
	width: 729px;
	height: 80px;
	background: #000000;
	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: #333333;
	color: #ffffff;
	border: 1px solid #4d4d4d;
}
div#content #contact textarea
{
	font-family: arial;
	font-size: 12px;
	margin: 0 5px 0 0;
	width: 145px;
	height: 80px;
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #4d4d4d;
}
div#content #contact .submit
{
	font-family: arial;
	font-size: 12px;
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #4d4d4d;
}
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: #999999;
	font-style: normal;
	text-decoration: none;
}
div#content #order_tabs p
{
	float: left;
	width: 390px;
	margin: 4px 0 0 0;
	clear: both;
}
div#content #order_tabs label
{
	margin: 1px 0 0 0;
	width: 83px;
	display: block;
	float: left;
}
div#content #order_tabs label.label_radio
{
	margin: 0;
	display: inline;
	float: none;
}
div#content #order_tabs .text
{
	font-family: arial;
	font-size: 12px;
	width: 295px;
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #4d4d4d;
}
div#content #order_tabs textarea
{
	font-family: arial;
	font-size: 12px;
	margin: 0 5px 0 0;
	width: 295px;
	height: 80px;
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #4d4d4d;
}
div#content #order_tabs .submit
{
	font-family: arial;
	font-size: 12px;
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #4d4d4d;
}

/*-------------------------------------------------------------------------------------------------------------------------
1)Sidebar
-------------------------------------------------------------------------------------------------------------------------*/
div#sidebar
{
	margin: 267px 0 0 20px;
	_margin: 267px 0 0 10px;
	width: 230px;
	float: left;
}
div#sidebar ul#sidebar_menu li
{
	background: #000000 url(../img/bg_left_menu.jpg) repeat-x 0 0;
	display: block;
	line-height: 40px;
	clear: both;
}
div#sidebar ul#sidebar_menu li a
{
	padding: 0 0 0 20px;
	height: 40px;
	color: #999999;
	display: block;
	text-decoration: none;
}
div#sidebar ul#sidebar_menu li.active a
{
	color: #fff;
	font-weight: bold;
}
div#sidebar ul#sidebar_menu li a:hover
{
	color: #fff;
	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
{
	background: #000000 url(../img/bg_left_menu.jpg) repeat-x 0 0;
	display: block;
	line-height: 30px;
	width: 230px;
}
div#sidebar ul#sidebar_menu li ul li a
{
	background: url(../img/inside_02.gif) no-repeat 20px 8px;
	padding: 0 0 0 40px;
	height: 30px;
	color: #999999;
	display: block;
	text-decoration: none;
}
div#sidebar ul#sidebar_menu li ul li a:hover
{
	color: #fff;
}
div#sidebar div.box
{
	background: url(../img/bg_box.jpg) repeat-y;
	width: 198px;
	margin: 10px 0 0 16px;
	clear: left;
}
div#sidebar div.box_top
{
	background: url(../img/bg_box_top.jpg) no-repeat 0 top;
	width: 198px;
	padding: 15px 0 0 0;
}
div#sidebar div.box_bottom
{
	background: url(../img/bg_box_bottom.jpg) no-repeat 0 bottom;
	width: 198px;
	padding: 0 0 15px 0;
}
div#sidebar div.box h2, div#sidebar div.box h3
{
	margin: 0 15px 15px 15px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	display: block;
}
div#sidebar div.box ul
{
	margin: 0 0 0 15px;
	color: #999999;
}
div#sidebar div.box p
{
	margin: 0 15px 0 15px;
	color: #999999;
}
div#sidebar div.box a
{
	color: #999999;
	text-decoration: underline;
}
div#sidebar div.box a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
div#sidebar input#mail_input
{
	font-family: arial;
	font-size: 12px;
	width: 122px;
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #4d4d4d;
}
div#sidebar input#mail_submit
{
	font-family: arial;
	font-size: 12px;
	background-color: #333333;
	color: #ffffff;
	border: 1px solid #4d4d4d;
}
div#sidebar div#random {
	margin: 0 -15px 0 15px;
	color: #999999;
}
div#sidebar div#random p {
	display: block;
	line-height: 10px;
	margin: 0 8px 12px -1px !important;
	_margin: 0 7px 0px 0 !important;
	float: left;
}
div#sidebar div#random a {
	color: #999999;
	font-size: 9px;
	text-decoration: none !important;
}
div#sidebar div#random a:hover {
	color: #ffffff;
	text-decoration: none;
}
div#sidebar div#random a img
{
	border: solid 1px #333333 !important;
}
div#sidebar div#random a:hover img
{
	border: solid 1px #999999 !important;
}
/*-------------------------------------------------------------------------------------------------------------------------
1)Footer
-------------------------------------------------------------------------------------------------------------------------*/
div#footer
{
	background: #000000 url(../img/bg_footer.jpg) no-repeat right top;
	margin: 0 20px 0 20px;
	padding: 0 0 0 17px;
	height: 52px;
	clear: both;
	line-height: 22px;
	color: #666666;
	padding-top: 8px;
}
div#footer a
{
	color: #666666;
}
div#footer a:hover
{
	color: #ffffff;
}

div#trustia-seo-panel
{
	display: inline;
	color: #444444;
	height: 24px;
	line-height: 24px;
}

div#trustia-seo-panel a
{
	color: #444444;
}

div#trustia-seo-panel a:hover
{
	color: #cccccc;
}

div#recom
{
	background-color: #181818;
	margin: 0px 21px 0px 20px;
	padding: 2px 0px 4px 17px;
	clear: both;
	color: #444444;
	line-height: 18px;
}

div#recom a
{
	color: #444444;
}

div#recom a:hover
{
	color: #cccccc;
}

#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;
}

#map {
	width: 200px;
	background: #aaaaaa url(../img/czech-regions.gif) top left no-repeat;
	font-size: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 7px;
	margin-bottom: 5px;
}

div#content #map img {
	border: 0px !important;
}

div#facebook {
	padding: 18px 30px;
}

div#facebook a {
	display: block;
	background: transparent url(../img/facebook.png) 0px 3px no-repeat;
	color: #51699C;
	font-size: 11px;
	padding-left: 35px;
}

ul.ok li
{
	list-style-type: none !important;
	background: transparent url(../img/bg_li_ok.jpg) 0px 3px no-repeat;
  padding: 0px 0px 0px 19px;
  margin: 0px 0px 0px -12px;
}
