html,body { margin: 0; padding: 0; }

body {
    width: 100%;
    height: 100%;
    background: url(wall_b.jpg) black repeat center 262px;
    font-size: 14px;
    color: white;
    font-family: "Trebuchet MS";
    overflow-y: scroll;
}

.hidden {
    display: none;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    width: 0; height: 0;
}


#head {
    width: 560px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -150px;
    padding-top: 18px;
    z-index: 101;
}


#logo {
    width: 292px;
    height: 65px;
    margin: 0 auto 0;
    background: url(logo.jpg) no-repeat;
}

#menu {
    margin-top: 10px;
    text-align: center;
    position: relative;
}
#menu span {
    display: block;
    height: 28px;
}
#menu a {
    font-family: "Trebuchet MS";
    font-size: 24px;
    color: #91804c;
    text-decoration: none;
    text-shadow: black 2px 2px 0px;
    line-height: 28px;
    padding-left: 8px;
    padding-right: 8px;
}
#menu a:hover {
    color: #b59d53;
    text-shadow: black 2px 2px 0px;
}

#body-center {
    width: 560px;
    margin: 0 auto;
    position: relative;
}

#cat {
    position: absolute;
    right: -150px;
    top: 30px;
    width: 104px;
    height: 101px;
    background: url("cat.gif") no-repeat;
}

#obsah{
    width: 552px;
    background: url("prkna.gif") repeat-y;
    margin: 0 auto;
    margin-bottom: 20px;
}
               
#obsah #wrap {
    font-size: 13px;
    color: #FFFCD6;/*#dff0aa;       */
    width: 480px;
    padding-left: 35px;
    padding-top: 42px;
    padding-bottom: 25px;
    text-shadow: black 2px 2px 0px;
    text-align: justify;
    line-height: 17px;
}
#obsah #wrap a {
    color: #91804c;   
    text-decoration: none;
    border: 1px #220A06 dotted;
    padding-left: 4px; padding-right: 4px;
}
#obsah #wrap a:hover {
    text-decoration: none;
    color: #bbad66;
    border: 1px #523B0F dotted;
    border-radius: 3px;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
    background: rgba(255,255,0,0.04);
}

#obsah #wrap textarea {
    width: 99%;
}

#haky {
    height: 157px;
    overflow: auto;
    margin-top: 5px;
    margin-bottom: -20px;
}

#hak1 {
    width: 77px;
    height: 157px;
    background: url("hak.gif") no-repeat;
    float: left;
    margin-left: 40px;
}
#hak2 {
    width: 77px;
    height: 157px;
    background: url("hak.gif") no-repeat;
    float: right;
}

#footer {
    color: #6CC741; 
    width: 560px;
    text-align: center;
    margin: 0 auto 5px;
    font-size: 11px;
    text-shadow: black 1px 1px 0px; 
}

.blog-datum {
    text-align: right;
    font-size: 11px;
    color: #964101;
}

.blogPostUrl {
    float: right;
}

h1 {

}

h2 {
    font-size: 26px;      
    margin-top: 17px;
    margin-bottom: 16px;
}

.editorHint {
    text-indent: -10px;
    font-size: 11px;
    color: #AF7D4B;
    padding-left: 20px;
}

ul li {
    margin-bottom: 3px;
}