body{
        background-color : #0A685E;
        font-family : Arial, Helvetica, sans-serif;
        background-image : url(bgsp1.gif);
        background-repeat : repeat;
        background-position : 10px 60px;
        background-attachment : fixed
}
h1.title {
        font-weight : bolder;
        font-size : 2em;
        color : Blue;
        position : absolute;
        top : 5px;
        left : 100px;
}
div.head{
        position : absolute;
        top : 5px;
        left : 180px;
        width : 680px;
        height : 100px;
        margin-right : 10px;
        background-color : #FAF8EE;
}
div.menu{
        position : absolute;
        top : 115px;
        left : 10px;
        width : 150px;
}
div.headline{
        position : absolute;
        top : 115px;
        left : 180px;
        width : 680px;
        background-color : #F9E85B;
        font-color : #BAF4EA ;
        border : 1px solid Black;

}
div.news{
        position : absolute;
        top : 160px;
        height : 150px;
        left : 180px;
        width : 680px;
        background-color : red;
        background-image : url(texture1n.jpg);
        font-color : #BAF4EA ;
        border : 1px solid Black;
}
div.obsah{
        position : absolute;
        top : 310px;
        left : 180px;
        width : 680px;
        background-color : #F1F4C6;
        background-image : url(texture1d.jpg);
        border : 1px solid Black;
        font-color : #BAF4EA ;
}
img.logo{
        position : absolute;
        top : 5px;
        left : 10px;
        width : 150px ;
        height : 100px ;
}
div.patka{
        font-size:0.8em;
        margin-left : 0px;
        margin-right : 0px;
        text-align : center;
        border-top : 1px  solid #FDC235;
        background-color : Black;
}
a{
        color: White;
}
a:link { 
        color: blue;
}
a:visited { 
        color : #0170D7;
}
a:hover{
        color : green;
}        
 a.tlacitko,  a:visited.tlacitko{
        color : White;
        text-decoration : none;
        border-top : 1px solid #686868;
        border-left : 1px solid #686868;
        border-right : 1px solid #686868;
        border-bottom : 1px solid #686868;
        font-weight : bolder;
        padding : 0px 5px 0px 0px;
        display : block;
        margin : 5px 0px 10px 0px;
        background-color : #005566;
}
 a:hover.tlacitko{
        color : white;
        text-decoration : none;
        font-weight : bolder;
        padding : 0px 5px 0px 0px;
        display : block;
        margin : 5px 0px 10px 0px;
        background-color : #CB630E;
}
.menu p{
        padding : 10px 10px 10px 10px;
        border-left : 0px dotted White;
        border-right : 0px dotted White;
        border-top : 0px dotted White;
        border-bottom : 0px dotted White;


}
h1 {
        font-size:1,6em;
        color : #0505A5;
        margin-left:10px;
        margin-right:10px;
        margin-top : 10px;
        text-align : center;
}
h2 {
        font-size:1.4em;
        color : White;
        margin : 10px 10px 10px 10px;
}
h3 {
        font-size:1.2em;
        color : Blue;
        margin : 10px 10px 10px 10px;
        border-bottom : 1px dashed White;
}
