/* CSS Document
----------------------------
Styles - default
Autor: Silhanek Michal; http://www.sikawebdesign.cz/
E-mail: silhec@seznam.cz
Vytvoreno: 05/2009
---------------------------- 
fotky:
- na sirku nebo vyska max. - big: 800px;
- na sirku - small: 200px; 
- panorama big - 1000px

jpg, 40% - kvalita

Barvy:

body: #10578f 
oranzova: #fe593d
svetle-modra: #85b1cc
navigace-modra-vnitrni-ram: 3d84b0

voditka
vodorovna: 95, 419, 484, 510, 548, 562, 896, 898, 930
svisla: 50, 52, 352, 460, 364, 333, 
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;/*Helvetica Neue','Helvetica','Arial',sans-serif;Tahoma, 'Lucida Grande CE', lucida, sans-serif; Trebuchet MS, Helvetica, Arial;*/
	font-size: small;
	text-align: center;
	min-width: 990px;
    line-height: 1.5;
	color: #315068;
	background: #10578f url(../lyout/body.jpg) top left repeat-x; 
}
html, body {
	height: 100%;
}
* {
	padding: 0;
	margin: 0;
}
li {
	display: list-item;
}
.skryt, #menu h2 {
	width: 200px;
	position: absolute;
	left: 0;
	top: -3000px
}
hr, caption, #statistiky .in  {
	display: none
}
.cistic {
    clear:both; line-height:1px; font-size:1px; height:1px; margin-top:-1px;
}
	/*clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
*/
/*---------------------------------------------------------------------------------------------*/
/* layout */

#back {
    width: 990px;
	margin: 0 auto;
	min-height: 100%;
	position: relative; /* kvuli menu */
	 	
}
#head {
	width: 990px;
	margin: 0 auto;
	height: 419px;
	position: relative; /* kvuli pozicovani h1 */
	background: #fe593d url(../lyout/head_4.jpg) no-repeat;
}

#content_all {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	padding: 65px 0 0 0;
	background: url(../lyout/content_all.jpg) top left no-repeat;
	
	
	
}
#content {
    width: 643px;
	float: right;
	display: inline;
	background: #fff url(../lyout/content_repeat.jpg) repeat-y;
	
}
#content .in {
   padding: 0 20px;
   min-height: 900px;
   _height: 900px;
   
   }
#panel { 
	width: 281px;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-left: 33px;
	}


#foot {
	width: 100%;
	
	background: #10578f;
	clear: both;
	color: #fff;
}
#foot .in {
	margin: 0 auto;
	background: #10578f url(../lyout/foot.jpg) top left no-repeat; 
	min-height: 100px;
	_height: 100px;
	
	position: relative; /* kvuli pozicovani toplistu */
}
#statistiky {
    position: absolute;
	bottom: 5px;
	left: 15px;
	width: 90px;
	height: 65px;
}
#prodejna {
   float: right;
   width: 230px;
   margin-left: 5px;
}
/* /layout */
/*---------------------------------------------------------------------------------------------------*/
/* menu */
#menu { 
    position: absolute;
	top: 95px;
	left: 33px;
	
	width: 302px; 
	height: 369px;
	background: #fff url(../lyout/menu_bg.jpg) top left no-repeat;
}
#menu .in {
    width: 200px;
	margin: 0 auto;
    margin-top: 7px;
}

#menu ul {
	padding: 0; 
	margin: 0px;
}

#menu li { 
    list-style: none;
	margin: 0;
	background: url(../lyout/img/point.gif) left bottom repeat-x;
	
	
}
#menu li a,#menu li strong {
   display: block;
   height: 40px;
   line-height: 40px;
   font-size: 120%;  
   text-decoration: none;
   font-family: Platino, Georgia, Times,serif;
   font-weight: bold;
   padding: 5px 5px 5px 50px;
  
   overflow: hidden;
   text-align: left;
}
#menu a:link,#menu a:visited { 
    color: #10578f;
	background: url(../lyout/img/menu_li.gif) left center no-repeat;
	
}
#menu a:hover, #menu a:active, #menu a:focus {
    color: #85b1cc;
	background: url(../lyout/img/menu_li_strong.gif) left center no-repeat;
}
#menu li strong {
	color: #fe593d;
	background: url(../lyout/img/menu_li_strong_.gif) left center no-repeat;
	font-weight: bold;
}
#menu li.last {
    background: none;
	
}
/* /menu  ----------------------------------------------------------- */
/* navigace, boxy */

.box li {
list-style:none;
padding: 0; 
margin: 0;


border-bottom: 1px solid #fff;
} 

.box li a, .box li strong, .box li em {
   display: block;
   background: url(../lyout/img/arrow_.gif) left center no-repeat;
   text-decoration: none;
   font-family: Platino, Georgia, Times,serif;
   font-weight: bold;
   padding: 3px 0px 3px 15px;
   font-size: 110%;
   
   
}
.box li a:link, .box li a:visited, .box li em { 
    color: #fff;
	background: #3d84b0 url(../lyout/img/arrow_2.gif) left center no-repeat;
	
	font-weight: bold;
}
.box li ul li a:link, .box li ul li a:visited { 
    color: #fff;
	background: #85b1cc url(../lyout/img/arrow_2.gif) left center no-repeat;
	
	font-weight: normal;
}

.box li a:hover, .box li a:active, .box li a:focus {
    color: #fff;
	background: #fe593d url(../lyout/img/arrow_1.gif) left center no-repeat;
}
.box li ul li a:hover, .box li ul li a:active, .box li ul li a:focus {
    color: #fff;
	background: #fe593d url(../lyout/img/arrow_1.gif) left center no-repeat;
}
.box li strong {
	color: #fe593d;
	background-color: #fff;
	font-weight: bold;
}

.box li ul {
	background: none;
	padding: 1px 0 1px 15px;
	width: 254px;	
}
.box li ul li {
	border-bottom: 1px solid #85b1cc; /* kvuli ie 6 aby seznam nebyl rozjety */

}

.box li ul li a, .box li ul li strong {
background: #fff url(../lyout/img/arrow_1.gif) no-repeat left center;
padding: 2px 5px 2px 15px; 
color: #fe593d;
} /* to bylo zakodovano */

.box li ul li strong {
font-weight: bold;
color: #fe593d;
background-color: #fff;

} 


.box li a {
	display:block; 
	padding: 3px 0px 3px 15px; 
	font-weight:normal; 
	text-decoration:none; 
	}

.box { 	
    width: 100%;
	margin-bottom: 25px;
	background: url(../lyout/box_end.jpg) bottom left no-repeat;
	padding-bottom: 32px;	
	
}

.box ul {
	width: 269px;
	padding: 0 6px;
	
}


.box .in { 
    padding: 5px 0 5px 0px;	
	background: #fff url(../lyout/box_repeat.jpg) top left repeat-y;	
	color: #333;	
	
}
#panel .box .in .links a { 
    font-weight: normal; 
	font-size: 100%;
	
}


.first { 
    border-top: 1px solid #fff;
	
}



/* /menu, navigace, boxy */
/*-------------------------------------------------------------------------------------------------*/
/* nadpisy */
#head h1, #head h1 span {
	display: block;
	font-weight: bold;
	width: 443px;
	height: 95px;
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	font-size: 200%;
	cursor: pointer;
	margin: 0;
	padding: 0;

   }
#head h1 span {
   z-index: 4;
   background: url(../lyout/h1.jpg) left top no-repeat;
   top: 0;
   left: 0;
}
#head h1 a:link, #head h1 a:visited, #head h1 a:hover {
	text-decoration: none;
	color: #fff;
}
#home h1 span {
   cursor: default;
}

h1, h2, h3, h4 { 
    font-weight: normal;
	padding: 10px 0 10px 45px;
	color: #fe593d;
	font-family: Platino, Georgia, Times New Roman, Times, serif;
	background: url(../lyout/img/nadpis.gif) left center no-repeat;
}
h2 {
	font-size: 150%;
}
h2 span {
	color: #10578f;
	font-size: 110%;
}
h3 {
	font-size: 135%;
}
h4 {
	font-size: 120%;
}

.box h2, .box h3 {
    background: #10578f url(../lyout/box_top.jpg) top left no-repeat;
	color: #fff;
	padding: 0 0 0 55px;
	margin: 0;
	font-size: 145%;
	/*min-height: 52px;
	_height: 60px;*/
	font-weight: bold;
	
	display: block;
	width: 226px;
	height: 52px;
	
}
.box h3 {
    
	padding: 0 0 0 55px;
	margin: 0;
	font-size: 130%;
	
}


/* /nadpisy */
/*------------------------------------------------------------------------------------------------*/
/* mapa */
#mapa_pv_1, #mapa_pv_2, #mapa_ol_1, #mapa_ol_2, #mapa_prerov, #mapa_opava, #mapa_ostrava, #mapa_sternberk, #mapa_trinec, #mapa_vitkov, #mapa_litovel { width: 550px; height: 400px; border: 2px solid #85b1cc; margin: 0px auto 10px auto; font-size: 11px; line-height:16px; }
#mapa_pv_1 *, #mapa_pv_2 *, #mapa_ol_1 *, #mapa_ol_2 *, #mapa_prerov *, #mapa_opava *, #mapa_ostrava *, #mapa_sternberk *, #mapa_trinec *, #mapa_vitkov *, #mapa_litovel * { color: #000; font-size: 11px; line-height:16px; text-align: left; }
/* /mapa */

p, address {
	padding: 0 0 15px 0;
	font-style: normal;
} 
strong, em {
   color: #85b1cc;
   font-style:  normal;
   font-weight: bold;
}
em {
   color: #10578f;
   font-weight: normal;
}
i {
   font-style: italic; 
}
p.pdf, a.pdf  { 
    background: url(../lyout/img/pdf.gif) no-repeat 0 0.5em;
    padding: 5px 0 5px 25px;
} 
abbr, acronym {  
    border-bottom: 1px dashed #333;
	cursor: help;
}
#foot p, #servis {
    width: 100%;
    text-align: center; 
	padding: 0;
}
#foot p {
    width: 100%;
    text-align: center; 
	padding: 50px 0 0px 50px;
	}
#servis {
	clear:both;
	padding-top:50px;	
}

.vcard {
    background: url(../lyout/img/vcard_icon.gif) right center no-repeat;
	padding: 3px 40px 2px 0;
}
.vetsi {
    font-size: 120%;
}
/*------------------------------------------------------------------------------------------------------------*/
/* seznamy */
#content ul {
	padding: 0 0 15px 10px;
}
#content ol {
	padding: 0 0 15px 20px
}
#content ul li   {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../lyout/img/arrow_.gif) 0 0.5em no-repeat; 
}

#content li ul {
	padding: 5px 0 0 15px
}
#content li ul li {
	padding: 0;
	background: none;
	list-style: circle
}
#head ul li {
    display: inline;
	text-align: right;
	
}
#head ul {
	text-align: right;
	margin-right: 30px;
	display: block;
	padding-top: 13px;
}
#content ul.vetsi li {
    margin-bottom: 25px;	
}

/* /seznamy */
/*------------------------------------------------------------------------------------------------------------*/
/* odkazy */
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #10578f;
}
a:hover {
	color: #fe593d;
	text-decoration: none;
}

#foot a:link, #foot a:visited, #head a {
    color: #fff;
}
#foot a:hover, #head a:hover {
    color: #fe593d;
}

a.home {
    background: url(../lyout/img/home.gif) left center no-repeat;
	padding: 5px 0 5px 20px;
}

/* /odkazy */

/* tabulka ---------------------------------------------------------------- */
.table, table {
	font-size: 100%;
	border-collapse: collapse;
	display: inline;
	margin-bottom: 20px;
	width: 100%;
}

.table th, .table td {
	text-align: center;
	padding: 5px 5px;
	border: 2px solid #dcdcdc;
	vertical-align: middle;
	background: #fff;
}
.table th {
	text-align: left;
	padding: 5px 25px;
}
tr.change td, tr.change th {
	background: #85b1cc;
	color: #fff;
}

/* TABLE 
.table {
	width: 100%;
	padding: 0 0 15px 0
}
table {
	font-size: 100%;
	border-collapse: collapse;
	color: #333;
	width: 100%
}
th, td {
	text-align: center;
	padding: 5px;
	border: 2px solid #fff;
	background: #ecbcd4;
	font-weight: normal;
}
th.left {
	text-align: left;
}
thead th {
	background: #c06993 url(../lyout/foot.jpg) top left repeat-x;
	font-weight: normal;
}
td {
	text-align: center;
}
th, td {
	padding: 5px;
}
.mezera td {
    background-color: #f2cba2;
	line-height: 50%;
}
 /TABULKA */
/* /tabulka -------------------------------------------------------------------------- */

/*--------------------------------------------------------------------------------------------------------------*/
/* FORMULAR */

form {
    width: 100%;
}
form br, legend { 
    display: none; 
}
fieldset { 
    padding: 10px 20px;
	/*border: 2px solid #e7b3b5;*/
	border: none;
	margin-bottom: 15px;
	background-color: #fff; 
} 
input, textarea {
	display: block;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-family: Verdana, Arial, lucida, sans-serif;
}
textarea {
	width: 95%;
	height: 250px;	
}
fieldset input {
	width: 220px;
}
input.small {
	width: 120px;
}
input.big {
	width: 350px;
}
label {
	color: #10578f;
	font-weight: bold;
}
label.normal {
	color: #333;
	font-weight: normal;
}

input.button_ { 
    margin: 10px 10px 10px 20px;
	padding: 10px 30px;
    background: #10578f url(../lyout/menu.jpg) left center repeat-x;
    color: #fff;
    font-weight: bold;
	font-size: 120%;
	cursor: pointer;
}
input.button_:hover { 
    background: #fe593d none;
    color: #000;
}

p.chyba, p.ok {
    color: #3d84b0;
	font-size: 120%;
	background: transparent url(../lyout/img/chyba.gif) left 0.4em no-repeat;
	padding-left: 25px;
}
#content p.ok {
	background: transparent url(../lyout/img/ok.gif) left 0.4em no-repeat;
}

/* /FORMULAR */
/*----------------------------------------------------------------------------------------------------------*/
/* OBRAZKY */

.box p.img {
	margin-left: 21px;
}
.box p.img {
	background: none;
	padding: 15px 0 0 0
}
.box p.img a img {
    border: 2px solid #e7b3b5;
	padding: 3px;
	background-color: #fff;
}

.box p.img a:hover img {
    border: 2px solid #a11b1c;
}

img {
    border: none;
}
#content p.img {
    padding-bottom:0;
    border:1px solid #ff7f69;
}
p.img, p.img a,p.img img,.right img,.right img a {position:relative;display:block;} 
p.img span {display:block;width:17px;height:17px;position:absolute;bottom:1px;right:1px;background:url(../lyout/img/lupa.gif) no-repeat;cursor:pointer;}
p.img a:hover span {color:#000;background-position:right top;}
.right img{border:1px solid #fff;}
.right a:hover img {border-color: #ff7f69;}
.left img{border:1px solid #fff;} 
.left a:hover img {border-color:#ff7f69;}
.right{float:right;margin:5px 0 15px 20px;display:inline;}
.left{float:left;margin:5px 20px 15px 0;display:inline;}

/* /OBRAZKY */
/*------------------------------------------------------------------------------------------------------*/
/* lightbox */ 
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
