html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #666666;
    background-image: url(imgs/back.png);
    font: 0.8em Arial, Tahoma, sans-serif;	
}

h1 {
    background-color: #f0f0f0; 
    color: #451700;
    font: 1.7em Arial,Tahoma,sans-serif; 
    font-variant: small-caps;
    padding: 1px 15px 1px 15px;
}

h2 {
    background-color: #f0f0f0; 
    color: #451700;
    font: 1.4em Arial,Tahoma,sans-serif; 
    font-variant: small-caps;
    padding: 1px 15px 1px 15px;
}

h3 {
    background-color: #f0f0f0; 
    color: #451700;
    font: 1.0em Arial,Tahoma,sans-serif; 
    padding: 3px 15px 3px 15px;
    font-weight: bold;
}

a.none {
    border: none;
}

a.none:hover {
    border: none;
}

a {
    text-decoration: none;
    /*font: 0.82em Arial,Tahoma,sans-serif; */
    font-size: 9pt;
    color: #cb8236;
    border-bottom: 1px dotted #cb8236;
}

a:hover {
    color: #763600;
    border-bottom: 1px solid #763600;
}

a.h_nav {
    color: #894606;
    border: none;
    font: 1.0em Arial,Tahoma,sans-serif;
    font-weight: bold;    
}

a.h_nav2 {
    color: #451700;
    border: none;
    font: 1.0em Arial,Tahoma,sans-serif; 
    font-weight: bold;
}

p {
    color: black;
    font: 0.82em Arial,Tahoma,sans-serif; 
    line-height: 150%;
}

ul {
    list-style: disc;
    font-size: 9pt;
    line-height: 150%;
}

p.titulek {
    background-color: #f0f0f0; 
    text-align: right;
    padding-right: 15px;
    font-weight: bold;
}

p.kat_popis {
    text-indent: 10px;
    background-color: #fafafa;
    padding: 5px 5px 5px 10px;
    margin: 0px;
}

span.zvyr {
    font-style: italic;
    color: #894606;
    
}

table.spotrebice {
    margin: 10px 0px 10px 20px;
}

table.spotrebice td.spotr {
    font-size: 9pt;
    padding: 2px 5px 15px 5px;
}


/**************************************
FORMULAROVY VECI
*/
input {
    font-family: Arial,Tahoma,sans-serif;
    font-size: 9pt;
    background-color: #fffaf0;
    border: 1px solid #ab5809;
    height: 20px;
}
input.button {
    background-color: #dea065;
    border: 1px solid #ab5809;
}
input.button_hover {
    background-color: #ab5809;
    border: 1px solid #ab5809;
    color: white;
}
textarea {
    font-family: Arial,Tahoma,sans-serif;
    font-size: 9pt;
    background-color: #fffaf0;
    border: 1px solid #ab5809;
}
td.label {
    font-size: 9pt;
    font-variant: small-caps;
    vertical-align: top;
    color: #451700;
    padding-right: 5px;
}

/**************************************
VELKEJ OBRAZEK
*/
table.bigimg {
    width: 700px;
    border: 1px solid #f0ead0;
    background-color: #fffaf0;
}

table.bigimg td.nav {
    font-size: 9pt;
    color: #909090;
    padding: 2px 10px 4px 10px;
}

table.bigimg td.obr {
    font-size: 9pt;
    color: black;
    padding: 15px 0px 5px 0px;
    background-color: white;
}

table.bigimg div.popis {
    background-color: #fffaf0;
    margin-top: 10px;
    font-style: italic;
}


/***********************************
NAHLEDY
*/
table.nahledy {
    border-collapse: collapse;
    margin-left: 25px;
}

table.nahledy td {
    padding: 9px;
    border-left: 3px solid #f0ead0;
    border-right: 3px solid #f0ead0;
}

table.nahledy td.obr {
    padding: 9px;
    text-align: center;
    border-top: 3px solid #f0ead0;
}

table.nahledy td.popis {
    text-align: center;
    padding-bottom: 10px;
    font-size: 7pt;
    border-bottom: 3px solid #f0ead0;
}

td.popis a {
    font-size: 7pt;
}

table.nahledy td.nic {
    border: none;
    background-color: transparent;
}

div.link {
    margin-top: 20px;
    margin-bottom: 45px;
    
}
div.link p {
    font-size: 7pt;
    text-align: right;
    color: #a0a0a0;
    margin: 0px;
}
div.link a {
    font-size: 7pt;
}

/**************************************
STROM
***************************************/

#treeContainer a {
    text-decoration: none;
    color: black;
    padding-right: 7px;
    padding-left: 4px;
    border: none;
}
#treeContainer a:hover {
    background-color: #eec48d;
}

#treeContainer td {
    padding: 0px;
    vertical-align: middle;
}

span.tree_kategorie {
    font-size: 9pt;
    font-variant: small-caps;
    color: #5f2b02;
    afont-weight: bold;
}

span.tree_vyrobek {
    font-size: 9pt;
    font-style: italic;    
    font-variant: small-caps;
    color: #5f2b02;
}





/**************************************
DESIGNOVE VECI
***************************************/

table.design {
    margin: 0px;
    border-collapse: collapse;
    height: 100%;
}

table.design td {
    padding: 0px;
}

table.menu {
    height: 44px;
    margin: 0px;
    border-collapse: collapse;    
    /*margin-right: 50px;*/
}

table.menu td {
    padding: 0px;
    width: 94px;
    height: 44px;
    background-image: url(imgs/menu_zalozka.png);
    background-repeat: no-repeat;
    text-align: center;
}

table.menu a {
    color: #cb8236;
    text-transform: uppercase;
    /*font: 0.7em Arial, Tahoma, sans-serif;	*/
    font-size: 8.5pt;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

table.menu a:hover {
    text-decoration: underline;
    color: white;
}

table.foot {
    margin: 9px 0px 0px 0px;
    border-collapse: collapse;    
}

table.foot td {
    font-size: 8pt;
    color: #3b1600;
    padding: 0px 20px 0px 20px;
}

table.foot p {
    font-size: 8pt;
    color: #3b1600;
}

table.foot a {
    color: #cb8236;
    text-decoration: none;
    border: none;
    font-size: 8pt;
}

table.foot a:hover {
    text-decoration: underline;
    color: white;
}

