/* ------------------------   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;
    padding: 30px;
    width: 700px;
}

img {
    border: none;
}

img.picture {
    padding: 5px;
}

a {
    color: #be1716;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 5px 0px;
}

u {
    color: #bf1b1b;
}



div.heading {
    background-image: url(images/bg-header.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 3px;
    margin-bottom: 30px;
}

div.heading h2 {
    color: #bf1b1b;
    font-size: 27px;
    font-style: italic;
}

div.heading h3 {
    color: #303030;
    font-size: 19px;
    font-style: italic;
}

div.heading img {
    float: left;
    margin-left: 10px;
}

div.heading div.heading-text {
    padding: 10px 30px 10px 0px;
    width: 240px;
    float: right;
    text-align: right;
}

div.content {
    padding: 0px 20px;
}

div.content div.page-text {
    text-align: justify;
}

div.content div.page-text-small {
    width: 390px;
}

div.content div.page-images-vertical {
    width: 240px;
    float: left;
}

div.content div.page-images-horizontal {
    margin-top: 20px;
}

div.content a.cathegory-page {
    margin-left: 30px;
    color: #000000;
}

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;
}



