html {font-size: 100%;}

body {
    font-family: arial, tahoma, lucida, sans-serif;
    font-size: 0.7em;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #333333;
}


table {font-size: 1em;}

form {margin: 0px;}

input, textarea {
    font-family: verdana, tahoma, arial, lucida, sans-serif;
}

a {
    text-decoration: underline;
    color: #5B4101;
}

a:hover {text-decoration: none;}

a img {border: 0px;}

ul {text-align: left;}

fieldset {border: 0px; clear: left; float: left;}


h1 {
    margin: 0px 0px 0px 30px; 
    padding: 0px;
    float: left;
}

h1 a {
    background-color: transparent; 
    display: block; 
    position: absolute;
    width: 360px;
    height: 58px;
    left: 267px;
    top: 12px;
    color: #111111;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
}

h1 span {
    width: 360px;
    height: 58px;
    background: url('/images/logo-perniky.jpg') left top no-repeat;
    cursor: pointer; 
    display: block; 
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}


h2 {
    font-size: 1.3em;
    color: #917616;
    margin: 0px 0px 10px 0px;
}

h2.red {
    color: #917616;
    padding-left: 20px;
    font-size: 1em;
    position: relative;
    top: -18px;
    left: -12px;
    background: url('/images/red-point.png') left top no-repeat;
}

h3 {
    font-size: 1.1em;
}

#head {
    width: 900px;
    height: 140px;
    background: #E4E3AA url('/images/banner.jpg') left top no-repeat;
    margin: 0px auto;
    position: relative;
}

#head ul {
    height: 23px;
    width: 800px;
    _width: 900px;
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 100px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #E4E3AA url('/images/menu-bg.png') left top repeat-x;
}

#head ul li {
    float: left;
}

#head ul li a {
    float: left;
    color: #5B4101;
    line-height: 27px;
    padding: 0px 15px;
    font-weight: bold;
    text-decoration: none;
}
#head ul li a:hover {text-decoration: underline;}

#head p {
    position: absolute;
    bottom: -20px;
    right: 30px;
    color: #896111;
    margin: 0px;
    font-size: 0.9em;
}

#head p a {color: #896111; text-decoration: none;}

#main {
    width: 900px;
    _height: 650px;
    min-height: 650px;
    padding-bottom: 20px;
    margin: 0px auto 0px auto;
    background: #FEFDDF url('/images/main-bg.jpg') center 50px no-repeat;
}

#contentHome {
    width: 780px;
    float: right;
    display: inline;
    margin: 85px 44px 0px 0px;
    text-align: left;
    background: url('/images/content-home.gif') right top repeat-y;
}

#contentHome p {text-align: left;}

#contentHome #left {
    width: 550px;
    float: left;
}

#contentHome #right {
    width: 200px;
    float: right;
}

#contentHome #right a {
    color: #4C3807;
    font-size: 1.1em;
    padding-left: 30px;
    margin-top: -10px;
    margin-bottom: 20px;
    display: block;
    background: url('/images/arrow.gif') 10px 2px no-repeat;
}

#contentHome #right img {
    float: right;
}

#content { 
    width: 780px;
    float: right;
    display: inline;
    margin: 85px 44px 0px 0px;
    text-align: left;
    background: url('/images/content-home.gif') 150px top repeat-y;
}

#content.noMenu {background: none;}

#content #left {
    width: 130px;
    float: left;
}

#content #left ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#content #left ul li a {
    padding: 0px 0px 0px 20px;
    display: block;
    margin-bottom: 5px;
    background: url('/images/red-point.png') left top no-repeat;
}

#content #right {
    width: 600px;
    float: right;
}

#content p.gal {
    float: left;
    margin: 10px 30px 10px 0px;
    text-align: center;
}

#content p.gal span {
    width: 110px;
    border: 0px solid red;
    display: block;
}

#contentHome p.new img {
    float: left;
    margin-right: 20px;
}

#contentHome #right img {
    margin-bottom: 20px;
}


#footer {
    width: 900px;
    height: 20px;
    margin: 0px auto;
    background: #E4E4A9;
    line-height: 20px;
}

.bold {font-weight: bold;}
.cleaner {clear: both;}
