body {
    margin:0px;
    padding:0px;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 100%;
    line-height:1.5em;  
    background-color: #332013;
}

.bold {font-weight: bold;}
.center {text-align:center;}

a, a:link, a:visited { color: #333333; font-weight: normal; }
a:hover { color: #CC0000; text-decoration:none; }
p { margin: 0px; padding-bottom: 10px; text-align: justify; }
img { border: none; }

h1 { font-size: 1.3em; color: #fff; margin: 0 0 20px 0; padding: 5px 0; font-weight: normal; 
     text-transform: uppercase;
     text-shadow: 1px 1px 2px #000000;
     line-height: 1.4em;
}
h2 { color: #000; margin: 0; padding: 5px 0; font-weight: normal; }
.clear { clear: both; }


/******************************************************************************
* LAYOUT
******************************************************************************/

/** HEADER *******************************************************************/

#layout_header {
    background: #422713 url(images/header.jpg) repeat-x;
    border-bottom: 3px #E3BF69 solid;
}

#header {
    width: 100%;
    max-width: 930px;
    height: 11%;
    margin: 0 auto;
    padding: 0px;
    
}

#header .header_left {
    float: left;
    padding-left: 30px;
}

#header  #site_title {
    float: left;
    padding: 40px 0 0 0;
}

#site_title a {
    margin: 0px;
    padding: 0px;
    font-size: 1.5em;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

#site_title h1 a:hover {
    font-weight: bold;	
    text-decoration: none;
}

/** BODY *********************************************************************/
#layout_body {
    background: #e8dbb9 url(images/content_bg.jpg) repeat-x top;
}

#layout_body_inner {
    background: url(images/content_bottom.jpg) repeat-x bottom;
}

#module {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    padding: 0px;
}

#module h2 {
    padding: 50px 30px 30px 30px;
    text-shadow: 0px 1px 2px #999999;
}

/** FOOTER *******************************************************************/
#layout_footer {
    width: 100%;
    height: 152px;
    background: #332013 url(images/footer.jpg) repeat-x bottom;
    font-size: 0.9em;
}

#footer {
    width: 100%;
    max-width: 930px;
    height: 62px;
    margin: 0 auto;
    padding: 90px 0 0 0;
    text-align: center;
    color: #fff;
}

#footer a {
    color: #fff;
    font-weight: normal;
}

/******************************************************************************
* CONTENT
******************************************************************************/

.content {
    text-align: justify;
    padding-bottom: 50px;
    padding-top: 60px;
}

.content h2 {
    padding-top: 50px;
    font-size: 1.6em;
}

.content dl {
    clear: both;
    margin: 0px;
}

.content dt {
    float: left;
    width: 140px;
    text-align: right;
    padding: 10px 30px 20px 0px;
    margin: 0px;
    line-height: 20px;
    font-weight: bold;
    text-shadow: 0px 1px 2px #999999;
    border-right: 1px #666666 solid;
}

.content dd {
    margin-left: 170px;
    margin-bottom: 0px;
    padding: 10px 20px 20px 30px;
    border-left: 1px #666666 solid;  
}

.content .small {
    display: block;
    font-size: 9pt;
    line-height: 10pt;
    /*margin-top: 5px;*/
    padding: 0px 30px 10px 00px;
    color: #808080; 
}

.content strong {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}

.content a {
    font-weight: bold;
}

/******************************************************************************
* RESPONSIBLE DESING
******************************************************************************/
@media screen and (max-width: 490px) {
    /* styly pro velikost 490 nebo mene */
    #header .header_left {
        float: none;
    }

    #header  #site_title {
        float: none;
    }    

    .content dt {
        float: left;
        width: 64px;
        text-align: right;
        padding: 10px 30px 20px 20px;
        margin: 0px;
        line-height: 20px;
        font-weight: bold;
        text-shadow: 0px 1px 2px #999999;
        border: 0px;
    }

    .content dd {
        margin-left: 85px;
        margin-bottom: 0px;
        padding: 10px 20px 20px 30px;
        border: 0px;
    }    
    
}
