
DIV.head{
POSITION:absolute;
LEFT:10px;
TOP:10px;
WIDTH:790px;
HEIGHT:80px;
background-color:#5caefc;
color:yellow;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 150%;
}

DIV.topbar{
POSITION:absolute;
LEFT:10px;
TOP:110px;
WIDTH:790px;
HEIGHT:20px;
background-color:#5caefc;
color:yellow;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 75%;
}

DIV.levy{
POSITION:absolute;
LEFT:10px;
TOP:150px;
WIDTH:180px;
font-family : Arial, Helvetica, sans-serif;
color:#000099;
background-color:#5caefc;
font-size : 90%;
}

DIV.obsah{
POSITION:absolute;
LEFT:215px;
TOP:150px;
WIDTH:580px; 
font-family : Arial, Helvetica, sans-serif;
color:#000099;
background-color:#5caefc;
}

h1{
font-size : large;
}
 
p{
text-align : justify;
}

a.tlacitko{
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 75%;
width : 27;
background-image : url("bg1.gif");
color : #000099;
margin : 1px 1px 1px 1px;
text-decoration : none;
}
a.tlacitko:hover{
background-image : url("bg2.gif");
color : #FFFF33;
}