/* 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;
}

/* 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:Arial Narrow;
}
#footer #links li a span{
  text-transform: none;
}
#footer #links li a:hover{
  text-decoration:underline;
}
#copyright a{
  text-decoration:none;
  color:#000;
}

/* obsah */
#content a{
clear:both;
} 
h1 {
  font-size:16pt;
  font-weight:bold;
  _margin:0px 0px 15px 0px;
}
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('../images/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 23px;
  color:#fff;
  background: rgb(0,0,0) url('../images/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, .small-bullet-r  {
  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('../images/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('../images/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('../images/typo/grey_box_small_sprites.png') no-repeat -5px top;
}
div.grey-box-large {
  height:125px;
  overflow: hidden;
  background: #282626 url('../images/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('../images/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('../images/typo/grey_box_large_sprites.png') no-repeat -8px top;
}
img.grey-box{
  padding:5px;
  background-image: url('../images/typo/grey_box_large_bg.png');
  background-repeat: repeat-x;
}

a.button {
  width:129px;
  height:41px;
  display:block;
  background: #000 url(../images/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;
}

table.kariera{
  clear:both;
  margin:0px;
  padding:0px;
  width:100%;
}
table.kariera p{
  margin:0px;
  padding-left:0px;
  position:relative;
  right: 38px;
  top:0px;
  width:110%;
 
}
table.kariera th{
  vertical-align:top;
  text-align: right;
  width:15%;
  margin:0px;
  padding:0px;
}
table.kariera td{
  width:85%;
  margin:0px;
  padding:0px;
  padding-left:5%;
 
  
}

/* mapa webu */
.color1 a {
  color:#ae3f98;
}
.color2 a {
  color:#e5c534;
}
.color3 a {
  color:#1b7207;
}

/*********************************************/

.cistic
{
	clear: both;
	background: #FF0;
}

.akt_galerie
{
	position: relative;
	top: -15px;
}

.akt_fotka
{
	width: 180px;
	float: left;
	padding:7px 5px 7px 5px;
}
.akt_fotka a{
  border: 4px solid #969696;
  width: inherit;
  display: block;
  margin:0 auto;
}
.akt_fotka img{
  border:2px solid #2c2c2c;
}

.zobraz_foto, .skryj_foto
{
	text-decoration: underline;
	display: block; float: right;
	margin: 10px 0;
	cursor: pointer;
}
.dalsi_foto
{
	display: none;
}

#aktcara
{
	clear: left;
	position: relative; top: 20px;
}
.velky-odkaz
{
	display: block;
	float: right;	clear: left;
	margin-top: 40px;
	background-position: 15px center;
}

h2.mezigalerie
{
	clear: both;
}

#header
{
	margin-top: -16px;
}
