 body {
  background-color: white;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
 }

 td
 {
  font-family: arial;
  font-size: 12px;
 }
 
 #logo img {
 display:block;
 }
  
 #menu
 {
 padding:0 0 0 10px;
 }
 
 #menu a
 {
  color:black;
  height:52px;
  display:block;
  float:left;
  text-decoration: none;
  color:white;
  font-size:14px;
  font-weight: bold;
 }
 #menu a span {
 padding:25px 15px 0 15px;
 display:block;
 }
 #menu a:hover
 {
 background-color:#eaa40b;
 }
 #menu .actual
 {
 background-color:#c38600;
 }
 #page
 {
 border-top:4px solid white;
 border-bottom:4px solid white;
 background: url(mainbg.gif) repeat-y left; 
 }
 
 #page_left {
 float:left;
 width:211px; 
 }
 #page_left .stroje {
 color:#c38600;
 background-color: #ffce60;
 padding:15px 5px 5px 15px;
 margin:0;
 font-size:18px;
 border-bottom:1px solid white;
 }
 #page_left .kontakt {
 color:white;
 border-top:4px solid white;
 background-color: #cacaca;
 padding:15px 5px 5px 15px;
 margin:0;
 font-size:18px;
 border-bottom:1px solid white;
 }
 #kategorie {
 padding:5px 4px 10px 15px;
 background-color: #ffe9b8;
 }
 #kategorie ul {
 margin:0;
 padding:0;
 list-style: none;
 }
 
 #kategorie a {
 color:black;
 text-decoration:none;
 }
 #kategorie a:hover {
 font-weight: bold;
 }
 
 
 #lefttext {
 padding:5px 4px 10px 15px;
 }
 #lefttext a {
 color:black;
 }
 #page_in {
 float:right;
 width:688px;
 }
 #page_in a {
 color:#30b457;
 font-weight: bold;
 }
 
 
 #top {
 height:266px;
 background: #f0f0f0 url(top.jpg) no-repeat center top;
 }
 #holder {
  width: 914px;
  margin: 0 auto;
  text-align: left;
 }

 #footer {
  border-top:8px solid #feb410;
  background-color:#f0f0f0;
  padding:10px 10px 10px 3px;
  text-align:right;  
 }
 #footer a {
 color:black;
 font-size:11px;
 text-decoration: none;
 }

 

 .photogallery img {
 cursor:pointer;
 margin:5px 5px 5px 5px;
 }
 .stroj_over {
  float:left;
  padding:0px 0 10px 0;
  width:680px;
  border-right:4px solid black;  
  }
 .stroj {
  float:left;
  padding:0px 0 10px 0;
  width:680px;  
 }
 
 .strojvlevo {
  float:left;
  border-right:5px solid white;
 }
 .strojvpravo {
  float:left;
  font-size:12px;
 }
 
 .stroj .title {
 background-color: #e0e0e0;
 padding:3px 0 3px 204px;
 border-bottom:1px solid white;
 font-size:14px;
 font-weight: bold;
 }
 
 .stroj_over .title {
 background-color: #d0d0d0;
 padding:3px 0 3px 204px;
 border-bottom:1px solid black;
 font-size:14px;
 font-weight: bold;
 }
 
 
