/*
====== "home page" style stylesheet ======
         (c) 2007 Tomas Kubat
*/
body {
 padding-top: 65px;
}

/* content */
#content {
 background-image: none;
}

.home_image {
 width: 208px;
 padding-right: 717px;
 padding-top: 36px;
 min-height: 375px; _height: 375px;
 position: relative; left: 8px;
 
 text-align: justify;
 background: transparent url('/css/img/homepage_anniversary.jpg') right top no-repeat;
}

.home_image>p {
 font-weight: bold;
 color: #666;
}
.home_image form div {
 margin-bottom: 6px;
 margin-top:    32px;

 background: transparent url('/css/img/solid_line.gif') left center repeat-x;
 font-weight: bold;
 font-size: 13px;
}
.home_image form div>span {
 margin: 0 8px;
 padding: 0 4px;

 background-color: #FFF;
}

.home_image form select {
 width: 208px;
 margin: 2px 0;
 padding: 1px 2px;
 
 border: 1px solid #dedcdc;
 color: #cd242a;
 font-size: 10px;
}

#home_image_href {
 position: absolute;
 top: 0px; right: 0px;
}

#home_image_href a {
 display: block;
 width: 700px;
 height: 400px;
}
#home_image_href a span {
 display: none;
}

table.home_akce {
 margin-left: 8px;
 margin-top:  10px;
}
table.home_akce td {
 width: 310px;
 
 border-right: 0px solid red;
}
table.home_akce td div {
 width: 268px; min-height: 158px; _height: 158px;
 padding: 12px 25px 5px 17px;
 background: transparent url('/css/img/homepage_akce.jpg') left top no-repeat;
  
}
table.home_akce td div h1 {
 font-size: 12px;
 margin-bottom: 8px;

}
body table.home_akce td div strong {
 font-size: 10px;
 line-height: 12px;
 
 display: block;
 margin-bottom: 8px;

}



