﻿body
{
   text-align: center;
   width: 850px;
   margin-left: auto;
   margin-right: auto;
   color: black;
   font: 14px times;
   background-image: url("nadpis.jpg");
   background-position: top center;
   background-repeat:no-repeat;
}



#nabidka
{
   float: left;
   width: 18%;
   padding-bottom: 10px;
   margin-bottom: 10px;
   margin-top: 350px;
}

#nabidka ul
{
   list-style-type: none;
   margin: 0px;
   padding: 0px;
}


#nabidka a
{
   text-decoration: none;
   display: block;
   color: blue;
   font-family: verdana;
   padding: 10px 0;
}

#nabidka a:hover
{
   color: white;
   font-weight: bold;
   background-color: blue;
   font-family: verdana;
}

#telo
{
   float: right;
   border: 3px solid blue;
   width: 79%;
   background-color: #ffffff;
   margin-bottom: 10px;
   margin-top: 250px;
}

#hlavninadpis
{
   display: block;
   background-color: #148df8;
   color: white;
   margin: 20px;
   font: bold 20px verdana;
   padding: 5px;
}

#textstrany
{
   color: black;
   text-align: justify;
   padding: 0 15px 15px 15px;
}

#ofirmetext
{

   text-align: left;
   padding: 0 15px 15px 30px;
}

