/* CSS Document */
/*
Styles - default
Autor: Silhanek Michal
E-mail: silhec@seznam.cz
Vytvoreno 01/2008
---------------------------- 
Barvy:

telo: #c06993; 
svetle_ruzova: #ecbcd4;
content_bila: #faf8fb;
oranzova - pismo_panel, menu: #f2cba2;
pismo: #838378;
border v menu: #e491b9; 
nadpisy (cerne): #323232;
----
voditka (zmena.jpg):
- vodorovna: 50, 190, 235, 260, 875
- svisle: 10, 230, 470, 710

*/
body {
	font-family: Tahoma, 'Lucida Grande CE', lucida, sans-serif;
	font-size: small;
	text-align: center;
	min-width: 990px;
    line-height: 1.5;
	color: #838378;
	background-color: #fff;
}
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: #c06993 url(../lyout/back_end.jpg) 0 0 repeat-x;
    position: relative;
}
#head {
	width: 990px;
	margin: 0 auto;
	height: 140px;
	position: relative;
	background: #fff url(../lyout/head_fin.jpg) no-repeat right top;
}
#content_all {
	width: 990px;
	margin: 0 auto;
	background: url(../lyout/content_all_fin.jpg) no-repeat right top;
	text-align: left;
	padding: 25px 0 95px 0; /* 95px pro paticku */
}
#content {
	width: 700px; /* cisty prostor pro text 640px */
	float: left;
	overflow: hidden;
	margin-left: 10px;
	background: #faf8fb url(../lyout/kvetina.jpg) 100% 0% no-repeat;
}
#in {
   padding: 15px 20px 20px 20px;
   min-height: 850px;
   background: url(../lyout/content_end_700.jpg) bottom left no-repeat;
}
#panel { /* panel celkem = 280 - 20px (mezera left) - 10px (padding-right) = 250px - text */
	width: 240px;
	float: right;
	margin-top: 0px;
	padding-top: 110px;
	display: inline;
	overflow: hidden;
	color: #f2cba2;
	background: url(../lyout/panel_fin.jpg) top right no-repeat;
	padding-right: 10px;
}
#foot {
	width: 100%;
	height: 95px;
	background: #fff url(../lyout/foot.jpg) repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	border-top: 2px solid #f2cba2;
	color: #333;
}
#foot p {
	text-align: center;
	padding: 15px 10px 0 10px;
	line-height: 2em;
}
/* /layout */


/* menu_top */
#menu_top {
	width: 990px;
	margin: 0 auto;
	background: #c06993 url(../lyout/menu_top.jpg) bottom left no-repeat;
	height: 50px;
}
#menu_top ul {
	display: inline;
	float: left;
	margin-left: 200px;
}
#menu_top li {
	display: inline;
	list-style: none;
	float: left;
	border-right: 1px solid #e491b9;
	background:  url(../img/top.jpg) repeat-x left top;
	height: 50px;
	text-align: center;
	overflow: hidden;
}
#menu_top li.last {
	border: none;
}
#menu_top li a, #menu_top li strong {
	display: block;
	padding: 12px 20px 15px 20px;
	font-weight: normal;

}
#menu_top li a:link, #menu_top li a:visited {
	text-decoration: none;
	color: #f2cba2;
	background: url(../img/menu_top.gif) no-repeat center top;
}
#menu_top li strong, #menu_top li a:hover {
	color: #fff;
	background: url(../img/menu_top_white.gif) no-repeat center top;
}
/* /menu_top */

/* menu */
#menu {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background: #c06993 url(../lyout/menu_fin.jpg) no-repeat left top;
	height: 45px;
}
#menu ul {
	padding: 0;
	width: 700px;
	margin-left: 0px;
}
#menu li {
	list-style: none;
	display: inline;
	border-right: 1px solid #e491b9;
	float: left;
	height: 45px;
	width: 136px;
	text-align: center;
	overflow: hidden;
}

#menu li.last {
	border: none;
}
#menu li a, #menu li strong {
	display: block;
	padding: 10px 5px 15px 5px;
	background: url(../img/menu.gif) no-repeat center top;
	font-weight: normal
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	color: #f2cba2;
	background: url(../img/menu.gif) no-repeat center bottom;
}
#menu li a:hover, #menu li strong {
	color: #fff;
	background: url(../img/menu_white.gif) no-repeat center bottom;
}
/* /menu */

/* pod_menu */

#pod_menu {
    margin-bottom: 15px;
}
#pod_menu ul {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	border: 5px solid #f2cba2;
	border-width: 5px 0;	
}
#pod_menu ul li {
	display: inline;
	list-style: none;
	float: left;
	border-right: 1px solid #e491b9;
	background: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#pod_menu li.last {
	border: none;
}
#pod_menu li a {
	display: block;
	padding: 0px 15px;
	margin: 0 0 0 10px;
	font-weight: normal;
}
#pod_menu li a:link, #pod_menu li a:visited {
	color: #c06993;
	background: url(../img/menu_top.gif) no-repeat left center;
}
#pod_menu li a:hover {
	color: #333;
	text-decoration: none;
}
#pod_menu li.last {
	border: none;
}
/* /pod_menu */

/* nadpisy */
#head h1, #head h1 span {
	display: block;
	font-weight: normal;
	color: #c06993;
	width: 230px;
	height: 140px;
	z-index: 3;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	font-size: 140%;
	cursor: pointer;
	margin: 0;
	padding: 0;
   }
#head h1 span {
   z-index: 4;
   background: url(../lyout/h1_.jpg) no-repeat;
   top: 0;
   left: 0;
}
#home h1 span {
   cursor: default;
}
#head h2, #head h2 span {
   width: 240px;
   height: 140px;
   display: block;
   position:absolute;
   left: 230px;
   top: 0;
   font-size: 130%;
   font-weight: normal;
   z-index: 1;
   overflow: hidden;
   color: #c06993;
   text-align: center;
   margin: 0;
   padding: 0;
}
#head h2 span {
   background: url(../lyout/h2.jpg) no-repeat;
   z-index: 2;
   top: 0;
   left: 0;
}

#content_all h2, h3, h4 { 
    font-weight: normal;
	margin: 5px 0 15px 0;
	padding: 0 0 0 15px;
	background: url(../img/h2_.gif) no-repeat left center;
	color: #7f90ac;
}
#content_all h2 {
    color: #d06ca0;
	margin: -5px 0 15px 0;
	font-size: 135%;
}

h2 span, h3 span, h4 span {
	display: block;
	font-size: 80%;
	padding: 2px 0 0 0;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
#panel h2, #panel h3, #panel h4 {
    color: #323232;
	background: url(../img/h_panel.gif) no-repeat left center;
	
}
/* /nadpisy */




p, address {
	padding: 0 0 15px 0;
	font-style: normal;
} 
strong, em, i, b {
   color: #000;
   font-style: normal;
   font-weight: normal;
}
.tucne {
    font-weight: bold;
	color: #333;
}

.tucne em, .tucne strong {
    font-weight: bold;
	color:#c06993;
}

p.pdf, a.pdf { 
    background: url(../img/ikona_pdf.bmp) no-repeat 0 0.5em;
    padding: 5px 0 15px 25px;
} 
p.word, a.word { 
    background: url(../img/doc.gif) no-repeat 0 0.5em;
    padding: 5px 0 15px 25px;
} 

a.home {
    background: url(../img/home.gif) left center no-repeat;
	padding-left: 18px;
}
#toplist {
    position: absolute;
	bottom: 0;
	right: 100px;
	z-index: 1;
}
#toplist img {
    border: 5px solid white;
}
abbr, acronym {  
    border-bottom: 1px dashed #333;
	cursor: help;
}
.button, .button_2 {
    background: url(../img/button_4.gif) center left no-repeat;
	color: #323232;
	width: 300px;
	text-align: center;
	font-size: 110%;
	padding: 0;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin: 10px 0 25px 0px;
}
#content .button a:link, #content .button a:visited, #content .button_2 a:link, #content .button_2 a:visited {
    color: #323232;
}
.button_2 {
	float: right;
}



/* seznamy */
#content_all ul {
	padding: 0 0 10px 15px;
}
#content_all li {
	margin: 0 0 5px 0;
	list-style: none;
	background: url(../img/li.gif) 0 0.55em no-repeat;  
	padding-left: 17px; 
}
#panel ul li {	
	background: url(../img/li_panel.gif) 0 0.55em no-repeat;	 
}
dl {
    padding-bottom: 15px;
}
/* /seznamy */

/* odkazy */
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #E7E7E7;
}
a:hover {
    color: #fff;
	text-decoration: none;
}

#content a {
	white-space: nowrap;
}
#content a:link, #content a:visited, #head a {
	color: #c06993;
}
#content a:hover {
	color: #ecbcd4;
}

#foot a:link, #foot a:visited {
	color: #333;
}
#foot a:hover  {
	color: #666666;
}

/* /odkazy */

/* OBRAZKY */
img {
	border: 7px solid #ecbcd4;
	border-left: 7px solid #f2cba2;
	border-top: 7px solid #f2cba2;
}
.border_no {
    border: none;
}
p.img span {
	width: 22px;
	height: 18px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	background: url("../img/view_2.gif") no-repeat;
	cursor: pointer;
	display: block;
	
}
#content p.img {
    position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	display: block;
}
/*a:hover img {
    border: 7px solid #c06993;
}*/

img.right {
   float: right;
   margin: 0 0 15px 20px;
   clear: right;
}
img.left {
   float: left;
   margin: 0 15px 10px 0;
   clear: left;
}
#foto img {
    float: left;
	margin: 0 15px 15px 0;
}

#foto_cross {
    float: left;
	margin: 0 15px 5px 0;
	width: 300px;
	
}

/* /OBRAZKY */

/* 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 */


/* ------------ FORMULAR ------------ */
#form {
    width: 85%;
}
legend { 
    padding : 5px 10px;
    font-size : 130%;
    color: #323232;
} 
fieldset { 
    padding : 10px 20px 10px 20px;
    border : 5px solid #f2cba2;
} 
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%;
}
fieldset p span {
    color: #c06993;  
}
input.button_ { 
    margin: 10px 0 10px 20px;
    background: #c06993;  url(../img/button_4.gif) center center no-repeat;
    color: #323232;
    border: 3px solid #fff;
    padding: 5px 10px;
    font-weight: bold;
}
/*input.button_:hover { 
    background-color: #ff9900;
    color: #fff;
}*/
input, textarea { 
    border: 1px solid gray;
}
.barva {
    color:  #c06993; 
}
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 #c06993; /* 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;
}
#nextLink { 
	right: 0; float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background:url(../img/prev.gif) no-repeat 0 25%;
}
#nextLink:hover, #nextLink:visited:hover {
	background:url(../img/next.gif) no-repeat 100% 25%;
}*/

#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;
}

#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 #c06993; /* 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!!! */
	}
	

