/* ------------------------   main definitions   ----------------------- */

* {
    margin: 0px;
    padding: 0px;
}

.end {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}



 /* --------------------------   tinymce styles   ------------------------- */ 
 
.nadpis1 {
    color: #bf1b1b;
    font-size: 24px;
}

.nadpis2 {
    color: #bf1b1b;
    font-size: 20px;
}

.nadpis3 {
    color: #bf1b1b;
    font-size: 18px;
}

.nadpis4 {
    color: #bf1b1b;
    font-size: 14px;
    font-weight: bold;
}


 /* --------------------------   tag styles   ------------------------- */

body {
    font-family: sans-serif;  
    font-size: 14px;
    
    background-color: #898686;
    background-image: url(images/bg-body.png);
    background-repeat: repeat-x;
}

img {
    border: none;
}

a {
    color: #be1716;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 5px 0px;
}

u {
    color: #bf1b1b;
}

/* -----------------------   Container styles   ----------------------- */

#container {
    margin: 0px auto;
    padding: 0px 6px;
    width: 969px;
    
    background-color: transparent;
    background-image: url(images/bg-page.png);
    _background-image: url(images/bg-page.jpg);
    background-repeat: repeat-y;
}



/* ------------------------   Hreder styles   ------------------------ */

#header {
    height: 210px;  
}



/* ------------------------   Menu styles   ------------------------- */

#menu {
    background-image:url('images/bg-menu.jpg');
    background-repeat: no-repeat;
    height: 60px;
    padding: 7px 40px 0px 0px;    
}
 
ul.menu-links {    
    list-style-type: none;
    float:right;
}

li.menu-link {    
    list-style: none;
    float: left;
}

li.menu-link a {
    font-size: 16px;
    font-weight: bold;   
    font-style: italic;
    color: #000000;
    text-align: right;
    text-decoration: none;
}

li.menu-link a:hover, li.active a {    
    text-decoration: underline;
    color: #bf1b1b;              
}

li.menu-link span.divider {
    font-size: 16px;
    font-weight: bold; 
    font-style: italic;    
}

div.print-page {
    margin-top: -25px;
    margin-right: 27px;
    float: right;
    width: 120px;
}

div.print-page a {
    font-size: 12px;
    font-weight: bold;
}

/* ------------------------   Content styles   ------------------------- */

#content {
    padding-bottom: 40px;    
}

div.novinky {
    width: 600px;
    margin: 0px auto;
}

div#block-news {
    margin-top: 19px;
}

div.news-title {
    padding-top: 15px;
    
    color: #c21e1e;
    font-size: 12px;
    font-weight: bold;
}

div.news-date {
    color: #858585;
    font-size: 10px;
    
    padding-bottom: 15px;
}

div.news-text {
    color: #000000;
    font-size: 12px;
}

div.news-more { 
    font-size: 11px;
    text-align: right;
    
    background-image: url(images/hr.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    
    padding: 15px 0px;
}

div.news-more a{
    color: #870000;
}

div.news {
    margin-top: -3px;
    width: 190px;
    padding: 10px 15px;
    
    background-color: #f2f2f2;
    background-image: url(images/bg-news.jpg);
    background-repeat: repeat-y;
}


#page {
    width: 680px;
    margin-left: 30px;
}

#page div.heading {
    background-image: url(images/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 3px;
    margin-bottom: 30px;
}

#page div.heading h2 {
    color: #bf1b1b;
    font-size: 27px;
    font-style: italic;
}

#page div.heading h3 {
    color: #303030;
    font-size: 19px;
    font-style: italic;
}

#page div.heading img {
    float: left;
    margin-left: 10px;
}

#page div.heading div.heading-text {
    padding: 10px 30px 10px 0px;
    width: 240px;
    float: right;
    text-align: right;
}

#page div.content {
    padding: 0px 20px;
}

#page div.zarubne-left {
    float: left;
    width: 400px;
}

#page div.zarubne-right {
    float: left;
}

#page div.content div.page-text {
    text-align: justify;
}

#page div.content div.page-text-small {
    width: 390px;
}

#page div.content div.page-images-vertical {
    width: 240px;
    float: left;
}

#page div.content div.page-images-horizontal {
    margin-top: 20px;
}

#page div.content a.cathegory-page {
    margin-left: 30px;
    color: #000000;
}

#page a.cathegory-page2 {
    color: #000000;
}


div.home-image {
    float: left;
    padding-bottom: 3px;
    margin:10px 10px 30px;
    
    background-image: url(images/border-image.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

div.home-image .image-link{
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
    width: 320px;
    _width: 310px;
    height: 103px;
    text-align: right;
}
  
div.home-image span.home-header {
    color: #bf1b1b;
    font-size: 20px;
    font-style: italic;
    margin-right: 10px;
}

div.home-image span.home-subheader {
    color: #303030;
    font-size: 14px;
    font-style: italic;
    font-weight: bold; 
    
    width: 125px;
    float: right;
    display: block;
    margin-right: 10px;
}

div.content div.cath-name {
    color: #bf1b1b;
    text-decoration: underline;
    margin: 5px 0px;
    font-weight: bold;
}

div.content div.cath-file {
    margin: 5px 0px;
}

div.content div.cath-file a {
    color: #000000;
}



/* ---------------------------  page image  --------------------------- */

div.picture-shadow {
    float: left;
    margin: 10px;
}

div.picture-shadow .shadow1 {
        border-right: 1px solid #F3F3F3;
        border-bottom: 1px solid #F3F3F3;
}

div.picture-shadow .shadow2 {
        border-right: 1px solid #EAEAEA;
        border-bottom: 1px solid #EAEAEA;
}

div.picture-shadow .shadow3 {
        border-right: 1px solid #E3E3E3;
        border-bottom: 1px solid #E3E3E3;
}

div.picture-shadow .picture-container {
        margin-right: 2px;
        margin-bottom: 2px;
        background-position: center center;
        background-repeat: no-repeat;
}

div.picture-shadow a.picture-link-vertical {
    width: 200px;    
    height: 140px;
    display: block;
}

div.picture-shadow a.picture-link-horizontal {
    width: 135px;    
    height: 200px;
    display: block;
}

/* ------------------------   Sitemap styles   ------------------------- */   

div.sitemap_1 {
    line-height: 20px;
}

div.sitemap_1 a{
    font-size: 14px;
    font-weight: bold;
}

div.sitemap_2 {
    padding-left: 25px;
    line-height: 20px;
}

div.sitemap_2 a{
    font-size: 13px;                        
}

div.sitemap_3 {
    padding-left: 50px;
}

div.sitemap_3 a{
    font-size: 12px; 
    color: #000000;                       
}

div.sitemap_4 {
    padding-left: 75px;
    font-size: 11px;                        
}

div.sitemap_4 a {
    color: #000000;
    font-size: 11px;                        
}


/* ------------------------   Footer styles   ------------------------- */

#footer {
    background-image: url(images/bg-footer.jpg);
    padding: 10px 10px 15px;
    font-style: italic;
}

#footer h3 {
    color: #9c0707;
    font-size: 18px;
    text-align: center;
}

#footer div.contact {
    text-align: center;
    color: #606060;
    font-size: 13px;
}

#footer div.contact a {
    color: #606060;
}

div.credits {
    margin: 5px auto;
    padding: 0px 15px;
    width: 969px;
    text-align: right;
    color: #000000;
    font-size: 11px;
}

div.credits a {
    color: #000000;
}


