@charset "UTF-8";
/* 
Document   : layout
Author     : Lukáš Vlk (DarkWolf)
*/

root { 
    display: block;
}

body {
    background-image: url(../images/poz1.png);
    background-color: #1a0f85;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: 100% 100%;
}

#frmTop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background-image: url(../images/pic3.png);
    padding-left: 30px;
    z-index: 2;
}

#frmTop a img {
    border: none;
}

#frmWZ {
    position: relative;
    margin-top: 6em;
    margin-bottom: 7em;
}

#frmLang {
    position: fixed;
    top: 0ex;
    right: 1ex;
    z-index: 3;
}

#frmMenu {
    position: fixed;
    top: 105px;
    left: 10px;
    width: 210px;
    min-height: 450px;
    border: 1px solid yellow;
    border-right: 6px solid yellow;
    border-bottom: 6px solid yellow;
    border-right-style: groove;
    border-bottom-style: groove;
    background-color: #0F0D60;
    background-image: url(../images/para.png);
    background-repeat: repeat-y;
}

#frmMenu h2 {
    color: #fefe11;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 0px;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid yellow;
}

#frmMenu p {
    color: #fefe11;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: 0px;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid yellow;
    /*background: transparent url("ctverecek_75.png") repeat left top; filter: alpha(opacity=75);*/
}

#frmMenu a {
    color: #fefe11;
    text-decoration: none;
}

#frmMenu ul {
    color: #fefe11;
    letter-spacing: 1px;
    font-weight: bold;
    padding-left: 0px;
    margin-left: 0px;
    /*background-image: url(../images/pozT.png);*/
}

#frmMenu li {
    list-style-type: none;
    padding-left: 1em;
}

#frmMenu li:hover {
    background-color: #2b00b1;
    border-right: 5px solid #b3b300;
}

#frmMenu li li {
    padding-left: 2.2em;
    text-indent: -0.9em;
}

#frmMenu li li:hover {
    background-color: navy;
}

#frmTelo {
    position: relative;
    top: 95px;
    margin-left: 230px;
}

#frmSubTelo {
    padding: 0.5em;
    padding-left: 1em;
    border: 5px solid black;
    background-image: url(../images/para.png);
    background-position: right top;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    min-height: 435px;
}

#frmPata {
    position:fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: white;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-top: 2px solid #cccccc;
    background-image: url(../images/poz.png);
    font-size: 0.9em;
    z-index: 2;
}

#frmPata p {
    margin: 0px;
    padding: 0px;
}

/* Autor */
.autor {
    display: inline;
    position: relative;
    text-align: center;
    z-index: 3;
}

.autor a {
    /*text-decoration: none;*/
    font-weight: normal;
    z-index: 3;
}

.autor:hover {
    z-index: 4;
}

#bAutor {
    display: none;
    position: absolute;
    text-align: left;
    left: -1em;
    bottom: 0.9em;
    width: 200px;
    height: auto;
    border: 5px solid navy;
    padding: 1ex;
    z-index: 3;
    background-color: #cccccc;
    color: navy;
}

.autor:hover #bAutor {
    display: block;
}

#bAutor a {
    color: navy;
}

#bAutor a:hover {
    text-decoration: underline overline;
    background-color: #e0e0e0;
}


/* Validace */

.valid {
    position: absolute;
    bottom: 0;
    right: 0;
    /*width: 35ex;*/
    text-align: right;
    z-index: 4;
}

.valid a {
    font-weight: normal;
}

.w3cb {
    background-color: #ffcc66;
    padding-left: 0;
    padding-right: 1ex;
}

.w3c {
    padding-right: 0.4ex;
    padding-left: 0.4ex;
    background-color: #ffffff;
    color: #0c479d;
}

.spec {
    color: #5c2e0d;
    /*letter-spacing: -1px;*/
}
