/* background and transparent page */
body {
    background: url(/media/tapeta.jpg) repeat;
    background-attachment: fixed;
}
div#page {
    width: 890px;
    height: 100%;
    margin: 0 auto;
    padding: 8px 8px;
    background: url(/media/trans60.png) left repeat;
    border: 10px solid #fbcf3d;
}
/* logo */
div#header {
    width: 420px;
    height: 120px;
    margin: 1% 2%;
    background: url(/media/logo.png) no-repeat;
    background-position: 10px 10px;
}
div#header h1 {
    display: none;
}
div#header p {
    color: #3a41fb;
    position: absolute;
    font-size: 13pt;
    margin: 103px auto auto 60px;
}
#logo_click {
    display: block;
    width: 100%;
    height: 100%;
}
/* footer */
div#footer {
    font-size: 9pt;
    height: 60px;
    background: url(/media/bottom.png) no-repeat;
}
div#footer p {
    vertical-align: bottom;
    text-align: right;
    padding: 30px 20px;
}
/* menu */
div#menu {
    margin: 0px auto 0px 8px;
    width: 100%;
}
div#menu ul li {
    display: box;
    float: left;
    height: 35px;
    width: 150px;
    padding-top: 24px;
    text-align: center;
    background: url(/media/inactive_menu_item.png) no-repeat;
}
a {
    color: #3a41fb;
    text-decoration: none;
}
div#menu a {
    font-family: Arial;
    font-size: 15pt;
    font-weight: bold;
    text-decoration: none;
}
div#menu ul li.current {
    background: url(/media/active_menu_item.png) no-repeat;
}
/* text */
div#content {
    background: #d9faa7;
    margin: -6px 8px 10px 8px;
    padding: 10px;
    border: 10px solid #9f1;
    border-top: 6px solid #9f1;
}
hr { display: none }
h1, h2, h3 {
    font-weight: bold;
    font-family: Tahoma;
    color: #3a41fb;
    margin: 10px 5px 5px 5px;
}
h1 {
    font-size: 16pt;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
}
div#content p, div#content li, div#content dd, div#content dt {
    margin: 10px;
    font-family: Tahoma;
    font-size: 10pt;
    line-height: 13pt;
}
div#content p, div#content dt { text-indent: 15px; }
div#content dd { font-style: bold; }
div#content li, div#content dd {
    text-indent: 10px;
    list-style-type: circle;
    margin-left: 60px;
}
/* images */
img {
    margin: 7px;
    float: left;
    border: 12px solid #fbcf3d;
}
/* photobox */
div#photobox {
    position: relative;
    float: right;
    width: 190px;
    margin: 30px;
}
div#photobox ul, div#photobox li {
    list-style-type: none;
    float: right;
    margin: 0px;
}
/* gallery */
div#gallery ul, div#gallery li {
    list-style-type: none;
    float: left;
    margin: 0px;
}
div#gallery ul {
    margin-left: 25px;
}
.clearing {
    clear: both;
}
/* filmy */
.youtube {
    margin: 20px;
}
/* kontakt */
.contact h2 {
    clear: left;
}
.contact img {
    margin-right: 50px;
}
.contact span {
    font-weight: bold;
    font-style: italic;
}
#contact_form table {
    width: auto;
    font-family: Tahoma;
    font-size: 11pt;
    margin-left: 50px;
}
#contact_form table tr td {
    vertical-align: top;
    padding: 3px;
}
#contact_form img {
    float: none;
    border: none;
    vertical-align: center;
    margin: 0px 5px;
}
#contact_form textarea {
    width: 500px;
    height: 150px;
    font-size: 10pt;
}

/* fixie for Opera, Konq and IE */
div#photobox li {
    clear: left;
}
