/* ###########################################################
Author xhtml/css : Sekyt - http://www.sekyt.cz
########################################################### */
 


/* ############## globalni nastaveni ################## */
* {
text-decoration: none;
color: #333333;
}

body{
background: #ffffff;
line-height: 1.2em; /*mezera mezi radky*/
font: normal 87% sans-serif,Verdana, Arial; /*87% vychozi velikost pro IE 14px*/
letter-spacing: 0.04em;
}

h2, h3, h4, h5 {
color: #274f7d;
}

img {border:none; margin:5px;}

a {color: #cc0000;}
a:hover {color: #cc0000; text-decoration: underline;}

.bublina {border-bottom: dotted 1px #cc0000; cursor: help;}
.center {text-align: center;}
.mezera {margin-top: 1em;}



/* ########## stredni blok - vlastni stranka################## */
#blok {
position: relative;
width:780px; height: auto;
margin: 10px auto;
padding-bottom: 10px; /*odsazeni od spodku*/
}



/* ################## navigace - hlavni ################# */
#navigace-hlavni {
padding: 10px 10px;
border-bottom: solid 1px gray;
letter-spacing: 1px; /*zvetseni mezery mezi odkazy a znakem | */
text-align: right;
}
/*nechat zvlast pro odkazy, nedojde tak ke zvetseni znaku | */
#navigace-hlavni a {
font: bold 20px Georgia, serif;
letter-spacing: 0px;
padding: 5px;
} 



/* ################## hlavicka ####################### */
#hlavicka {
margin-top: 5px;
width : 780px;
height: 120px;
}
#hlavicka a:hover {text-decoration: none;}

/*leva cast hlavicky*/
.hlavicka-leva {  
width : 580px;
height: 115px; margin-left: 10px;
text-align: center;
float: left;
padding: 5px;
text-shadow: 8px -2px 14px; /*barva | horizont - vertikala - rozostreni*/
}
.nazev { /*pouze hlavicka*/
position: relative;
top: -5px;
color: #87a448;
font: bold 44px Georgia, serif;
letter-spacing: 13px;
}
.com {
position: relative;
top: -3px;
padding-left: 10px;
color: #b6d279/*#e0c592*/; 
font: bold 34px Georgia, serif;
letter-spacing: 2px;
}
.jmena {
position: relative;
top: 0px;
color: #c3a263;
font: bold 24px Georgia, serif;
letter-spacing: 2px;
font-weight: bold;
}
/*prava cast hlavicky - akce*/
.hlavicka-prava {
width: 150px; height: 103px;
background: #fcfcfc url("../grafika/prvky/budka.jpg") no-repeat center top; 
position: relative; top: 10px;
float: right;
}


/* ######## navigace - reseni ######## */
#navigace-spodni {
margin-top: 10px;
text-align: center;
border-bottom: solid 1px gray;
border-top: solid 1px gray;
}
#navigace-spodni a {padding: 2px;}
#navigace-spodni a:hover {padding: 2px;}



/* ######## napln stranky - text + pravy bok ######## */
#napln {
position: relative; top: 10px;
width: 780px; height: auto;
}


/*vlastni text - obsah*/
.text {
margin-right: 10px;
padding: 0 20px 0 20px;
overflow: hidden;
text-align: justify;
width: 550px;
border-right: solid 1px gray;
}
.text p  {
margin-top: 1em;
}
.text li {margin-left: 0px; margin-top: 1em;}
h2 { /*hlavni nadpis textu*/
font: bold 160% Georgia, serif; /*vychozi 28px*/
margin: 5px 0 20px 0;
}
h4, h5 { margin: 30px 0 10px 0; padding-left: 15px;}
h4 { /*1.podnadpis textu*/
font: bold 140% Georgia, serif; /*vychozi 20px*/
} 
h5 { /*2.podnadpis textu*/
font: bold 115% Georgia, serif; /*vychozi 16px*/
}
.dark {color: #5e5e5e;}
.text a {font-weight: normal;}

.kecy {font-style: italic; letter-spacing: 0;}
.kecy li {margin-bottom: 0.4em; margin-top: 0;}

.reference {
background: #fcfcfc;  
border: dotted 1px gray;
margin: 2em 0;
padding: 10px;
line-height: 1.2em;
}
.reference h5 { 
margin: 5px 0 0 0;
padding: 0;
text-align: center;
}
.reference2 img {
background: #ffffff;
border: dotted 1px gray;
padding: 5px;
margin: 5px; 
}
.reference2 p {text-align: center;}

/*bocni blok s navigaci*/
.bok {
position: absolute;
top: -10px;
left: 580px;
width: 190px;
overflow: visible; /*necha se pretekat a je videt*/
margin-left: 10px;
}
h3 { /*pouze bocni menu*/
font: bold 18px Georgia, serif; /*natvrdo*/
margin-top: 1em; margin-bottom: 0.3em;
padding-left: 20px;
}
/*menu*/
.bok-menu ul {
margin: 0 10px 5px 20px;
padding: 5px;
}
.bok-menu a {padding: 5px;}
.bok-menu a:hover {text-decoration: none; margin-left: -7px;}
.bok-menu li {
list-style-type: none; 
line-height: 1.8em; /*rozestup radku*/
}
/*weby vyrobcu*/
.bok-weby a {
letter-spacing: 0; 
padding-right: 0.2em; 
line-height: 1.2em; 
font-weight: normal;
}
.bok-weby a:hover {font-weight: normal; text-decoration: underline;}
.bok-weby p { 
line-height: 1em; 
background: #fcfcfc; 
border: dotted 1px gray;
margin: 10px 7px 5px 9px;
padding: 5px;
font-size: 93%; /*vychozi 13px*/
}


/* ################### paticka ################### */
#paticka {
clear: both;
margin-top: 20px;
width:780px;
text-align:center;
padding: 10px 0;
font-size: 93%; /*vychozi 13px*/
border-top: solid 1px gray;
letter-spacing: 0;
}
#paticka a {color: #cc0000; font-weight: normal;}

.pocitadlo {
text-align: center;
margin-top: 1em;
}

