* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-width: 981px;
}
/*elements*/
h1 {
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
	font-size: 1.8em;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
	font-weight: normal;
	color: #63696e;
}
h2 {
	color: #262626;
	font-size: 1.2em;
	margin: 25px 0 10px 0px;
	line-height: 25px;
}
h2 a {
	color: #03C;
}

h3 {
	color: #414c40;
	font-size: 1em;
	margin: 20px 0 10px 0;
}
h4 {
	background-color: #636363;
	color: #d7d7d7;
	font-size: 0.9em;
	padding: 0 16px;
	line-height: 41px;
}	
h4#first {
	margin-top: 0;
}
h4.aktualne, h4.novinky, h4.kontakt {
	background-image: url(../images/h4_aktualne.gif);	
	background-repeat: no-repeat;
	background-position: 16px center;
	padding-left: 40px;
}
h4.novinky {
	background-image: url(../images/h4_novinky.gif);
}
h4.kontakt {
	background-image: url(../images/h4_kontakt.gif);
}	


p { 
	color: #000000;
	font-size: 0.8em; 
	text-align: justify; 
	margin: 0.7em 0; 
	padding: 0; 
}
a {
	color: #03C;
}
a:hover { color: #FF0000; }
a:focus { outline:none; }

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


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 {
	padding-left: 20px;
	margin-bottom: 5px;
	list-style-type: none;
	background-image: url(../images/li.gif);
	background-position: left 2px;
	background-repeat: no-repeat;
	list-style-position: outside;
}
.informace_left ul li {
	background-image: url(../images/li.gif);
	background-position: left center;
	padding-left: 20px;
	font-weight:bold;

}
ul li ul {
	margin-left: 0;
}	
ul li ul li { font-size: 110%; }
table {
	width: 681px;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	text-align: center;
}
th { color: #FFFFFF; background-color: #8DC63F; }
th, td { padding: 2px; border: 1px solid #E1DDD6; }
form { margin: 0; padding: 0; }
fieldset {
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	background-color: #FFFFFF;
	border: 0 none;
	border-left: 5px solid #8DC63F;
}
fieldset h3 {
	margin-top: 0;
}
label {
	float: left;
	width: 130px;
}
hr { display: none; }

/*division*/
#content {
	width: 981px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
		
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 981px;
	height: 245px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	position: absolute;
	left: 23px;
	top: 23px;	
}
#logo a, #logo a span {	
	width: 305px;
	height: 75px; 
	overflow: hidden; 
}
#logo a span {
	background-image: url(../images/logo1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	display: block;	
}

#flags {
	position: absolute;
	top: 212px;
	left: 883px;
	height: 18px;
}
#flags a img, flags a:hover img {
	border: 0 none;
	padding: 0;
}



#left, #right {
	display: inline;
}
#left {
	width: 250px; 
	float: left; 
	margin: 245px 0 0 -981px;
}
#left p { 
	text-align: left;
}
#right { 
	width: 731px; 
	float: left; 
	margin: 245px 0 0 250px;
}
	
#footer {
	width: 981px;
	height: 80px;
	margin: 0 auto 30px auto;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat;
	background-position: left top;
	position: relative;
}
	
#copy p {
	font-size: 0.8em;
	margin: 0;
	position: absolute;
	left: 36px;
	top: 20px;
	padding-left: 55px;
	background-image: url(../images/logo_2m.gif);
	background-repeat: no-repeat;
	background-position: left center;
}	
#copy p, #copy ul li {
	text-align: left;
}	
#copy ul {
	margin: 0;
}	
#copy p, #copy p a {
	color: #666666;
}
#copy p a:hover {
	color: #666666
}	

/*navigace*/
#navigace {
	background-image: url(../images/bg_navigace.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 981px;
	height: 41px;
	position: absolute;
	top: 200px;
	left: 0px;
	margin: 0;
}	
#navigace ul {
	height: 41px;
	margin: 0 0 0 5px;
}
#navigace ul li {
	float: left;
	list-style: none;
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}
#navigace ul li a { 
	display: block; 
	float: left; 
	color: #FFFFFF;
	font-size: 1em; 
	font-weight: bold;
	line-height: 41px; 
	text-decoration: none; 
	height: 41px; 
	padding: 0 14px 0 13px;
	background-image: url(../images/nav_delic.gif);
	background-repeat: no-repeat;
	background-position: right 15px;	
}

#navigace ul li a.sel, #navigace ul li a:hover {
	color: #fff200;
}
#navigace ul li a.last {
	background-image: none;
}	


/*uvod_box*/
.uvod_box {
	background-color: #636363;	
	float: left;
	width: 223px;
	min-height: 285px;
	margin-right: 16px;
	margin-bottom: 16px;
	padding-bottom: 10px;
	text-align: left;
}

.lastbox {
	margin-right: 0;
}	
.uvod_box p.title {
	color: #d7d7d7;
	text-align: left;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding-left: 10px;
	font-weight: bold;
	font-size: 105%;
}
.uvod_box p.title a {
	color: #d7d7d7;
	font-weight: bold;
}	
.uvod_box a {
	color: #d7d7d7;
	font-weight: normal;
}
.uvod_box a.out {
	background-image: url(../images/out_grey.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
.uvod_box p.title a:hover, .uvod_box a:hover {
	color: #FF0000;
}	
.uvod_box a img, .uvod_box a:hover img {
	border: 0 none;
	padding: 0;
}
.uvod_box ul li {
	background-image: url(../images/uvod_box_link.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0 0 2px 20px;
	margin-left: 6px;
}		
.uvod_box ul li a:hover, .uvod_box p.title a:hover {
	color: #fff200;
}	
/*classes*/
.center { text-align: center; }
.left { text-align:left;}
.right { text-align:right;}

p.info {
	background-image:url(../images/info.gif);
	background-position: left center;
	background-repeat:no-repeat;
	padding: 7px 7px 7px 40px;
	font-weight: bold;
}	

#enoviny p {
	margin: 5px 0 0 0;
}
#enoviny p.popis {
	float: none;
}
.email_inp {
	width: 138px;
	font-size: 1em;
	height: 22px;
	margin-right: 5px;
	padding: 6px 0 0 2px;
	vertical-align: bottom;
}	

.vetsi {
	font-size: 110%;
}
.mensi {
	font-size: 90%;
}	
.inner {
	margin: 10px 15px;
}
.inner2 {
	margin: 16px;
}	
.inner2 ul {
	margin-left: 0;
}	
#chyba {
	background-color: #ED1C24;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
	text-align: left;
}
#chyba a {
	color: #FFFFFF;
}
#chyba a:hover {
	color: #000000;
}	
#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;
}
.d2 {
	float: left;
	width: 340px;
	margin-right: 20px;
}
.d3	{
	float: left;
	width: 340px;
}

.mapa_cr, .kraje_col {
	float: left;
	width: 220px;
	margin: 20px 20px 0 0;
}	
.kraje_col {
	width: 150px;
	margin-top: 0;
}
.prodejci_karta {
	float: left;
	width: 318px;
	min-height: 150px;
	_height: 150px;
	padding: 5px 10px;
	margin: 0 10px 10px 0;	
	border: 1px solid #636363;	
	background-color: #FFFFFF;
}
	
form.kontakt { display:none; }




/*kontakt form*/
#kontakt {
	width: 661px;
	padding: 10px 20px;
	margin-bottom: 30px;
	border: 1px solid #636363;
	background-image: url(../images/kontakt_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#kontakt p a {	
	color: #000000;
}
#kontakt p a:hover {	
	color: #ff0000;	
}	
.kontakt_tel, .kontakt_mail {
	background-image: url(../images/kont_form_tel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	height: 48px;
	line-height: 48px;
	margin-right: 20px;
	padding-left: 70px;
	float: left;
	font-size: 1.2em;
}
.kontakt_mail {
	background-image: url(../images/kont_form_mejl.gif);
	margin-right: 0;	
}
.kontakt_delitko {
	border-bottom: 1px dotted #999999;
	float: none;
	clear: both;
}

#kontakt .kont_1 p, #kontakt .kont_last p {
	height: 11px;
}	
#kontakt .kont_1, #kontakt .kont_last {
	float: left;
	width: 216px;
	padding-right: 6px;
}

#kontakt .kont_last {
	padding-right: 0;
}		
#kontakt input.inp {
	width: 212px;
}
#kontakt textarea {
	width: 656px;
}		
#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;
}

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

.kont_left, .kont_right {
	margin-top: 30px;
	float: left;	
}
.kont_left {
	width: 291px;
	margin-right: 20px;
}
.kont_right {
	width: 390px;
}



.block_size { width: 80px; float:left; }
.block_size1, .block_size2 { width: 60px; float:left; }
.cleaner { height: 1px; float: none; clear: both; }
.delitko { 
	float: none; 
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 0;
}
.fl_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.fl_right { float: right; margin-bottom: 10px; margin-left: 10px; }

.notop {	
	margin-top: 0;
}	
.nobr {
	padding: 0;
	border: 0 none;
}	
.noscreen { display: none; }
.pdf { 
	background-image: url(../images/icon_pdf.gif); 
	background-repeat: no-repeat; 
	background-position: left center;
	padding-left: 45px; 
}
.redfont, .redfont a {
	color: #9D0A0E;
}	
.out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}

.drobky {
	background-image: url(../images/bg_drobky.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 731px;
	height: 41px;
	margin: 0;
}
p.left_side, p.right_side {
	line-height: 41px;
}	
p.left_side {
	float: left;
	margin: 0 0 0 15px;
	padding-left: 20px;
	background-image: url(../images/drobky_left.gif);
	background-repeat: no-repeat;
	background-position: left 16px;
}
p.right_side {
	float: right;
	margin: 0 15px 0 0;
	padding-left: 25px;
	background-image: url(../images/icon_print.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.tvare {
	float: left;
	width: 228px;
	padding: 0 3px 0 0;
	margin: 0 1px 5px 0;
}
.tvare img {
	padding: 0;
	margin-top:2px;
	border: 1px solid #999999;
	float: left;
}
.tvare p {
	margin: 0 0 0 66px;
	text-align: left;
}
.icon_mobil, .icon_tel, .icon_mail {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.icon_mobil	{
	background-image: url(../images/icon_mobil.gif);
}
.icon_tel {
	background-image: url(../images/icon_tel.gif);
}
.icon_mail {
	background-image: url(../images/icon_mail.gif);
}  

/*BTNS*/
.btn, .btn_find { 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	color: #363636; 
	text-decoration: none; 
	cursor: pointer;	
}
.btn_find {
	padding: 0 5px;
	height: 28px;
}
	
.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; 
}
/*
* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
*/

.btn.oranz { background: #f26522; color: #FFFFFF; }
.btn:hover { background-color: #636363; color: #FFFFFF; }
.btn[class] { background-image: url(../images/shade.png); background-position: bottom; }

.btn_find.yellow { background: #ffcf3f; }
.btn_find:hover { background-color: #eaf1f8; color: #000000; }
.btn_find:active { background-color: #c69025; }
.btn_find[class] {  background-image: url(../images/shade.png); background-position: bottom; }
/*
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn:hover { border-color: #a00; }
*/


div.znacky_loga {
	margin-top: 30px;
}

a.green { color:#00BA00;}
a.green:hover { color:#f26522;}

.star {
	font-size: 1.6em;
	padding: 0 0px;
	color: #ff0000;
}
ul.nav_kotvy {
	margin: 0;
}	
ul.nav_kotvy li {
	display: inline;
	margin-right: 15px;
}	

/*//// FOTKY - fotogalerie, blogy ////*/

.foto_seznam a img, .foto_seznam2 a img {
	border: 1px solid #999999;
	padding: 1px;
}
.foto_seznam a:hover img, .foto_seznam2 a:hover img {
	border: 1px solid #FF0000;
	padding: 1px;
}
.foto_seznam, .foto_seznam2 {
	width:227px;
	margin: 0 10px 10px 0;
	float:left;
	text-align: center;
}
.foto_seznam2 {
	margin-right: 0;
}
.foto_seznam p, .foto_seznam2 p {
	text-align:center;
}
p.pod_kat { 
	font-size: 0.9em; 
	font-weight: bold; 
	background-image: url(../images/folder.gif); 
	background-repeat: no-repeat; 
	padding-left: 20px; 
}


