@charset "utf-8";
/* CSS Document */

* {  
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
	
	.nadpisy {
  background: rgb(0,0,0);
  color: #ff6600; 
  font-size: 13px;
  padding: 5px;
  font-weight: bold;
  list-style: none;
  text-align: left;
  }
  
  .paticka {
   padding-top: 10px;
   text-align: center;
  }
  
  .kontakt {
   padding: 2px;
  }
  
  .text {
  padding-top: 5px;
  }
  
  
  hr
  {
  background-color: rgb(39,39,39);
  width:100%;
  height: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
  clear: both;
  }
  
  h1, h2 {
  color: #ff6600;
  font-weight: bold;
  padding: 5px;
  }
  
  h1  {
  font-size: 13px;
  }
  
   h2  {
  font-size: 12px;
  }
  
  input, textarea {
  background-color: rgb(198,198,198);
  }
	
	body {
  background: rgb(0,0,0) url(images/bg_00.jpg) no-repeat top center;
  font-family: Arial;
  font-size: 11px;	
  height: 100%;
  color: rgb(102,102,102);
  }
  
  img {
  border: 2px rgb(39,39,39) solid;
  }
  
  th, td {
  padding: 3px 10px 3px 10px;
  }
  
  .tucne, .aktualni {
  font-weight: bold;
  color: #ff6600;
  }
  
  input {
  width: 100px;
  }
  
   textarea {
   width: 250px;
   }
  
  .imgleft {
   float: left;
   margin:5px;
  }
  
  .hranice {
  margin: 5px;
  }
  
  .gallery {
  text-align: center;
  }
  
  .popis {
  padding-left: 20px;
  }
  
  .noborder{
  border: 0px;
  }             
  
  .main {
  width: 940px;
  margin: 0px auto;
  }
  
  .header {
  width: 940px;
  height: 157px;
  background: url(images/top_01.png) no-repeat right;
  }
  
  .header span {
  display: block;
  position: absolute;
  left:370px;
  top: 100px;
  width: 340px;
  height: 40px;
  cursor: pointer;
}
  
  .menu {
  width: 940px;
  height: 40px;
  background: url(images/bg_topmenu.jpg) no-repeat;
  margin-bottom: 10px;
  }

  .menu li {
  float: right;
  list-style:none;
  width: 100px;
  font-size: 13px;
  text-align: center;
  border-left: 1px rgb(0,0,0) solid;
  } 
  
  .menu li, .menu a { 
  height: 40px;
  display:block;
  } 
  
  
  a, .menu a { 
  color: #FFFFFF;
  }
  
  .menu a { 
  padding-top: 10px;
  }
  
  a:hover, .menu a:hover, a.active { 
  color: #ff6600;
  text-decoration: none;
  }
  
  a.active {
  cursor: default;
  }
  
  .content {
  width: 940px;
  }
  
  .boxes, .right_top, .right_bottom_left, .right_bottom_right {
  padding: 10px;
  }
  
  
/************************* vlevo **************************/  
  .left {
  width: 256px;
  float:left;
  }
  
  .boxes {
  width: 236px;
  background: rgb(0,0,0) url(images/bg_pole01.jpg) no-repeat;
  
  }
  
  
/************************* konec vlevo **************************/    
  
  
  .right {
  width: 674px;
  margin-left: 10px;
  float: right;
  }
  
  .right_top {
  width: 654px;
  background: url(images/bg_pole02.jpg) no-repeat;
  float: left;
  }
  
  .crew {
  width: 654px;
  float: right;
  border-bottom:1px rgb(39,39,39) solid;
  margin-bottom: 10px;
  }
  
  
  .prechod {
  width: 674px;
  height: 45px;
  background: url(images/bg_footer.jpg) no-repeat top;
  border-bottom:1px rgb(39,39,39) solid ;
  clear: both;
  }
  
  .right_bottom_left {
  border-top: 10px rgb(0,0,0) solid;
  width: 434px;
  float: left;
  background: url(images/bg_pole03.jpg) no-repeat top;
  }
  
  .right_bottom_right {
  border-top: 10px rgb(0,0,0) solid;
  width: 180px;
  float: right;
  text-align: center;
  background: url(images/bg_pole04.jpg) no-repeat top;
  }
  
  .footer {
  width: 940px;
  height: 40px;
  clear: both;
  background: url(images/bg_footer.jpg) no-repeat;
  }
