        body , html {
        margin : 0px auto 0px auto;
        padding : 0px;
        background-color : #115aa6;
        text-align : center;
        font-family : "Arial CE", "arial", sans-serif;
        }
        
        #main {
        /* div - pozice*/
        position : relative;
        display : block;
        width : 804px;
        margin : 0px auto 0px auto;
        padding : 0px 9px 0px 9px;
        z-index : 1;
        /* div - vzhled */
        border : 0px;
        background-color : #fbfaf8;
        background-image : url("images/bg-main.gif");
        background-repeat : repeat-y; 
        /* div - text */
        text-align : center; 
        color : #000000;
        }
        
        #head {
        /* div - pozice*/
        position : absolute;
        display : block;
        top : 0px;
        left : 9px;
        width : 804px;
        height : 179px;
        margin : 0px;
        padding : 0px;
        z-index : 2;
        /* div - vzhled */
        border : 0px;
        background-color : transparent;
        }
        
        h1 {
        /* div - pozice*/
        position : relative;
        display : block;
        width : 754px;
        height : 129px;
        margin : 0px 0px 0px 50px;
        padding : 50px 0px 0px 0px;
        z-index : 1;
        background-color : transparent;
        color : #164574;
        font-size : 25px;
        cursor : pointer;
        }
        
        #middle {
        /* div - pozice*/
        position : relative;
        display : block;
        width : 804px;
        height : 30px;
        margin : 0px;
        padding : 0px;
        z-index : 1;
        /* div - vzhled */
        border : 0px;
        border-top : 1px solid #ffffff;
        background-color : #fbfaf8;
        background-image : url("images/bg-grey.png");
        background-repeat : repeat-x;
        background-position : left top; 
        /* div - text */
        text-align : left; 
        }
        
        #middle img {
        width : 180px;
        height : 30px;
        border : 0px;
        }
        
        .invisible {
        position : absolute;
        top : -100px;
        left : -30000px;
        }
        
        #ulmenu {
        position : relative;
        display : block;
        width : 180px;
        min-height : 22px;
        margin : 0px;
        padding : 0px;
        float : left;
        z-index : 2;
        }
        
        #ulmenu ul {
        padding : 0px;
        margin : 0px;
        }
        
            #ulmenu li {
            list-style-type : none;
            }
            
            #ulmenu a {
            display : block;
            width : 170px;
            min-height : 15px;
            margin : 0px;
            padding : 4px 0px 3px 10px;
            background-color : transparent;
            text-decoration : none;
            font-size : 0.75em; 
            font-weight : bold;
            color : #640000;
            /* div - text */
            text-align : left;
            }
            
            #ulmenu a:link {
            }
                  
            #ulmenu a:visited {
            }
             
            #ulmenu a:active {
            }
            
            #ulmenu a:hover {
            background-color : #deddb1;
            }
            
        #ulmenu ul li {
        margin : 0px;
        }
            
        #ulmenu ul a {
        width : 150px;
        margin : 0px;
        padding : 4px 0px 3px 30px;
        }

        #center {
        /* div - pozice*/
        position : relative;
        display : block;
        width : 594px;
        /*_height : 500px;*/
        min-height : 500px;
        margin : 0px;
        padding : 0px 15px 10px 15px;
        z-index : 3;
        float : right;
        /* div - vzhled */
        border : 0px;
        /* div - text */
        text-align : left;
        color : #000000;
        font-size : 0.85em;
        }
        
        * html #center {
        height : 500px;
        }
        
        #bottom {
        /* div - pozice*/
        position : relative;
        display : block;
        width : 804px;
        min-height : 14px;
        margin : 30px auto 0px auto;
        padding : 5px 0px 3px 0px;
        z-index : 1;
        clear : both;
        /* div - vzhled */
        border : 0px;
        border-top : 1px solid #ffffff;
        background-color : #deddb0;
        background-image : url("images/bg-menu.png");
        background-repeat : repeat-y;
        background-position : left top;
        /* div - text */
        text-align : center;
        font-size : 0.7em; 
        color : #a2a287;
        }
        
        #bottom a {
        color : #a2a287;
        }
        
        h2 {
        margin : 0px;
        font-size : 1.9em;
        font-family: Garamond, Times, serif;
        color : #006600;
        text-align : center;
        }
        
        h3 {
        margin : 5px;
        margin-left : 10px;
        }
       
        h4 {
        margin : 5px;
        margin-left : 10px;
        }
                   
        p {
        margin-top : 3px;
        }
        
        a {
        text-decoration : underline;
        color : #000000;
        }
        
        a:hover {
        text-decoration : none;
        }
        
        input, textarea, select {
        border : 1px solid #bbbbbb;
        padding : 1px;
        }
        
        .navigation {
        position : relative;
        display : block;
        width : 564px;
        min-height : 17px;
        margin : 10px auto 10px auto;
        font-size : 0.9em;
        text-align : center;
        }
        
        .article {
        }
        
        .article h3 {
        margin : 5px;
        margin-left : 0px;
        font-size : 1.3em;
        }
        
        .article h3 a {
        text-decoration : underline;
        }
        
        .article h3 a:hover {
        text-decoration : none;
        }
        
        .article h4 {
        margin : 4px;
        margin-left : 0px;
        }
        
        
        .article .date {
        float : right;
        }
        
        .article a {
        font-size : 1em;
        }
        
        .gallery-photo {
        position : relative;
        display : block;
        width : 166px; 
        min-height : 150px;
        margin : 5px;
        padding : 5px;
        border : #bbbbbb 1px solid;
        background-color : #ffffff;
        float : left;
        text-align : center;
        font-size : 0.8em;
        }        

        .gallery-photo .thumb {
        width : 150px;
        height : 150px;
        border : 0px;
        }
        
        .gallery-photo-full {
        position : relative;
        display : block;
        margin : 0px auto 0px auto;
        border : #bbbbbb 1px solid;
        text-align : center; 
        }
        
        .gallery-category {
        position : relative;
        display : block;
        width : 562px; 
        min-height : 20px;
        margin : 0px auto 0px auto;
        padding : 4px;
        clear : left;
        border : 1px #dddddd solid;
        font-size : 1em;
        text-align : center;
        }
        
        .gallery-photos {
        position : relative;
        display : block;
        width : 570px; 
        min-height : 300px;
        margin : 0px auto 0px auto;
        padding : 0px;
        border : 0px;
        text-align : center;
        }
        
        .gallery-category a {
        position : relative;
        display : block;
        width : 175px; 
        min-height : 20px;
        margin : 0px 5px 0px 5px;
        border : 0px;
        float : left;
        text-align : center;
        }
        
        .gallery-hr {
        position : relative;
        display : block;
        width : 564px;
        height : 1px;
        float : none;
        clear : left;
        font-size : 0px;
        }
        
        .gallery-up {
        font-size : 0.9em;
        }
        
        .gallery-comment {
        position : relative;
        display : block;
        width : 562px; 
        min-height : 100px;
        margin : 0px auto 0px auto;
        padding : 4px;
        border : 0px;
        font-size : 0.9em;
        }
        

        