body
{
background-color: #E5E5E5;
background-image: url(zakladni/pozadi.jpg);
background-position: top left;
background-repeat: repeat-y;
line-height: 1.5;
}

#hlavicka
{
background-image: url(zakladni/hlavicka.jpg);
background-position: top left;
background-repeat: no-repeat;
top: 0px;
left: 0px;
width:979px;
height: 261px;
position: absolute;
}

#menu
{
position: absolute;
top: 250px;
left: 70px;
line-height: 2;
font-family: verdana,sans-serif;
}

#menu a
{
color: white;
font-variant: small-caps;
font-size: 78%;
text-decoration: none;
display: block;
width: 160px;
background-color: #930708;
}

         #menu a:hover
         {
         color: yellow;
         text-decoration: underline;
         }
         

#submenu
{
position: absolute; 
top: 195px; 
left: 280px; 
width: 600px; 
font-size: 93%; 
text-align: right;
display: inline;
} 

          #submenu a
          {
          color: blue;
          } 

          #submenu a:hover
          {
          color: black; 
          background-color: lime;
          text-decoration: none;
          } 
#logo
{
position: absolute;
top: 196px;
left: 55px;
width: 190px;
height: 17px;
}

#text
{
position: absolute;
top: 220px;
left: 285px;
width: 605px;
font-family: verdana,sans-serif;
font-size: 77%;
line-height: 1.7;
text-align: justify;
background-color: transparent;
}

         #text p
         {
         text-align: justify;
         }
    
         #text a:hover
         {
          color: black; 
          background-color: lime;
          text-decoration: none;
         }
        
        #text .levy
        {
        width: 295px;
        float: left;
        }

        #text .pravy
        {
        width: 295px;
        float: right;
        margin-left: 10px;
        }
        
        #text .obe
        {
        clear: both;
        width: 600px;
        }
        
        p
        {
        margin-bottom: 10px;
        }

        h1
        {
        font-size: 150%;
        color: #930708;
        margin-top: 20px;
        margin-bottom: 20px;
        }
        
        h2
        {
        font-size: 110%;
        padding-bottom: 1px;
        padding-top: 1px;
        background-color: #E5E5E5;
        color: black;
        text-align: center;
        font-variant: small-caps;
        letter-spacing: 0.1em;
        }
        
        h3
        {
        font-size: 100%;
        text-align: center;
        color: blue;
        }
        
        strong
        {
        color: #930708;
        }
        
        em
        {
        color: #930708;
        }
        
        b
        {
        color: #930708;
        }
        
        i
        {
        color: #930708;
        }

        .box
        {
        border: 1px solid black;
        background-color: #fafad2;
        padding: 10px 10px 10px 10px;
        font-style: italic;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        }
        
        .deeppinkkurziva
        {
        font-style: italic;
        color: #ff1493;
        }
        
        .modrakurziva
        {
        font-style: italic;
        color: #008b8b;
        }

        .reklama
        {
        border: 1px solid black;
        padding: 10px 10px 10px 10px;
        font-style: italic;
        margin-bottom: 10px;
        margin-top: 10px;
        }

        .reklama h2
        {
        font-size: 95%;
        padding-bottom: 1px;
        padding-top: 1px;
        color: blue;
        text-align: center;
        letter-spacing: 0.1em;	
        background-color: #ffffff;
        }

        .reklama h3
        {
        color: #000000;
        }

#paticka
{
background-color: #930708;
width: 633px;
left: -15px;
position: relative;
color: white;
text-align: center;
clear: both;
margin-top: 30px;
margin-bottom: -3px;
padding-top: 10px;
padding-bottom: 20px;
}

        #paticka a
        {
        color: white;
        text-decoration: underline;
        }

        #paticka a:hover
        {
        color: black;
        background-color: lime;
        text-decoration: none;
        }
        


