/* CSS Document */
/*
Styles - default
Autor: Silhanek Michal
E-mail: silhec@seznam.cz
Vytvoreno 04/2008
---------------------------- 
Barvy:

telo: #ffdb62; 
nadpisy: #f85f0b;
cerna: #000;
in-logo: #ffc425;
pismo: #6f6f36;#838378;
oramovani obrazku (hover): #917d38;
----------------------

ruzova:
telo: #db64c0
nadpisy: #fcfcfc;
cerna: #000;

menu:
zluta: f7da8a
ruzova: dc63c2
bila: ffffff

----
voditka (zluta):
- vodorovna: 65, 230, 550, 650, 866(8)
- svisle: 350, 550,

voditka (ruzova):
- vodorovna: 65, 232, 600, 854
- svisle: 350,

*/


body {
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-size: small;
	text-align: center;
	min-width: 990px;
    line-height: 1.5;
	color: #000;
	background: #db64c0 url(../lyout/body.jpg) repeat-x top left;
}
html, body {
	height: 100%;
}
* {
	padding: 0;
	margin: 0;
}
li {
	display: list-item;
}
.skryt {
	width: 200px;
	position: absolute;
	left: 0;
	top: -1000px
}
hr, caption, #toplist_ {
	display: none
}
.cistic {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px
}

/* layout */
#back {
    width: 100%;
	min-height: 100%;
    background: url(../lyout/back_foot_79.jpg) repeat-x left bottom;
    position: relative;
}
#head {
	width: 990px;
	margin: 0 auto;
	height: 167px; /* puvodne 165px */
	position: relative;
	background: #db64c0 url(../lyout/head_r.jpg) no-repeat left top;
}
#content_all {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	/*padding-bottom: 79px;  79px pro paticku */
	 background: #db64c0 url(../lyout/content_end_r.jpg) bottom right no-repeat;
}
#content {
	width: 630px; /* cisty prostor pro text 630px (640-10) */
	float: right;
	overflow: hidden;
	background: /*#ffdb62*/ url(../lyout/content_r.jpg) no-repeat left top;
	padding-right: 10px;
	position: relative; /* kvuli pozicovani strankovani galerie */
}
#in {
   padding: 0px 0px 70px 0px;
   min-height: 1120px;
  
}
#panel { /* panel celkem = 280 - 20px (mezera left) - 10px (padding-right) = 250px - text */
	width: 350px;
	float: left;
	margin-top: 0px;
	padding-top: 368px; /* puvodne 320px */
	display: inline;
	overflow: hidden;
	background: url(../lyout/panel_r.jpg) top left no-repeat;
}
#foot {
	width: 100%;
	height: 91px; /* puvodne 79px */
	/*position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;*/
	color: gray;
	background-color: #000;
	clear: both;
	
}
#foot .in {
    width: 990px;
	margin: 0 auto;
	background: #000 url(../lyout/foot_r.jpg) no-repeat bottom right; 
	height: 91px; /* puvodne 79px */
	position: relative;
}
#foot p {
    text-align: left;
    margin-left: 120px;
	padding: 7px 10px 0 10px;
	line-height: 1.5em;
}
#foot p#servisni {
    text-align: right;
	margin-right: 400px;
}
/* /layout */

/* menu */
#menu {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background: #000 url(../lyout/menu_r.jpg) no-repeat left top;
	height: 65px;
	text-transform: uppercase;
}
#menu ul {
	margin: 0 0 0 83px;
	padding: 15px 0 0 0;
	height: 35px;
}
#menu li {
	list-style: none;
	display: inline;
	border-right: 1px solid #615028;
	float: left;
	height: 35px;
	width: 115px;
	text-align: center;
	overflow: hidden;
	margin: 0;
	padding:0;
}
#menu li.last {
	border: none;
}
#menu li a, #menu li strong {
	display: block;
	padding: 12px 0 0 0;
	font-weight: normal;	
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	color: #f8d577;f6d98b;
	background: url(../img/korunky_r2.gif) no-repeat left top;
}
#menu li a:hover {
	color: #fff;
	background: url(../img/korunky_r2.gif) no-repeat center top;
}
#menu li strong {
	color: #dc63c2;
	background: url(../img/korunky_r2.gif) no-repeat right top;
}
/* /menu */

/* nadpisy */
h1, h1 span {
	display: block;
	font-weight: normal;
	width: 640px;
	height: 167px; /* puvodne 165px */
	z-index: 3;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	font-size: 150%;
	margin: 0;
	padding: 0;
	color: #fff;/*f85f0b; pro zlutou */
   }
h1 span {
   z-index: 4;
   background: url(../lyout/h1_r_b.jpg) no-repeat;
   top: 0;
   right: 0;
}

h2, h3, h4 { 
    font-weight: normal;
	margin: 5px 0 15px 0;
	padding: 0 0 0 35px;
	background: url(../img/nadpis.gif) no-repeat left center;
	color: #fcfcfc;
	text-transform: uppercase;
}
h2 {
	margin: 0px 0 15px 0;
	font-size: 135%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
#panel h3, #panel h4 {
    margin-left: 10px;
}
/* /nadpisy */

p, address {
	padding: 0 0 15px 0;
	font-style: normal;
} 
strong {
   color: #333;
   font-style: normal;
   font-weight: bold;
}
em, i {
  font-style: normal;
  color: #fff; 
}
.tucne, .otazka {
/*    font-weight: bold;*/
	color: #000;
}
p.word, a.word  { 
    background: url(../img/doc.gif) no-repeat 0 0.5em;
    padding: 5px 0 5px 25px;
} 
p.pdf, a.pdf  { 
    background: url(../img/pdf.gif) no-repeat 0 0.5em;
    padding: 5px 0 5px 25px;
} 
p.ppt, a.ppt  { 
    background: url(../img/ppt.gif) no-repeat 0 0.5em;
    padding: 5px 0 5px 25px;
} 
p.rocnik {
    font-size: 110%;
	padding-bottom: 20px;
}
p.galeri {
    text-align: right;
	font-size: 120%;
    position: absolute;
	top: 100px;
	right: 25px;
	height: 20px;
	z-index: 10;
}
p.galeri_ {
    text-align: left;
	font-size: 120%;
}



a.home {
    background: url(../img/home.gif) left center no-repeat;
	padding-left: 18px;
}
#toplist {
    position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 1;
}
#toplist img {
    border: 3px solid white;
}
abbr, acronym {  
    border-bottom: 1px dashed #333;
	cursor: help;
}
#pozor {
    padding: 15px;
	background-color: #fedef0;
	font-size: 110%;
	margin: 10px 0 25px 0;
	line-height: 1.8;
	color: #333;
	border: 5px solid #ebadd2;
}
#pozor em, #pozor strong {
    color: #000000;  
}
#pozor strong {
	font-weight: bold;  
}
#pozor h3 {
	background-image: none;
	padding-left: 5px;
	color: #db64c0;
}
#button a {
    float: right;
	padding: 10px;
	background-color: #000000;
	position: relative;
	top: -10px;
	color: #f85f0b;
	text-decoration: none;
	font-weight: bold;
	margin-right: 30px;
}
#button a:hover {
    color: #fff;
	background-color: #333;
	
}
#button a span {
    color: #dcdcdc;
	
}
#button a:hover span {
    color: #f85f0b;
	
}

/* seznamy */
ul, ol {
	padding: 0 0 10px 30px;
}
#content li {
	margin: 0 0 5px 0;
	list-style: none;
	background: url(../img/li_.png) 0 0.55em no-repeat;  
	padding-left: 22px; 
}
#content ol li {
	list-style: decimal;
	background: none;
	padding-left: 5px;
}
dl {
    padding-bottom: 15px;
}
/* /seznamy */

/* odkazy */
a {
	white-space: nowrap;
	text-decoration: underline;
}
a:link, a:visited {
	color: #f8d577;#faf4a6; FDF9A8; #fff;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
#foot a:hover, #copy a {
	color: #666666;
}

/* /odkazy */

/* OBRAZKY */
#content img {
	border: 4px solid #fff;
}
.border_no {
    border: none;
}

#content a:hover img {
    border: 4px solid #ebadd2;/*#917d38;*/
}

img.right {
   float: right;
   margin: 0 0 15px 20px;
   clear: right;
}
img.left {
   float: left;
   margin: 0 15px 10px 0;
   clear: left;
}

#panel p {
    padding: 0px 0 15px 10px;
	width: 100%;	
}
#panel p img {
    border: none;	
}
.partneri img {
    float: left;
	margin: 0 14px 15px 0;
}
.partneri {
   
}

p img {
    float: left;
    margin: 0px 10px 10px 0px; 
    display: inline;
   /* border: none; */ 
}
#panel h4 {
   clear: both;
   font-size: 120%;
   padding-top: 10px;
}

.foto_ {
 border: 1px solid black;
 font-size: 110%;
 padding: 10px;
 margin-bottom: 10px;
}

.fin {
    float: left;
	width: 50%;
	margin-bottom: 20px;
}
.fin ul {
   /* float: right;*/
	padding: 0;
	margin: 0 10px 0 153px;
	display: block;
}

.fin h3 {
	margin: 0 10px 5px 153px;
	background-image: none;
	font-size: 110%;
	padding: 0;
	display: block;
}
.fin a {
    float: left;
}
.fin strong {
    color: #f85f0b;
	font-size: 110%; 
}

/* /OBRAZKY */

/* tabulka ---------------------------------------------------------------- */
.table, table {
	font-size: 100%;
	border-collapse: collapse;
	width: 100%;
	padding: 0 0 20px 0
}
.table {
	overflow: hidden
}
.table th, .table td {
	text-align: left;
	padding: 5px 10px;
	border: 2px solid #e7decd;
	vertical-align: center;
	background: #fff
}
.table thead th {
	padding: 15px 10px;
	background: #000;fff;e7b3b5;
	color: #fff;333;
	text-align: center;
}
tr.change td {
	background: #ebadd2; /*#ffdb62;*/
}

.table td.name {
	white-space: nowrap;
}
/*#blue_board {
    float: right;
	margin: 0 0 20px 20px;
}*/
#table {
	margin: 0 0 20px 20px;
	width: 225px;
	background-color: #FFFFFF;
}
#table td {
    border: 1px solid black;
	padding: 5px;
}
/* /tabulka -------------------------------------------------------------------------- */

/* ------------ FORMULAR ------------ */
#form {
    width: 85%;
}
legend { 
    padding : 5px 10px;
    font-size : 130%;
    color: #323232;
} 
fieldset { 
    padding : 10px 20px 10px 20px;
    border : 4px solid #fcc9e7;
} 
fieldset input, textarea { 
    margin : 0 0 7px 0;
    width : 80%;
    border : 1px solid gray;
}
fieldset input.radio {
    width: 20px;
    display: inline;
    margin: 5px 5px 10px 10px;
    border: none;
}
fieldset input.mensi { 
    width: 50%;
}
fieldset input.mensi_ { 
    width: 25%;
}
input.button_ { 
    margin: 10px 0 10px 20px;
    background: #000 url(../img/button_4.gif) center center no-repeat;
    color: #fff;
    border: 3px solid #fff;
    padding: 5px 10px;
    font-weight: bold;
}
/*input.button_:hover { 
    background-color: #ff9900;
    color: #fff;
}*/
input, textarea { 
    border: 1px solid gray;
}
p.chyba {
    color: #000;
	font-size: 110%;
	background: transparent url(../img/chyba.gif) left 0.4em no-repeat;
	padding-left: 20px;
}
p.ok {
    color: #000;
	font-size: 110%;
	background: transparent url(../img/ok.gif) left 0.4em no-repeat;
	padding-left: 20px;
}
/* /FORMULAR */
/*-----------------------------------------------------------*/
/* lightbox */ 
#lightbox {
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img { /* a img !!! */
    border:none;
}
#outerImageContainer{
	position: relative;
	background-color: #fff; /* barva pozadi fotografie - pouze okna */
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 5px solid #ebadd2; /*#ffdb62;*/ /* barva oramovani obrazku #323232; */
    border-bottom:none;
	}
#imageContainer { 
    padding: 5px 0 0 0
}
/*#imageContainer{
	padding: 10px;
	} soucast orginalniho skriptu*/
#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;
	background: url(../img/prev.gif) left top no-repeat;
}
#nextLink {
    right: 0;
	float: right;
	background: url(../img/next.gif) right top no-repeat;
}

#prevLink:hover, #prevLink:visited:hover {
    background: url("../img/prev_2.gif") no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
    background:url("../img/next_2.gif") no-repeat right top;
}

#imageDataContainer { /* box obdelniku s textem dole */
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;	
	color: #000;
	border: 5px solid #ebadd2; /*#ffdb62;*/ /* barva oramovani boxu dole - #323232;*/
	border-top: none;
}
#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;	/* plav 0, orginal 0.7em*/
}	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #333;  /* pozadi cele stranky za obrazkem!!! */
	}
	

