/* CSS Document
----------------------------
Styles - default
Autor: Silhanek Michal; http://www.sikawebdesign.cz/
E-mail: silhec@seznam.cz
Vytvoreno: 10/2009
---------------------------- 
fotky:
- na sirku nebo vyska max. - big: 800px;
- na sirku - small: 200px; product: height: 100px

jpg, 50% - kvalita - 665px hlavni; 325px panel!

Barvy:

pozadi webu: #508885   188987
content #e6ebd7
content_all #e5ead6
h2  #279288
pismo: #365452
odkaz: #5c9e9a
cerna: 020202
jemny pod tlacitky: c8eef1
tlacitko tirkis: 00d0ea

voditka:
vodorovna: 105 (100), 170, 210, 251, 370, 545, 635, 
svisla: 60, 100, 520, 565, 962, 

*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	min-width: 902px;
    line-height: 1.5;
	color: #365452;
	background: #508885 url(../lyout/body_repeat.jpg) top left repeat-x; 
	text-transform: lowercase;
    
}
html, body {
	height: 100%;
}
* {
	padding: 0;
	margin: 0;
}
li {
	display: list-item;
}
.skryt, #menu_top h2, #menu h2 {
	width: 200px;
	position: absolute;
	left: 0;
	top: -3000px
}
hr, caption, #statistiky {
	display: none
}
.cistic {
    clear: both; line-height: 1px; font-size: 1px; height: 1px; margin-top: -1px;
}
/*---------------------------------------------------------------------------------------------*/
/* layout */

#back {
    width: 100%;
	min-height: 100%;
	text-align: center;
	margin: 0 auto !important;
	position: relative;
	z-index: 1;
	background: url(../lyout/body_all_4.gif) repeat-y center top;
		 	
}
#back_bg {
    position: absolute;
	width: 100%;
	height: 632px;
	right: 0;
	top: 0;
	background: url(../lyout/body_2.jpg) no-repeat center top;
	z-index: 0;
}
#head {
	width: 902px;
	margin: 0 auto;
	height: 210px;
	position: relative; /* kvuli pozicovani h1, h2 */
	background: #173a3c url(../lyout/head_3.jpg) top left no-repeat;
}
#content_all {
	width: 902px;
	margin: 0 auto;
	text-align: left;
	position: relative; /*kvuli top_odkazy*/
	background: url(../lyout/content_all_3.jpg) no-repeat top right;
	padding-top: 41px;
	
	min-height: 650px;
}
#content {
	width: 632px; /* content 745px  */	
	float: right;
	display: inline;
	background: /*#fff*/ url(../lyout/content_2.jpg) no-repeat top right;	
	

}
#content .in {
  padding: 20px 50px 0 20px;
  /*background: url(../lyout/img/nadpis_2.gif) 60px 45px no-repeat;*/
  
 
}
#panel { 
	width: 270px; /* panel width 245px */
	float: left;
	display: inline;
	position: relative;
	top: -10px;
	left: 0px;
	z-index: 6;
	overflow: hidden;
	padding-bottom: 10px;
	text-align: left;

}

#panel .in { 
	padding: 0 0px 0px 12px;	
}
p#top_odkazy { 
	position: absolute;
	top: 16px;
	right: 22px;
	width: 325px;
	height: 45px;
	z-index: 30;
	font-weight: bold;
	padding: 15px 0 0 0;	
}
#foot {
	width: 100%;
	clear: both;
	color: #333;
	height: 133px;
	background: #173a3c url(../lyout/foot_repeat_2.jpg) bottom left repeat-x; 
}
#foot .in {	
	width: 902px;
	margin: 0 auto;
	height: 133px;
	overflow: hidden;
	background: #173a3c url(../lyout/foot_2.jpg) top left no-repeat;
}

#foot p {
    text-align: center; 
	padding: 25px 0px 20px 0;
	color: gray;#508885;
	}
#servis p {
	font-weight: bold;
	text-align: left;
	margin-left: 450px;
	text-transform: lowercase;
}
#foot strong {
      color: gray;
	  font-size: 100%;
}
.home {
	background: url(../lyout/img/home.gif) left center no-repeat;
	padding-left: 15px;
}
.mail {
	background: url(../lyout/img/mail.gif) left center no-repeat;
	padding-left: 25px;
}
.friend {
	background: url(../lyout/img/friend.gif) left center no-repeat;
	padding-left: 25px;
}
/* /layout */
/*---------------------------------------------------------------------------------------------------*/
/* menu */
#menu {
	/*margin-left: 2px;*/
	padding: 0 0 0px 0;
	width: 246px;
	margin-bottom: 50px;
	background: url(../lyout/masaze_panel.jpg) bottom left no-repeat;
}
#panel #menu ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
#panel #menu li {
	list-style: none;
	padding: 0; 
	margin: 0 0 8px 0; 
	font-weight: bold;
} 

#menu li a, #menu li strong {
   display: block;
   text-decoration: none;
   font-family:  Platino, Georgia, Times, serif;
   font-weight: bold;
   padding: 0px 5px 0px 20px;
   font-size: 110%;
   height: 64px;
   line-height: 64px;
   white-space:nowrap;
   overflow: hidden;
   letter-spacing: 1px;
   text-shadow: 1px 1px 1px #dcdcdc;
   
}

#menu li a:link, #menu li a:visited { 
    color: #333;737b64;
	background: #00d0ea url(../lyout/menu_li_2.gif) center left no-repeat;	
}
#menu li a:hover, #menu li a:active, #menu li a:focus {
    color: #279288;#fff;
	background: #fff url(../lyout/menu_li_2.gif) center center no-repeat;
}
#menu li strong {
	color: #fff;/*b20360;*/
	background: #3d948c url(../lyout/menu_li_2.gif) center right no-repeat;	
}



#menu_top {
	position: absolute;
	top: 0px;
	left: 60px;
	height: 50px;
	width: 500px;
	z-index: 20;
}

#menu_top ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
#menu_top li {
	list-style: none;
	padding: 0; 
	margin: 0 1px 0 0; 
	font-weight: bold;
	width: 123px;
	float: left;
	
} 

#menu_top li a, #menu_top li strong {
   display: block;
   text-decoration: none;
   font-family:  Platino, Georgia, Times, serif;
   font-weight: bold;
   /*padding: 0px 5px 0px 15px;*/
   font-size: 110%;
   height: 40px;
   line-height: 40px;
   white-space: nowrap;
   overflow: hidden;
   letter-spacing: 1px;
   text-shadow: 1px 1px 1px #dcdcdc;
   
   text-align: center;
   
    
}
#menu_top li a:link, #menu_top li a:visited { 
    color: #333;737b64;
	background: #00d0ea url(../lyout/menu_top_li_2.gif) top left no-repeat;	
}
#menu_top li a:hover, #menu_top li a:active, #menu_top li a:focus {
    color: #279288;#fff;
	background: #fff url(../lyout/menu_top_li_2.gif) top center no-repeat;
}
#menu_top li strong {
	color: #fff;b20360;
	background: #3d948c url(../lyout/menu_top_li_2.gif) top right no-repeat;
	height: 48px;	
}


#kont_doporuc {
	width: 243px;
	height: 123px;
	background: #508885 url(../lyout/kont_doporuc.jpg) top left no-repeat;
	margin-bottom: 20px;
	font-size: 110%;
}

#panel #kont_doporuc li {
	list-style: none;
	color: white;
	padding-top: 22px;
	white-space:nowrap;
   overflow: hidden;
}

#kont_doporuc a:link, #kont_doporuc a:visited {
	color: #fff;
}
#kont_doporuc a:hover {
	color: #333;
	text-decoration: none;
}
#kont_doporuc strong {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 110%;
}
#podnav .last {
    border: none;
}
ul#podnav li {
    border-right: 1px solid #000;
	float: left;
	list-style: none;
	margin-right: 10px;
	padding: 5px 10px;
	display: block;
	font-size: 110%;
}
ul#podnav li a {
    margin-right: 5px;
	padding: 5px;
}


/* /menu, navigace, boxy */
/*-------------------------------------------------------------------------------------------------*/
/* nadpisy */
#head h1, #head h1 span {
	display: block;
	font-weight: normal;
	width: 480px;
	height: 70px;
	z-index: 3;
	position: absolute;
	left: 40px;
	top: 100px;
	overflow: hidden;
	font-size: 160%;
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: #fff;
	background-image: none;
   }
#head h1 span {
   z-index: 4;
   background: url(../lyout/h1_3.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: 15px 0 10px 30px;
	color: #279288;#020202;
	font-family: Platino, Georgia, Times New Roman, Times, serif;
	background: url(../lyout/img/nadpis_3.gif) left 1.1em no-repeat;
	text-shadow: 1px 1px 1px #737b64;
	letter-spacing: 1px
}

h2 {
	font-size: 150%;
	padding: 35px 0 15px 0px;
	color: #020202;
	font-weight: bold;
	background: url(../lyout/img/h.gif) left 1em no-repeat;
}
h3 {
	font-size: 135%;
}
h4 {
	font-size: 120%;
}
#panel h3, #panel h4 {  
	color: 	#333;6a725a;
	padding: 0px 0 10px 10px;
	background: none;
	text-shadow: none;
}
#panel h4 {
	padding-top: 0px;
}
h3 span {
   color: #7f90ac;
   font-style: italic;
}
/* /nadpisy */
/*------------------------------------------------------------------------------------------------*/

p, address {
	padding: 0 0 15px 0;
	font-style: normal;
	text-transform: none; 
} 
strong {

font-size: 120%;
   font-weight: normal;
   color: #000000;
   
  /* color: #508885;
   font-style:  normal;
   font-weight: bold;*/
}
em {
   color: #508885;#000;
   font-weight: normal;
   font-style: normal;
}
i {
   font-style: italic; 
}
.text_norm {
    text-transform: none;	
}
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;
}
.vcard {
    background: url(../lyout/img/vcard_icon.gif) right center no-repeat;
	padding: 3px 40px 2px 0;
}
#plavacek {
	float: right;
	width: 45%;
}
#akce {
    font-size: 120%;
	color: #b20360;
	background: #fff url(../img/akce.jpg) top right no-repeat;
	padding: 15px 15px 0px 15px;
	margin-bottom: 10px;
	/*border: 3px solid #737b64 ;*/
}
#statistiky_ {
	margin-left: 70px;
}

ul#flags {
    position: absolute;
	right: 210px;
	top: 19px;
	z-index: 6;
	width: 120px;
	height: 11px; /*38x3 + 15 margin-bottom*/
	margin: 0;
	padding: 0;
}
#flags li {
    list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	
	float: left;
}
#flags li a, #flags li strong {
    padding: 0; 
	margin: 0 0 0px 7px;
	display: block;	
	height: 11px;
	width: 14px;
	line-height: 11px;
	white-space: normal;
	
}
#flags a img {
	border: none;
}
.botton {
    font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
/*------------------------------------------------------------------------------------------------------------*/
/* seznamy */
#content ul, dl {
	padding: 0 0 5px 20px;
}
#content ol {
	padding: 0 0 15px 20px
}
#content ul li, #panel ul li {
	margin: 0 0 10px 0px;
	padding: 0;
	list-style:  circle;
}

#content li ul {
	padding: 5px 0 0 30px;
	margin-bottom: 20px;
}

#content li ul li {
	padding: 0;
	margin-bottom: 5px;
	list-style: disc;
}
#panel ul {
	padding: 0 0 15px 20px;
}
#ref {
    font-weight: bold;
}
/* /seznamy */
/*------------------------------------------------------------------------------------------------------------*/
/* odkazy */
a {
	text-decoration: underline;
}
a:link, a:visited {
	color: #5c9e9a;
}
a:hover, #foot #servis a:hover {
	color: #333;
	text-decoration: none;
}
a.out, a.out_dark {
    background: transparent url(../lyout/img/out.gif) right top no-repeat;
	padding-right: 13px;
	/* kvuli zobrazeni pozadi v ie kdyz je odkaz zalomen na druhy radek */
	position: relative; white-space: nowrap; display: inline-block; 
}
a.out_dark {
    background: transparent url(../lyout/img/out_dark.gif) right top no-repeat;
}
#foot a:hover, #kont_doporuc a:hover {
	color: #c5ce7b;
	text-decoration: none;
}
.skryvaciodkaz {
   font-weight: bold;
}
/*li strong {
   font-size: 120%;
   font-weight: normal;
   color: #000000;
}*/

/* /odkazy */

/* tabulka ---------------------------------------------------------------- */

/* 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: 7px;
	border: 3px solid #fff;
	background: #e9f6cb;
	font-weight: normal;
}
th.left_tab, td.left_tab {
	text-align: left;
	padding-left: 10px;
}
thead th {
	background: #737b64 url(../lyout/table.gif) top left repeat-x;
	font-weight: bold;
	padding: 10px;
}
/* /tabulka -------------------------------------------------------------------------- */

/*--------------------------------------------------------------------------------------------------------------*/
/* FORMULAR */

form {
    width: 100%;	
}
form br, legend { 
    display: none; 
}
fieldset { 
    padding: 10px 20px;
	/*border: 2px solid #508885;*/
	margin-bottom: 15px;
	background-color: #c8eef1; 
	color: #333;
} 
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: #333;
	font-weight: bold;
}
label.normal {
	color: #6a725a;
	font-weight: normal;
}
input.button_ { 
    margin: 20px 10px 0px 0px;
	padding: 10px 30px;
    background: #00d0ea;
    color: #333;#fff;
    font-weight: bold;
	font-size: 120%;
	cursor: pointer;
}
input.button_:hover { 
    background-color: #fff;
    color: #333;
}

p.chyba, p.ok {
    color: #b20360;
	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 */

.foto img {border:5px solid #fff;display:block; }
.foto a:hover img {border-color:#6a725a;color:#000}
.foto p {padding:0}
.right{float:right;margin:5px 0 15px 20px; display: block;}
.left{float:left;margin:5px 20px 15px 0}
.panel img {border:5px solid #d1ddb5; display:block; 
margin: 0 0 20px 20px;
}
.panel a:hover img{border-color:#6a725a;}

/* /OBRAZKY */

 /*------------------------------------------------------------------------------------------------------*/
/* thickbox */
#TB_overlay{position:fixed;z-index:100;top:0px;left:0px;height:100%;width:100%}
.TB_overlayBG{background:#000;filter:alpha(opacity=75);-moz-opacity:0.75;opacity:0.75}
#TB_window{position:fixed;background:#fff;z-index:102;color:#2d4463;ea5505;font-weight:bold;display:none;border:4px solid #fff;text-align:left;top:50%;left:50%}
#TB_next a,#TB_prev a{font-weight:normal;color:#336699}
#TB_next,#TB_prev{font-weight:normal;color:#336699}
#TB_window img{border:none}
#TB_next a:hover,#TB_prev a:hover{color:#c85042}
#TB_window img#TB_Image{display:block;margin:15px 0 0 15px}
#TB_caption{height:25px;padding:7px 10px 10px 10px;float:left}
#TB_closeWindow{height:25px;padding:11px 25px 10px 0;float:right;color:#000;font-weight:normal}
#TB_closeAjaxWindow{padding:7px 10px 5px 0;margin-bottom:1px;text-align:right;float:right}
#TB_ajaxWindowTitle{float:left;padding:7px 0 5px 10px;margin-bottom:1px}
#TB_title{background:#fff;height:27px}
#TB_ajaxContent{clear:both;padding:2px 15px 15px 15px;overflow:auto;text-align:left;line-height:1.4em}
#TB_ajaxContent.TB_modal{padding:15px}
#TB_ajaxContent p{padding:5px 0px 5px 0px}
#TB_load{position:fixed;display:none;height:13px;width:208px;z-index:103;top:50%;left:50%;margin:-6px 0 0 -104px}
#TB_HideSelect{z-index:99;position:fixed;top:0;left:0;background-:#fff;border:none;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;height:100%;width:100%}
#TB_iframeContent{clear:both;border:none;margin-bottom:-1px;margin-top:1px}
/* /thickbox */ 

/* thickbox */ 
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/* /thickbox */

