/* hlavička */
#button1, #button2 {
  display:block;
  position:absolute;
  left:150px;
  top:90px;
  z-index:5;
  width:112px;
  height:112px;
  border:none;
}
#button2 {
  left:280px;
}
#button1 img, #button2 img {
  border:none;
}
#left-column h3 {
  font-size:10pt;
  font-weight:bold;
}
#left-column .news {
  padding-bottom:30px;
  margin-bottom:30px;
  border-bottom:1px solid #6b3005;
  /*text-align: justify;*/
}
/* novinky */
.news-image {
  border:1px solid black;
}
.news-image-border {
  border:2px solid #969696;
  float:left;
  margin:0px 10px 10px 0px;
}
/* patička */
#footer #links {
  list-style-type: none;
  text-align:center;
}
#footer #links li {
  float:left;
  margin-right:10px;
}
#footer #links li a{
  text-decoration:none;
  text-transform: uppercase;
  color:#fff;
  font-family:tahoma, Arial, sans-serif;
  font-size: 8pt;
}
#footer #links li a span{
  text-transform: none;
}
#footer #links li a:hover{
  text-decoration:underline;
}
#copyright a{
  text-decoration:none;
  color:#000;
}

/* obsah */
h2 {
  font-size:13pt;
  font-weight:bold;
  margin:0px 0px 10px 0px;
}
h2.narrow {
  width:200px;
  height:44px;
  padding-top:25px;
  margin:0px -5px 15px -5px;
  color:#fff;
  background: rgb(0,0,0) url('../img/layout/h2_narrow_bg.png') no-repeat center top; 
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:normal;
}

h2.wide {
  width:496px;
  height:38px;
  padding-top:20px;
  margin:0px -5px 21px -45px;
  color:#fff;
  background: rgb(0,0,0) url('../img/layout/h2_wide_bg.png') no-repeat center top; 
  text-align:center;
  font-weight:normal;
  font-size:12pt;
}

.large-bullet {
  padding:6px 0px 0px 50px;
  margin:0px 0px 20px -50px;
  min-height:29px;
  _height:29px; 
}
.small-bullet {
  padding:6px 0px 0px 50px;
  margin:0px 0px 20px -50px;
  min-height:22px;
  _height:22px;  
}
ul {
  list-style-type: square;
  margin:7px 15px 20px 20px;
}
ol {
  list-style-type: decimal;
  margin:7px 15px 20px 20px;
}
ul.colored li span {
  color:#000;
}
ul.bulleted {
  list-style-type: none;  
}
ul.bulleted a.selected {
  font-weight:bold;
  color:#000;  
}
ul.nobulleted li{
  background: none !important;
  /*padding:3px 0px 5px 30px;
  margin:0px 0px 5px -30px;*/
  padding:0px !important;
  margin:0px !important;   
}
.mb20 {
  margin-bottom:20px;
}
.mb0 {
  margin-bottom:0px;
}
p {
  margin:0px 15px 15px 0px;
}

div.grey-box-small {
  height:93px;
  overflow: hidden;
  background: #282626 url('../img/typo/grey_box_small_bg.png') repeat-x left top;
  position:relative;
  color:#fff;
  padding:5px 5px 5px 5px;
  margin:0px 15px 15px 0px;
}
div.grey-box-small div.left{
  position:absolute;
  left:0px;
  top:0px;
  height:103px;
  width:5px;
  background: url('../img/typo/grey_box_small_sprites.png') no-repeat left top;
}
div.grey-box-small div.right{
  position:absolute;
  right:0px;
  top:0px;
  height:103px;
  width:5px;
  background: url('../img/typo/grey_box_small_sprites.png') no-repeat -5px top;
}
div.grey-box-large {
  height:125px;
  overflow: hidden;
  background: #282626 url('../img/typo/grey_box_large_bg.png') repeat-x left top;
  position:relative;
  color:#fff;
  padding:10px 8px 5px 8px;
  margin:0px 15px 15px 0px;
}
div.grey-box-large div.left{
  position:absolute;
  left:0px;
  top:0px;
  height:140px;
  width:8px;
  background: url('../img/typo/grey_box_large_sprites.png') no-repeat left top;
}
div.grey-box-large div.right{
  position:absolute;
  right:0px;
  top:0px;
  height:140px;
  width:8px;
  background: url('../img/typo/grey_box_large_sprites.png') no-repeat -8px top;
}

a.button {
  width:129px;
  height:41px;
  display:block;
  background: #000 url(../img/typo/button_link.png) no-repeat left top;
  text-align:center;
  padding:100px 17px 20px 17px;
  color:#fff;
  text-decoration:none;
  overflow:hidden;
  font-size:11pt;
  margin:-6px 4px 4px -7px;
}

table.gallery {
  border:none;
  border-collapse: collapse;
}
table.gallery td {
  border:none;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center;
  padding:7px 5px 7px 5px;
}
table.gallery td a{
  border:4px solid #969696;
  width:inherit;
  display:block;
  margin:0 auto;
}
table.gallery td img{
  border:2px solid #2c2c2c;
}
/* mapa webu */
.color1 a {
  color:#ae3f98;
}
.color2 a {
  color:#e5c534;
}
.color3 a {
  color:#1b7207;
}
