body{
	margin: 20px 0 20px 0;
	padding: 0px;
	background: #c1c1c1 url(background.gif) repeat-x top;
	color: #EAF2EF;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: center;
	position: relative;
}
a{
	color: #B10C0C;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font: bold 20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #C3141F;
	padding: 0 0 0 20px;
	margin: 25px 0 25px -20px;
	display: block;
	clear: both;
}
h1#title{
	position: absolute;
	top: -1000px;
	right: -1000px;
	display: none;
}
h2{
	margin-top: 10px;
}
h3{
	font-size: 17px;
}
h4{
	font-size: 14px;
}
h5, h6{
	font-size: 13px;
}
p{
	display: block;
	padding: 0px;
	margin: 15px 0 15px 0;
}
th{
	font-weight: bold;
	color: #fff;
	padding: 3px 3px 3px 5px;
	margin: 2px 2px 10px 2px;
	background-color: #151414;
  text-align: center;
}
td{
	margin: 1px;
	padding: 2px;
	text-align: center;
	background-color: #0A0A0A;
}
ul{
	margin: 15px;
	padding: 0px;
}
li{
	background-color: #0A0A0A;
	padding:5px;
	margin: 5px 0 5px 0;
}
#site{
	background: #000 url(leseni.jpg) no-repeat left;
	text-align: left;
	width: 840px;
	margin: 0 auto 0 auto;
	padding: 0px;
	position: relative;
	height: 1000px;
}
#content{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 380px;
	padding: 20px;
	max-height: 930px;
	overflow: auto;
}
#left-block{
	position: fixed;
	_position: absolute;
	bottom: 190px;
	left: 50%;
}
#logo{
	position: absolute;
	top: 0px;
	left: -395px;
}
#contact{
	position: absolute;
	top: 47px;
	left: -395px;
	width: 350px;
	border-left: 15px solid #C3141F;
	background: url(phone.png) repeat;
	font: bold 20px/35px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.row{
	float: left;
	width: 100%;
}
.item{
	float: left;
	padding: 0 0 0 10px;
}
.number{
	float: right;
	padding: 0 10px 0 0;
}
ul#menu{
	margin:0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 25px;
	left: 25px;
	font: bold 20px/30px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
ul#menu li{
	margin: 5px 0 5px 0;
	padding: 0px;
	display: block;
	background: none;
}
ul#menu a{
	background-color: #000;
	padding: 3px 6px 3px 6px;
	color: #fff;
}
ul#menu a:hover{
	text-decoration: none;
	color: #C3141F;
}
.img-small, .img-big, .ico{
  margin: 5px;
}
.ico{
  float: left;
  margin: 0 10px 25px 0;
}
a img.img-small, a img.img-big, a img.ico{
  border: 10px solid #333;
}
a:hover img.img-small, a:hover img.img-big, a:hover img.ico{
  border-color: #C3141F;
}
#author{
  font: 8px Verdana, Geneva, Arial, Helvetica, sans-serif;
  position: absolute;
  bottom: -10px;
  right: 50%;
}
#author a{
  position: absolute;
  bottom: 0px;
  left: 300px;
  width: 120px;
  color: #333;
  text-align: right;
}
#mapa{
  width: 360px;
  height: 360px;
  background-color: #ffffff;
  border: 10px solid #333;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {/*background: url(macFFBgHack.png) repeat;*/}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {/*my IE8 Hack*/
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  bottom:5%;
  left:50%;
}
* html #TB_window {
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px;
}
* html #TB_load { 
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> ibox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#ibox_content {
	background: #222;
	border-color: #222;
	color: #fff;
}
#ibox_wrapper {
	background: #222;
	border-color: #444;
}
#ibox_footer_wrapper {
	left: 0;
	right: 0;
	top: 0;
	padding: 3px 10px;
}
#ibox_footer_wrapper, #ibox_footer_wrapper a {
	color: #c3141f;
	background: #444;
}
#ibox_footer_wrapper a {
	color: #c3141f;
	font-weight: bold;
	text-decoration: none;
	padding: 0 3px;
}
#ibox_content {
	margin: 25px 0 0 0;
	padding: 10px;
}
