body 
  { 
   background: #ffffff url('../images/bg.jpg') repeat-x; 
   margin: 0px; 
   margin-top: 13px;
   font-family: Arial; 
   font-size: 12px; 
   color: #000000;
  }

.newrows 
  { 
   clear: both;
   font-size: 0px;
  }
  
.noborder
  { 
   border: 0px solid #ffffff;
  }

.fotoborder
  {
   border: 1px solid #000000;
  }
  
.web 
  { 
   width: 733px; 
   position: relative; 
   left: 50%; 
   margin-left: -367px; 
   background: #ffffff;
  }
  
.web .header 
  {
   background: url('../images/header.jpg') no-repeat;
   width: 733px;
   height: 239px;
  }
  
.web .header .informace
  {
   height: 55px;
   text-align: right;
   padding-top: 10px;
   padding-right: 5px;
  
  }
  
.web .header .menu 
  {
   margin-top: 144px;
   float: right;
   padding-right: 5px;
   height: 30px;
  }
  
.web .header .menu .li
  {
   background: url('../images/li.jpg') no-repeat;
   width: 3px;
   height: 30px;
   float: left;
  }
  
.web .header .menu a
  {
   display: block;
   float: left;
   height: 23px;
   padding-left: 10px;
   padding-right: 10px;
   margin-top: 7px;
   font-size: 12px;
   font-family: Trebuchet MS;
   font-style: italic;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
  }
  
.web .header .menu a:hover
  {    
   background: url('../images/menu_bg.jpg') repeat-x;
   text-decoration: underline;
  }

.web .bottom_line
  {
   width: 100%;
   height: 25px;
   background: #FBEAB6;
  }
  
.copyright
  { 
   width: 733px; 
   position: relative; 
   left: 50%; 
   margin-left: -367px;
   font-family: verdana;
   font-size: 11px;
   color: #BEBEBE;
   padding-top: 5px;
   padding-bottom: 10px;
  }
  
.copyright a
  { 
   color: #000000;
   text-decoration: none; 
  }
  
.copyright a:hover
  { 
   text-decoration: underline; 
  }
  
   
.web .obsah
  {
  }
  
.web .column_right
  {
   float: left;
   background: #ffffff url('../images/bg_left.jpg') repeat-x;
   width: 205px;
   height: 525px;
   border-left: 3px solid #ffffff;
   border-top: 3px solid #ffffff;
   padding-top: 20px;
  }
  
.web .column_right .menu
  {
   border-top: 1px solid #ffffff;
  }
  
.web .column_right a
  {
   display: block;
   width: 180px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-bottom: 1px solid #ffffff;
   background: url('../images/dot.jpg') no-repeat 10px 50%;
   padding-left: 25px;
   text-decoration: none;
   color: #000000;
   font-family: Verdana;
   font-size: 11px;
  }
  
.web .column_right a:hover
  {
   background: #ffffff url('../images/dot.jpg') no-repeat 10px 50%;
   text-decoration: underline;
  }
  
.web .obsah .text
  {
   float: left;
   width: 500px;
   padding-left: 13px;
   padding-right: 10px;
   text-align: justify;
   font-family: verdana;
   font-size: 11px;
   line-height: 150%;
   margin-bottom: 40px;
  }
  
.web .obsah .text ul li
  {
   list-style: square;
  }

.web .obsah .text table tr td
  {
   font-family: verdana;
   font-size: 11px;
  }

.web .obsah .text a
  {
   font-weight: bold;
   text-decoration:underline;
   color: #000000;
  }
  
.web .obsah .text a:hover
  {
   text-decoration:none;
  }
  
.web .obsah .text p
  { 
   margin: 0px;
   margin-top: 10px;
  }
  
.web .obsah .text h1 
  { 
   margin-top: 25px; 
   margin-bottom: 15px; 
   font-weight: normal; 
   font-style: normal; 
   color: #ECCA5C; 
   font-size: 20px; 
   font-family: Verdana; 
   text-decoration: none; 
  }
  
.web .obsah .text h2 
  { 
   margin-top: 20px; 
   margin-bottom: 15px; 
   font-weight: normal; 
   font-style: normal; 
   color: #ECCA5C; 
   font-size: 16px; 
   font-family: Verdana; 
   text-decoration: none; 
  }

.web .obsah .fotogalerie
  {
   height: 122px;
  }

.web .obsah .fotogalerie .foto
  {
    float: left;
    margin: 1px;
    width: 162px;
    height: 122px;
  }

