body
{
  width: 1000px; 
  position: relative; 
  text-align: left; 
  margin: auto;
  font-family: verdana;
  font-size: 12px;
  background-color: #FBBF2F;
}

h1
{
  padding-top: 10px;
  font-size: 15px;
  font-weight: bold;
}

a
{
  color: #000000;  
}

#header
{
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 945px;   
  font-size: 40px;
  border: 1px solid black;
  font-weight: bold;
  text-align: left;
  background-image: url(head.png);
}

#menu
{
  margin-top: 20px;
  margin-bottom: 20px;  
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

#menu span
{
  padding-right: 20px;
}

#menu a
{
  text-decoration: none;
}

#menu a:hover
{
  text-decoration: underline;
}

.content
{  
  margin-bottom: 10px;
  padding-left: 50px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-right: 40px;
  width: 910px; 
  min-height: 340px; 
  font-size: 13px;
  border: 1px solid black;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #D2DBE0;
}

#footer
{  
  margin-bottom: 10px;
  margin-top: 10px;	
  padding-left: 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 975px; 
  font-size: 12px;
  border: 1px solid black;
  text-align: left; 
}

.o-firme
{
  font-family: verdana;  
  font-size: 1.2em;
  line-height: 1.6;
  text-align:justify;
}

.seznam
{
line-height: 1.6;
font-weight: bold;
font-size: 1.1em;
max-width:500px;
}

.kontakt
{
line-height: 1.8;
font-size: 1.1em;
max-width:500px;
}

.background-uvod
{
  background-color: #FAAF18;    
}

.background-ofirme
{
  background-image: url('img/ofirme.jpg');
  background-position: right bottom;  
}

.background-doprava
{
  background-image: url('img/doprava.jpg');  
}

.background-financovani
{
  background-image: url('img/financovani.jpg');
}

.background-kontakt
{
  background-image: url('img/kontakt.jpg');  
}

.background-lzice
{
  background-color: #FAAF18;
}

.background-zemni-prace
{
  background-color: #FAAF18;
}

.financovani
{
  width: 300px;
  text-align: justify;  
}

.servis
{  
  text-align: justify;
  width: 850px;  
}

.prislusenstvi table
{
  width: 900px;
  margin-top: 20px;
  margin-bottom: 50px;  
}

.prislusenstvi table tr
{
  margin-bottom: 20px;
}

.prislusenstvi table tr th
{
  width: 150px;
  font-weight: bold; 
  text-align: center; 
}

.prislusenstvi table tr td
{
  width: 150px;   
  text-align: center; 
}

.obrazek-vlevo
{
  float: left;
  width: 400px;  
}

.text-vpravo
{
  float: right;
  width: 400px;
  padding-top: 20px;  
}

.cleaner
{
  clear: both;  
}