* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-color: #4c0317;
	background-image: url(../images/bg_body2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	min-width: 1016px;
}

/*elements*/
p, td, th, li, h1, h2, h3, h4 {
	cursor: default;
}


h1, h2, h3 {
	/*font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;*/
	font-weight: normal;
	line-height: 1.3em;
	
}
h1, h2.h1_fejk {		
	font-size: 1.6em;
	margin: 0 0 5px 0;	
	color: #6f0422;
}
h1#firsth1 {
	margin: 35px 0 5px 0;	
}
h2 {
	font-size: 1.4em;
	margin: 35px 0 10px 0px;
	color: #6f0422;
}
h2 a {
	color: #004a80;
}
h2.notop {
	margin-top:0;
}
h3 {
	color: #6f0422;
	font-size: 1.1em;
	line-height:1.3em;
	margin: 20px 0 5px 0;
}
h4 {
	width: 210px;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	margin: 15px 0 0 0;
	font-size: 0.9em;
	color: #FFFFFF;
	background-image: url(../images/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h4#first {
	background-image: url(../images/bg_h4_first.gif);
	margin: 0;
}
h4 a {
	color: #359236;
	text-decoration: none;
}
p { 
	color: #252525;
	font-size: 0.8em; 
	text-align: justify; 
	margin: 0.7em 0; 
	padding: 0; 
}
a { color: #252525; }
a:hover { color: #6e0322; }
a:focus { outline:none; }

img, a img {
	border: 1px solid #787777;
}
a:hover img {
	border: 1px solid #FF0000; 
}


ul, ol {color: #363636; }
ul { font-size: 80%; margin: 10px 0 10px 10px; padding-left: 0; }
ol { font-size: 80%; margin-left: 19px; }

ul li {
	margin-bottom: 3px;
	padding: 0px 0 0px 15px;
	list-style-type: none;
	background-image: url(../images/li.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	list-style-position: outside;
}
ul li ul {
	margin-left: 0;
}	
ul li ul li, ol li ul li, ol li ol li { font-size: 115%; }
table {
	width: 650px;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
col.w310 {
	width: 310px;
}

col.w170 {
	width: 170px;
}
th { 
	color: #FFFFFF; 
	background-color: #881377;
	height: 35px;
}
th, td { 
	padding: 5px 10px; 
	border: 3px solid #F1E7B6;
}
td {
	background-color: #FDFAE4;
}
form { margin: 0; padding: 0; }
fieldset {
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	border: 0 none;
	border-left: 5px solid #6e0322;
}
fieldset h3 {
	margin-top: 0;
}
label {
	float: left;
	width: 160px;
}
hr { display: none; }

/*division*/
#content {
	width: 1016px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#main {
	width: 1016px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 185px;
}
#header, #header_uvod {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1016px;
	height: 334px;	
}
#header_uvod {
	height: 533px;	
}
#logo {
	position: absolute;
	left: 37px;
	top: 3px;	
}
#logo a, #logo a span {
	width: 360px; 
	height: 80px; 
	overflow: hidden; 
}
#logo a span {
	background-image: url(../images/logo1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	display: block;	
}
#find {
	position: absolute;
	top: 35px;
	right: 37px;
}
#find p {
	float: left;
}
input.find_inp {
	background-image: url(../images/find_inp.gif);
	background-repeat: no-repeat;
	color: #000000;
	width: 125px;
	height: 22px;
	border: 0 none;
	margin: 0 5px 0 0;
	padding: 5px 10px 0 10px;
	vertical-align: bottom;
}
input.find_btn {
	background-image: url(../images/find_btn.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	width: 78px;
	height: 27px;
	border: 0 none;
	margin: 0;
	text-align: center;
	cursor: pointer;
}

.header_lang p {
	position: absolute;
	top: 5px;
	right: 37px;
	background-image: url(../images/icon_lang.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 2px 40px;
	font-size: 0.8em;
	text-align: right;
	color: #6e0322;
	font-weight: bold;
}
.header_lang p a {
	color: #6e0322;
} 
.header_lang p a:hover {
	color: #000000;
}
	
.header_pict {
	/*background-image: url(../images/header_pict.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	width: 980px;
	height: 296px;
	position: absolute;
	top: 82px;
	left: 18px;
}
.header_pict .in2 {
	position: relative;
	padding: 0;
	margin: 0;
	width: 980px;
	height: 296px;
	overflow: hidden;
}
.header_pict .in2 a img,
.header_pict .in2 a:hover img {
	width: 980px;
	height: 296px;
	border: 0 none;
	padding: 0;	
}
.header_pict_other {
	background-image: url(../images/header_other.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 980px;
	height: 201px;
	position: absolute;
	top: 82px;
	left: 18px;
}
/*header slide*/
#slide_nav {
	position: absolute;
	right: 305px;
	bottom: 20px;
	z-index: 50;
}
#slide_nav a {
	background-image: url(../images/header/nav.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 36px;
	height: 26px;
	margin: 0 0 0 5px;
	padding: 7px 0 0 0;
	display: block;
	float: left;
	text-align: center;	
	text-decoration: none;	
	color: #FFFFFF;
	font-size: 90%;
}
#slide_nav a:hover {
	color: #000000;
}
#slide_nav a.activeSlide {
	background-image: url(../images/header/nav_sel.png);
	color: #6e0322;	
}
#slide_nav a.activeSlide:hover {
	color: #000000;
}
#slide_nav a:focus { outline: none; }



/*colums*/
#left, #right,
#left_uvod, #right_uvod {
	display: inline;
}
#left, #left_uvod {
	width: 250px;
	padding-left: 18px;
	float: left; 
	margin: 327px 0 0 -1016px;
}
#left p, #left_uvod p { 
	text-align: left;
}
#left ul li, #left_uvod ul li {
	background-image: url(../images/left_li.gif);
}
#left_uvod {
	margin: 422px 0 0 -1016px;
}
#right, #right_uvod { 
	width: 748px;
	float: left; 
	margin: 327px 0 0 268px;
}
#right_uvod { 
	margin: 422px 0 0 268px;
}

#footer {
	width: 1018px;
	height: 185px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 0;
	bottom: 0;
}
#copy p {
	font-size: 0.8em;
	margin: 60px 0 0 0;
	text-align: center;	
}	
#copy p, #copy p a {
	color: #fff /*fcf3e2*/;
}
#copy p a:hover {
	color: #fff;
	text-decoration:none;
}


/*navigace*/
#navigace, #navigace_uvod {
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 980px;
	height: 44px;
	position: absolute;
	top: 283px;
	left: 18px;
	margin: 0;
}	
#navigace_uvod {
	top: 378px;
}
#navigace ul, #navigace_uvod ul {
	height: 42px;
	margin: 0 0 0 10px;
}
#navigace ul li, #navigace_uvod ul li {
	float: left;
	list-style: none;
	background-image: none;
	margin-left: 0;
	padding-left: 0;
	position: relative;
	display: inline;
}
#navigace ul li a, #navigace_uvod ul li a {
	height: 42px;
	float: left;
	color: #FFFFFF;
	font-size: 0.9em; 
	font-weight: bold;
	line-height: 42px; 
	text-decoration: none; 
	/*padding: 0 15px 0 14px;*/
	padding: 0 11px 0 10px;
	background-image: url(../images/nav_delic.gif);
	background-repeat: no-repeat;
	background-position: right top; 
	display: block;	
}
#navigace ul li a.sel, #navigace ul li a:hover,
#navigace_uvod ul li a.sel, #navigace_uvod ul li a:hover {
	text-decoration: underline;
}
#navigace ul li a.last,
#navigace_uvod ul li a.last {
	background-image: none;
}	


.uvod_box1, .uvod_box2 {
	float: left;
	width: 203px;
	height: 276px;
	margin: 20px 20px 0 0;
	background-image: url(../images/bg_uvod_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.uvod_box2 {
	margin: 20px 0 0 0;
}

.uvod_box1 h2, .uvod_box2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	line-height: 40px;
	margin: 0 10px;
	height: 40px;
	font-weight: bold;
}
.uvod_box1 h2 a, .uvod_box2 h2 a {
	color: #252525;
}
.uvod_box1 a, .uvod_box2 a {
	color: #362f2d;
}
.uvod_box1 a:hover, .uvod_box2 a:hover {
	text-decoration:none;

}
.uvod_box1 a img, .uvod_box2 a img,
.uvod_box1 a:hover img, .uvod_box2 a:hover img {
margin-bottom: 10px;
	padding: 0;
	border: 0 none;
}
.uvod_box1 p, .uvod_box2 p {
	background-image: url(../images/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin: 5px 10px;
	font-weight: bold;
	text-align:left;
}
.uvod_box1 p.link, .uvod_box2 p.link {	
	font-size: 0.7em;
	font-weight: normal;
}	

.uvod_box1 ul, .uvod_box2 ul {
	margin: 4px 15px 0 15px;
	padding: 0;
}
.uvod_box1 ul li, .uvod_box2 ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 18px;
	background-image: url(../images/uvod_box_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

	
/*classes*/
.center { text-align: center; }
.left { text-align:left;}
.right { text-align:right;}

p.info, p.info_dr {
	background-image:url(../images/icon_info1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 590px;
	height: 46px;
	line-height: 46px;	
	padding: 0 10px 0 55px;
	color: #FFFFFF;
}
p.info_dr {
	padding: 5px 10px 0 55px;
	line-height:18px;
}
p.info span.star {
	color:white;
}
p.info a, p.info_dr a {
	color: #FFFFFF;
}	
p.info a:hover, p.info_dr a:hover {
	text-decoration:none;
}	
p.info a.out, p.info_dr a.out {
	background-image: url(../images/out_red.gif);
}
.vetsi {
	font-size: 110%;
}
.mensi {
	font-size: 90%;
}	
.redfont {
	color: #9d0a0e;
}		
.inner {
	padding: 20px 58px 20px 40px;	
	min-height: 500px;
}
.inner2 {
	margin: 18px;
}	
.inner2 ul {
	margin-left: 0;
}	
.call p {	
	background-image: url(../images/icon_call.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 2px 0 2px 27px;
	text-align: right;
	color: #6e0322;
}
.d2 {
	width: 315px;
	float: left;
	margin-right: 20px;
}
.d3	{
	width: 315px;
	float: left;	
}
.d2 h3, .d3 h3 {
	font-size: 1.1em;
	line-height: 1.3em;
}

.block_size { width:60px; float:left;}
.block_size1 { width:30px; float:left;}

.cleaner { font-size: 1px; line-height: 1px; float: none; clear: both; }
.delitko {
	background-image: url(../images/delitko.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 650px;
	height: 30px;
	float: none;
	clear: both;
}
.fl_left { float: left; margin-right: 20px; margin-bottom: 10px; }
.fl_right { float: right; margin-bottom: 10px; margin-left: 10px; }

.nobr, a img.nobr, a:hover img.nobr {
	padding: 0;
	border: 0 none;
}	
.notop {
	margin-top: 0;
}
.nomar {
	margin: 0;
}
.noscreen { display: none; }
.pdf { 
	background-image: url(../images/icon_pdf.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	padding-left: 25px; 
}
.redfont, .redfont a {
	color: #9D0A0E;
}
.rezervace,
.rezervace_cc,
.rezervace_zl {
	background-image: url(../images/left_rezervace_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 10px 10px 35px;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	border-bottom: 1px solid #b3a08c;
}
.rezervace_cc {
	background-image: url(../images/left_rezervace_icon_cc.gif);
}
.rezervace_zl {
	background-image: url(../images/left_rezervace_icon_zl.gif);
}	
.rezervace .out,
.rezervace_cc .out,
.rezervace_zl .out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: 125px center;
	display: block;
}
.out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;

}
#footer .out {
	background-image: url(../images/out_red.gif);
}

p.drobky {
	text-align: left;
}
p.drobky, p.drobky a {
 	color: #252525;
	margin: 0;
}
p.drobky a:hover {
	color: #FF0000;
}

.novinka {
	background-image: url(../images/icon_datum.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}
.email_inp {
	float: left;
	width: 118px;
	font-size: 1em;
	height: 22px;
	margin-right: 5px;
	padding: 6px 0 0 2px;
	vertical-align: bottom;
}
.email_inp input {
	background-image:url(../images/email_inp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 165px;
	height: 22px;
	padding: 5px 0 0 5px;
	border: 0 none;
}
.email_btn {
	background-image: url(../images/btn_odeslat.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 84px;
	height: 28px;
	border: 0 none;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.zprava_ok, .zprava_bad {
	min-height: 70px;	
	margin-bottom: 10px;
	background-image: url(../images/zprava_ok_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #8cd500;
}
.zprava_bad {
	background-image: url(../images/zprava_bad_bg.gif);
	background-color: #9d0b0f;
}
.zprava_ok p, .zprava_bad p {
	min-height: 45px;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/zprava_ok.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 15px 10px 10px 80px;
}
.zprava_bad p {
	background-image: url(../images/zprava_bad.gif);
}
.zprava_ok p a, .zprava_bad p a {
	color: #FFFFFF;
}
.zprava_ok p a:hover, .zprava_bad p a:hover {
	color: #000000;
}

/*BTNS*/
.btn { 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	color: #363636; 
	text-decoration: none; 
	cursor: pointer;	
}
.btn * { 
	font-style: normal; 
	background-image: url(../images/btn.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative; 
}
.btn i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px;  
	top: 0; 
	left: 0; 
	width: 5px; 
	height: 5px; 
}
.btn span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
}
.btn span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
}
.btn span span { 
	background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
}


.btn.red { background-color: #6f0422; color: #FFFFFF; }
.btn:hover { background-color: #8b7d62; color: #000000; }
.btn[class] { background-image: url(../images/shade.png); background-position: bottom; }

.star {
	font-size: 1.6em;
	padding: 0 0px;
	color: #ff0000;
}
.pod_kat {
	background-image: url(../images/folder.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0 0 32px;
	font-weight: bold;
	font-size: 1em;
}


.kont_col1 {
	float: left;
	width: 300px;
	margin-right: 10px;
}
.kont_col2 {
	float: left;
	width: 340px;
	padding-top: 22px;
}
/*kontakt form*/
#kontakt {
	border: 0px solid #d3c5b7 /*6e0322*/;
	width: 630px;
	padding: 10px 10px;
	margin-bottom: 30px;
	background-image:url(../images/bg_kontakt.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
#kontakt p.notop {
	margin-top:0;
}
#kontakt p.info_form, #kontakt label  {	
	color:white;
}
#kontakt span.star {
	color:#fff;
}

#kontakt p a {	
	color: #000000;
}
#kontakt p a:hover {	
	color: #ff0000;	
}	
#kontakt .kont_1 p, #kontakt .kont_last p {
	height: 11px;
}	
#kontakt .kont_1, #kontakt .kont_last {
	float: left;
	width: 206px;
	padding-right: 6px;
}

#kontakt .kont_last {
	padding-right: 0;
}		
#kontakt input.inp {
	width: 202px;
}
#kontakt select {
	width: 212px;
}
#kontakt textarea {
	width: 624px;
}		
#kontakt label.error {
	float: none;
	text-align: left;
	width: 199px;
	display: block;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 90%;
	font-weight:bold;
	margin-top: 3px;
	margin-left: 130px;
	color: #FF0000;
}
/*/// konec kontaktn form ///*/

/*/// formular zamestnani ///*/
#zamestnani {
	width: 650px;
	padding: 10px 0px;
	margin-bottom: 30px;
	background-image:url(../images/bg_kon takt.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
#zamestnani label {
	width:200px;
}
/*#zamestnani label.white {
	color:white;
}*/
#zamestnani input.inp, #zamestnani textarea {	
	width: 446px;
}
/*#zamestnani p.info_top, #zamestnani p.info_top span.star {
	color:w hite;
}*/
#zamestnani p.info_bottom {
	margin-top:20px;
}
/*#zamestnani p label span.star {
	color:black;
}*/
#zamestnani p.info_form {
	margin:10px 0 20px 0;
}
#zamestnani p.pozor {
	background-image:url(../images/warning2.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left: 40px;
	margin-left: 200px;
}
/*/// konec zamestnani ///*/

/*/// DOWNLOAD ///*/
#dl-pass-form {
	/*width: 650px;
	padding: 10px 0px;
	margin-bottom: 30px;*/
	background-image:url(../images/bg_download_f orm.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
#dl-pass-form fieldset {
	border-left:0;
	padding-left:0;
}
#dl-pass-form label {
	color:w hite;	
	width:180px;
}
#dl-pass-form input.inp {
	width:300px;
	
}
/* form pro zadost o heslo */

#dl-pass-request label {
	width:180px;
}
#dl-pass-request input.inp {
	width:300px;
	
}
/* konec download */

.card1, .card2 {
	float: left;
	width: 210px;
	text-align: center;
	margin: 0 10px 10px 0;
}
.card2 {
	margin: 0 0 10px 0;
}
.card1 a img, .card2 a img,
.card1 a:hover img, .card2 a:hover img {
	border: 0 none;
	padding: 0;
}
.card1 p, .card2 p {
	text-align: center;
}

.seznam_img {
	margin-top: 10px;
	float: left;
	width: 186px;
	margin-right: 20px;	
}
.seznam_text {
	float: left;
	width: 444px;
}
.seznam_text h3 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 0;
}	
.seznam_text h3 span {
	font-size: 80%;
}	

.odst1, .odst2, .odst3 {
	float: left;
	width: 210px;
	margin: 10px 0;
	text-align: center;
}
.odst1 a img, .odst2 a img, .odst3 a img {
	border:0 none;

}
.odst1 p, .odst2 p, .odst3 p {
	text-align:center;
}
.odst1, .odst2 {
	margin-right: 10px;
}
.odst1 p, .odst2 p, .odst3 p {
	text-align: center;
}
.foto1 {
	width: 210px;
	text-align:center;
}
.foto1 a img {
	border:0 none;
}
.foto1 p {
	text-align: center;
}



.foto_1, .foto_2 {
	float: left;
	width: 210px;
	margin: 5px 0;
	text-align: center;
}
.foto_1 {
	margin-right: 10px;
}
.foto_1 a img, .foto_2 a img {
	margin:0;
}
.foto_1 p, .foto_2 p {
	text-align: center;
	margin-top:0;
	font-weight:bold;
}
/*/// LEFT REVUE ///*/
.left_revue p .block_size_cr { 
	width:160px; 
	float:left; 
	text-align:left; 
}	


/*tvare*/
.tvare_1, .tvare_2 {
	float: left;
	width: 301px;
	margin: 0 15px 11px 0;
	border: 1px solid #6e0322;
	padding: 7px;
	background-image: url(../images/img_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
.tvare_2 {
	margin-right: 0;
}	
.tvare_1 p, .tvare_2 p {
	margin: 0;
	font-size: 0.8em;
}	
.tvare_1 img, .tvare_2 img {
	padding: 0;
	border: 0 none;
	float: left;
	margin-right: 10px;
	border: 1px solid #cdbc7e;	
}	
.tvare_1 h2, .tvare_2 h2 {
	margin-top: 5px;
	font-size: 1em;
	font-weight:bold;
}
.tvare_1 .block_size, .tvare_2 .block_size {
	width: 45px;
}
.icon_mail, .icon_tel {
	background-image: url(../images/icon_email.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom:2px;
	
	
}
.icon_tel {
	background-image: url(../images/icon_telephone.png);
}	

.btn_odhlasit {
	margin-top: 50px;	
}
.btn_odhlasit a {
	color: #FFFFFF;
	background-image: url(../images/btn_odhlasit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	width: 79px;
	height: 29px;
	line-height: 29px;
	display: block;
	text-decoration:none;
}
.btn_odhlasit a:hover { 
	text-decoration: underline;
	
}