/* CSS Document */

BODY {
  background-color: #3b322d;
  color: #000000;
  margin: 0px;
  padding: 0px;
  font-family: Trebuchet MS;
  font-size: 12px;
}

P {
  padding: 0px;
  margin: 0px;
}

A.tgcz {
  color: #cc9a02;
}

DIV.header {
  height: 126px;
  width: 100%;
  background-image: url(design/bg_header.jpg);
  background-position: top center;
}

DIV.stred {  
  width:1px;
  position: relative;
}

DIV.logo {
  border: 0px solid #ffffff;
  position: absolute;
  left: -520px;
}

DIV.but_home {
  position: absolute;
  right: -400px;
  top: 20px;
}

A.but_home {
 color: #c6882a;
 text-decoration: none; 
  font-family: Trebuchet MS;
  font-size: 16px;
  font-weight: bold;
}

DIV.main {           
  background-image: url(design/bg_main.jpg);
  position: absolute;
  left: -459px;  
  top: 119px;
  width: 918px;
  _height: 100px;
  min-height: 100px;
  padding-top: 15px;
}

DIV.horniokraj {           
  background-image: url(design/bg_horniokraj.jpg);  
  background-position: center top; 
  background-repeat:no-repeat; 
  position: absolute;
  left: -459px;  
  top: 119px;
  width: 918px;
  height: 8px;
}   

DIV.spodniokraj {           
  background-image: url(design/bg_spodniokraj.jpg);  
  background-position: center top; 
  background-repeat:no-repeat; 
  position: absolute;
  bottom: -22px; 
  left: 0px;
  width: 918px;
  padding-top: 10px; 
  color: #ffffff;
}

DIV.right {
  border: 0px solid #000000;
  _height: 820px;
  min-height: 820px;  
  padding-left: 300px; 
  padding-right: 20px; 
}

DIV.left {
  border: 0px solid #ffffff;
  position: absolute;
  top: 8px;
  left: 8px;
}




