html {
    height:100%;
}
body {
    font-size:0.7em;
    font-family:Verdana,sans-serif;
    margin:0em;
    padding:0em;
    text-align:left;
    background:URL('./images/bg.gif') top left #F5D3AF;
    /* background-attachment:fixed; */
    color:#58595B;
    width:100%;
    height:100%;
}
#page {
    height:100%;
    _height:100%;
    border-right:5px solid #F6D5B0;
    background:URL('./images/page-bg.gif') repeat-y top left;
}
#visiblepage {
    width:765px;
    height:100%;
}
a {
    color:#000;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a img {
    border:none;
}
hr.cleaner,
div.cleaner {
    visibility:hidden;
    clear:both;
}

h1 {
    margin:0em;
    padding:0em;
    width:170px;
    height:170px;
    background:URL('./images/logo.gif') no-repeat center center #ff6600;
    float:left;
    border-bottom:2px solid #FFF;
    border-right:2px solid #FFF;
}
h1 a {
    display:block;
    width:170px;
    height:170px;
}
h1 a span {
    display:none;
}

#banner {
    background:#D1D2D4;
    height:170px;
    width:586px;
    float:left;
    clear:right;
    overflow:hidden;
}
#contentarea {
    clear:both;
    background:URL('./images/page-bg.gif') repeat-y top left;
    text-align:justify;
}
#main {
    background:#FFF;
    width:542px;
    _width:542px;
    padding-right:25px;
    padding-bottom:22px;
    float:right;
    font-size:1.0em;
    border-right:5px solid #F6D5B0;
}
#menu {
    margin:0em;
    padding:20px 0px 20px 0px;
    width:170px;
    float:left;
    text-align:right;
    color:#D1D2D4;
    background:#6D6F71;
    font-family:"Trebuchet MS","Trebuchet","Georgia","Times New Roman",sans-serif;
    font-weight:normal;
    list-style:none;
    font-size:1.6em;
    line-height:1.4em;
}
#menu li {
    text-transform:lowercase;
    display:block;
    float:left;
    width:100%;
    position:relative;
}
#menu a {
    display:block;
    padding:0em 21px 0em 0em;
    color:#D1D2D4;
    background:#6D6F71;
    text-decoration:none;
}
#menu li.active a, #menu li.hover a, #menu li:hover a, #menu a:hover {
    color:#6C6E71;
    background:#FFF;
    text-decoration:none;
}
#menu li.hover a, #menu a:hover {
    background:#CDCDCD;
    color:#6D6F71;
}
/* Submenu */
#menu li ul {
    display:none;
    position:absolute;
    top:-1px;
    left:100%;
    margin:0em;
    padding:0em;
    list-style:none;
    text-align:left;
    background:#CDCDCD;
    border-top:1px solid #6D6F71;
    border-right:1px solid #6D6F71;
    border-bottom:1px solid #6D6F71;
}
#menu li ul li {
    width:250px;
}
#menu li ul li a, #menu li.active ul li a, #menu li.hover ul li a, #menu li:hover ul li a {
    padding:0.2em 0.5em;
    font-size:0.8em;
    line-height:1.2em;
    background:#CDCDCD;
    color:#D1D2D4;
}
#menu li.hover ul li a, #menu li:hover ul li a {
    background:#CDCDCD;
    color:#6D6F71;
}
#menu li ul li.hover {
    background:#FFF;
    color:#6D6F71;
}
#menu li ul li a:hover, #menu li.active ul li a:hover {
    background:#FFF;
    color:#6D6F71;
}
/* Zobrazenie submenu */
#menu li:hover ul, #menu li.hover ul {
    display:block;
}

#searchform {
    float:left;
    color:#BDBEC0;
    padding:0.4em 0em;
}
#searchform .text,#searchform .button {
    font-size:1em;
}
#searchform .text {
    width:200px;
}
#langswitch {
    padding:0.4em 0em;
    float:right;
    text-align:right;
}
#langswitch img {
    margin:0px 0px 0px 5px;
}

#main hr {
    background:#BDBEC0;
    color:#BDBEC0;
    clear:both;
    border:none;
    height:1px;
}

h2 {
    font-family:"Trebuchet MS","Trebuchet","Georgia","Times New Roman",sans-serif;
    font-weight:normal;
    font-size:2.0em;
    margin:0em 0em 0.4em 0em;
    padding:0em;
    color:#000;
}

h3 {
    font-family:"Trebuchet MS","Trebuchet","Georgia","Times New Roman",sans-serif;
    font-weight:normal;
    font-size:1.5em;
    margin:0.4em 0em;
    padding:0em;
    color:#000;
}

h4 {
    font-family:"Trebuchet MS","Trebuchet","Georgia","Times New Roman",sans-serif;
    font-weight:normal;
    font-size:1.3em;
    margin:0.4em 0em;
    padding:0em;
    color:#000;
}

h5 {
    font-family:"Trebuchet MS","Trebuchet","Georgia","Times New Roman",sans-serif;
    font-weight:normal;
    font-size:1.1em;
    margin:0.4em 0em;
    padding:0em;
    color:#000;
}

h6 {
    font-family:"Trebuchet MS","Trebuchet","Georgia","Times New Roman",sans-serif;
    font-weight:normal;
    font-size:1.0em;
    margin:0.4em 0em;
    padding:0em;
    color:#000;
}

ul {
    list-style-type:square;
}

.contextmenu {
    font-size:0.8em;
    text-align:right;
    color:#BDBEC0;
}
.contextmenu a {
    color:#BDBEC0;
}