/* obecná nastavení*/
html {
height: 100%;
}
body {
background-color: #e0e0e0;
color: black;
font-family: Arial;
font-size: 14px;
font-weight: normal;
font-style: normal;
letter-spacing: 0px;
height: 100%;
padding: 0px;
margin: 0px;
}
a {
color: #007498;
font-weight: normal;
text-decoration: underline;
}
img {
margin: 0px;
border: 0px;
}


/*nastavení pro záložky*/
div.tabs {
color: black;
background-color: white;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-size: 13px;
letter-spacing: 0px;
height: 100%;
width: 300px;
position: relative;
position:absolute;
left: 0px;
top: 0px;
font-weight: normal;
text-transform: uppercase;
border-right: 1px solid gray;
}
div.tab {
color: white;
background-color: #007498;
margin: 0px 0px 0px 0px;
position:relative;
text-align: left;
padding: 10px 10px 10px 15px;
font-weight: normal;
border-bottom: 1px solid gray;
}
div.tabs a {
color: black;
background-color: white;
text-decoration: none;
}
div.tabs a:link div.tab,
div.tabs a:visited div.tab {
color: black;
background-color: white;
text-decoration: none;
}
div.tabs a:active div.tab  {
color: black;
background-color: white;
text-decoration: none;
}
div.tabs a:hover div.tab {
color: black;
background-color: lightgray;
text-decoration: none;
}



/*nastavení pro dokument na záložce*/
div.doc {
font-size: 14px;
color: black;
position: relative;
background-color: white;
top: 0px;
left: 0px;
width: 660px;
height: 100%;
min-height: 700px;
padding: 10px 20px 10px 320px;
margin: 0px 0px 0px 0px;
}
div.doc div.datum {
text-align: right;
font-size: 12px;
margin: 40px 0px 15px 0px;
}
div.doc h1 {
font-size: 22px;
font-weight: normal;
font-style: normal;
color: #007498;
text-align: left;
margin: 30px 0px 0px 0px;
text-transform: uppercase;
}
div.doc h2 {
font-size: 18px;
font-weight: normal;
font-style: normal;
color: #007498;
text-align: left;
margin: 25px 0px 0px 0px;
text-transform: uppercase;
}
div.doc h3 {
font-size: 14px;
font-weight: bold;
font-style: normal;
color: #007498;
text-align: left;
margin: 20px 0px 0px 0px;
}
div.doc h4 {
font-size: 14px;
font-weight: normal;
font-style: normal;
color: #007498;
text-align: left;
margin: 15px 0px 0px 0px;
}
div.doc h5 {
font-size: 14px;
font-weight: bold;
font-style: normal;
color: black;
text-align: left;
margin: 15px 0px 0px 0px;
}
div.doc div.aktualne h3{
margin-top: 10px;
}
div.doc table {
border: 0px;
background-color: white;
padding: 0px;
margin: 20px 0px 20px 0px;
width: 100%;
}
div.doc table th{
font-size: 12px;
font-weight: bold;
font-style: normal;
background-color: #007498;
color: white;
height: 20px;
text-align: left;
padding: 5px;
}
div.doc table td {
font-size: 12px;
font-weight: normal;
font-style: normal;
background-color: #f5f5f5;
color: black;
height: 20px;
text-align: left;
padding: 5px;
}
div.doc table th.nazevtabulky {
background-color: #98b9cc;
color: #007498;
background-color: white;
color: black;
font-weight: normal;
color: #007498;
}
div.doc table.org {
border: 1px solid #007498;
background-color: transparent;
padding: 10px;
margin: 20px 0px 20px 0px;
width: 100%;
}
div.doc table.org th{
font-size: 12px;
font-weight: bold;
font-style: normal;
background-color: white;
color: black;
height: 20px;
text-align: left;
padding: 5px 5px 5px 0px;
}
div.doc table.org td {
font-size: 12px;
font-weight: normal;
font-style: normal;
background-color: white;
color: black;
height: 20px;
text-align: left;
padding: 5px;
}
div.doc ul {
list-style-type: circle;
list-style-position: outside;
margin-left: 15px;
padding-left: 0px;
}
div.doc ul li {
margin-left: 0px;
padding-left: 2px;
}
div.doc div.zaznam {
position: relative;
margin: 10px 0px 15px 0px;
padding: 0px 0px 0px 120px;
min-height: 75px;
}
div.doc div.zaznam img {
position: absolute;
left: 0px;
top: 0px;
}
div.doc div.zaznam p {
margin-top: 5px;
}
div.doc img.ico {
vertical-align: text-bottom;
margin: 0px 10px 0px 0px;
}
div.doc div.obrazek {
position: relative;
padding: 0px;
float: left;
width: auto;
margin: 10px 0px 10px 0px;
cursor: pointer;
}
div.doc div.obrazek img {
position: relative;
width: 100%;
}
div.doc div.obrazek div.popis {
color: black;
background-color: rgba(255,255,255,0.8);
position: absolute;
right: 0px;
bottom: 20px;
border-top-left-radius: 10px 10px;
border-bottom-left-radius: 10px 10px;
padding: 5px 15px 5px 20px;
font-size: 10px;
pointer-events: none;
}
div.doc div.obrazek div.popistmavy {
color: white;
background-color: rgba(0,0,0,0.45);
position: absolute;
right: 0px;
bottom: 20px;
border-top-left-radius: 10px 10px;
border-bottom-left-radius: 10px 10px;
padding: 5px 15px 5px 20px;
font-size: 10px;
pointer-events: none;
}
div.doc p {
text-align: justify;
}
div.doc div.poznamkypodcarou {
border-top: 1px solid gray;
font-size: 80%;
padding:10px 0px 0px 0px;
margin:20px 0px 0px 0px;
}

/*nastavení pro  záložky 2. úrovně*/
div.doc div.tabs2 {
color: #007498;
background-color: transparent;
margin: 10px 0px 0px 0px;
padding: 0px;
font-size: 13px;
letter-spacing: 0px;
height: 43px;
padding: 0px 0px 0px 0px;
margin: 18px 0px 0px 0px;
position: relative;
font-weight: normal;
text-transform: none;
z-index: 999;
}
div.doc span.tab2 {
color: #007498; #ae9a63;
background-color: white; red; white; #efebdf; 
margin: 0px;
padding: 0px;
height: 30px;
position: absolute;
width: 138px;
text-align: center;
padding: 12px 0px 0px 0px;
font-weight: bold;
border-top-left-radius: 7px 7px;
border-top-right-radius: 7px 7px;
border: 1px solid gray;
border-bottom: 1px solid white;
}
div.doc div.tabs2 a:link, 
div.doc div.tabs2 a:visited {
color: #007498; white;
text-decoration: none;
background-color: #eeeeee; white; #ae9a63;
margin: 0px;
padding: 0px;
height: 30px;
position: absolute;
width: 138px;
text-align: center;
padding: 12px 0px 0px 0px;
border-top-left-radius: 7px 7px;
border-top-right-radius: 7px 7px;
}
div.doc div.tabs2 a:active {
color: #007498; black;
text-decoration: none;
background-color: white;
margin: 0px;
padding: 0px;
height: 30px;
position: absolute;
text-align: center;
padding: 12px 0px 0px 0px;
border-top-left-radius: 7px 7px;
border-top-right-radius: 7px 7px;
}
div.doc div.tabs2 a:hover {
color: #007498; white;
text-decoration: none;
background-color: lightgray; white; #c0b186;
margin: 0px;
padding: 0px;
height: 30px;
position: absolute;
width: 138px;
text-align: center;
padding: 12px 0px 0px 0px;
border-top-left-radius: 7px 7px;
border-top-right-radius: 7px 7px;
}
/*nastavení pro dokument na záložce 2. úrovně*/
div.doc div.doc2 {
color: black;
position: relative;
background-color: white;
height: 100%;
padding: 10px 20px 1px 20px;
margin: 0px 0px 0px 0px;
border: 0px solid gray;
border-top: 1px solid gray;
z-index: 100;
}







/*nastavení pro záhlaví a zápatí stránky*/
div.zahlavix {
color: white;
background-color: #2a2a2a;
margin: 0px;
padding: 10px;
height: 16px;
position: relative;
}
div.zahlavi {
color: white;
background-color: #6b6b6b;
margin: 0px 0px 18px 0px;
padding: 0px;
height: 170px;
position: relative;
}
div.zapati {
color: white;
background-color: #6b6b6b;
margin: 18px 0px 0px 0px;
padding: 10px;
font-size: 12px;
height: 140px;
position: relative;
}
div.zapatig {
color: white;
background-color: #6b6b6b;
margin: 18px 0px 0px 0px;
padding: 10px;
font-size: 12px;
height: 16px;
position: relative;
}
div.zapatix {
color: white;
background-color: #2a2a2a;
margin: 0px;
padding: 10px;
font-size: 10px;
height: 16px;
position: relative;
}
div.zapati h1 {
font-size: 14px;
font-weight: bold;
font-style: normal;
padding: 0px;
color: #c7c5c6;
line-height: 18px;
text-align: left;
margin-bottom: 5px;
}
div.zapati a {
color: white;
font-weight: normal;
text-decoration: none;
}
div.zahlavi h1 {
font-size: 48px;
font-weight: bold;
font-style: normal;
padding: 0px;
color: #6b6b6b;
line-height: 0px;
text-align: left;
position: absolute;
top: 40px;
left: 150px;
}
div.zahlavi h2 {
font-size: 20px;
font-weight: normal;bold;
font-style: normal;
padding: 0px;
color: #6b6b6b;
line-height: 0px;
text-align: left;
word-spacing: 0px;
letter-spacing: 0px;
position: absolute;
top: 100px;
left: 153px;
}
div.zahlavix a {
font-size: 16px;
font-weight: bold;
font-style: normal;
padding: 0px;
color: white;
line-height: 18px;
text-align: left;
}
div.zahlavix img {
margin: -3px 10px 0px 0px;
vertical-align: middle;
}

/*nastavení pro fotogalerii*/
div.gallery {
color: white;
background-color: #6b6b6b;
margin: 0px 0px 40px 0px;
padding: 10px 0px 10px 0px;
font-size: 10px;
height: 500px;
position: relative;
}
div.gallery ul {
list-style-type: none;
list-style-position: outside;
margin-left: 0px;
}
div.gallery ul li {
margin-left: 0px;
padding-left: 0px;
}

