/* CSS Document */
body {margin: 0px;} 
#zahlavi {
width: 800px;
height: 150px;
border: solid 1px #000;
border-bottom: 0px;
background-image: url("pictures/kapelka.jpg");
}
#menu{
float: left;
width: 120px;
height: 250px;
border: solid 1px #FFF;
background-color: #FAAA46;
margin-right: 10px;
}
#telo {
width: 800px;
height: 450px;
border-style: solid;
border-width: 1px;
border-top-width: 0px;
border-color: #000;
background-color: #FFF;
text-align: left;
}
#pata {
width: 800px;
height: 15px;
border: solid 1px #000;
border-top: 0px;
background-color: #FAAA46;
}
#telo p {
text-align: justify;
font-family: arial;
font-size: 9pt;
margin: 0px;
padding: 10px;
text-indent: 20px;
}
ul {
font-family: arial;
font-size: 9pt;
margin-left: 150px;
}
