html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #3f89c3;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}

.more {
	text-align: right;
	color: #3f89c3;
	margin: 10px 0 0 0;
}
.clear {
	clear: both;
}

body {
	background: #ffffff;	
	font: 12px verdana, arial, sans-serif;
	color: #52616E;	
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 50px auto 0;
	width: 100%;
	background: #ffffff;
   position: absolute;  
}

#header { 
  background: transparent url(../images/header.gif) repeat-x;
  height: 300px;          
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 280px;
  height: 100px;
  color: #52616E;
  background-color: #ffffff;
  /*background-image: url(../images/logo.jpg);*/
  background-repeat: no-repeat;
}

#home {
  position: absolute;
  top: 0px;
  left: 280px; 
  background-image: url(../images/home.gif);
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

#search {
  position: absolute;
  top: 50px;
  left: 280px; 
  background-image: url(../images/search.gif);
  width: 60px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e9e9e9;
}

#slogan {
  position: absolute;
  top: 0px;
  left: 340px; 
  height: 100px;
}

#slogan p {
	font: 24px verdana, arial, sans-serif;
	color: #ffffff;
	margin: 25px 0 0 20px;
	word-spacing: 5px;
	}

#gallery {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 340px;
  height:200px;
  background-image: url(../images/building.gif);  
}

#nav {
  background: #ffffff;
  position: absolute;
  top: 100px;
  left: 340px; 
  height: 45px; 
  text-align: left;  
  width: 900px;
}

#nav ul {
	margin: 10px 0 0 0 ;
}

#nav li {
  list-style: none;
  display: inline; 
  margin-left: 10px;  
  font-size: 13px;
  font-weight: bold; 
 }
#nav a {
  text-decoration: none;
  color: #d15900; 
  vertical-align: 5px; 
}

#nav a:hover {
  text-decoration: underline;
  color: #d15900;
}

#slogan2 {
  background-image: url(../images/a.gif);
  position: relative;
  top: 145px;
  left: 340px; 
  height: 155px;
  width: 418px; 
  text-align: center;
}

#body {		
	background: transparent url(../images/body_bg.gif) repeat-y;
	width: 100%;	
}

#body .main_content p {   
   padding-right: 5px;  
}

#body .main_content {   
   height: 500px;  
}

#body .a_right {
  background-color: #314965;
  font: 18px verdana, arial, sans-serif;
  color: #ffffff;
  padding: 0 0 0 15px;  
}

#body .a_left {
	background-color: #dedfe1;	
	font: 18px verdana, arial, sans-serif;
	color: #314965;
	padding: 0 0 0 15px;	
}

#body .main {
 min-height: 800px;
 height: 800px;	
}

#body h2 {
	font-size: 12px;
	color: #d15900;
	margin-bottom: 10px;
}

#body h1 {
	font: 18px verdana, arial, sans-serif;
	color: #314965;
	margin-bottom: 10px;
}

#body_a {
	margin: 20px 15px 5px 15px;
	float: top;
	text-align: left;		
}


#body_a li {
  list-style: none;
  padding: 0 0 5px 120px;  
}

#body_a a {
  padding: 0 0 5px 10px;  
}

#body_a .pp {
  padding: 0 5px 5px 10px;  
  text-align: left;
  font-size: 10px;
  color: #52616E;
}

#body_a .visible {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

#body_a_eng {
	margin: 20px 15px 5px 15px;
	float: top;
	text-align: left;		
}


#body_a_eng li {
  list-style: none;
  padding: 0 0 5px 120px;  
}

#body_a_eng a {
  padding: 0 0 5px 10px;  
}

#body_a_eng .pp {
  padding: 0 5px 5px 10px;  
  text-align: left;
  font-size: 10px;
  color: #52616E;
}

#body_a_eng .visible {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

.circul {
	background-image: url(../images/circul.gif);
	height: 200px;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 352px;
	left: -10px;
}

.circul_index {
	background-image: url(../images/circul.gif);
	height: 200px;
	background-position: top left;
	background-repeat: no-repeat;
}

.horisontal {
	margin: 0 0 10px 0;
}

.last_res {
	min-width: 400px;
	min-height: 120px;
	vertical-align: top;
	text-align: left;
	padding: 0 0 20px 0;
}

.last_res_text {
	margin-left: 45px;
}

.last_res_text_s {
	margin-left: 15px;
}

.last_res_text_s ul {
	margin-left: -100px;
}

.last_res img {
	margin: 0 10px 0 0;
}

#footer {
  text-align: right;
  min-height: 50px;
  font-size: 12px;
  padding: 15px 15px 5px 10px; 
  vertical-align: middle;
  background-color: #dedfe1;   
}

#footer ul {
	margin: 10px 0 0 0 ;
}

#footer li {
  list-style: none;
  display: inline; 
  margin-left: 25px;  
  font-size: 10px;
  font-weight: bold; 
 }
#footer a {
  text-decoration: none;
  color: #695F4C; 
  vertical-align: 5px; 
}

#footer a:hover {
  text-decoration: underline;
  color: #d15900;
}

#footer_left {
   text-align: left;
	width: 340px;	
	margin: -15px 5px 5px 5px;	
	float: left;
}

.hidden {
	display: none;
}
.visible {
	display: block;
	margin-top: 5px;
	color: #ad221d;
	font-size: 12px;
}

#search_form {
	width: 120px;
	height: 40px;
	position: absolute;
	top: 82px;
	left: 340px;	
	color: #000000;
	background-color: #e9e9e9;
	padding: 5px 5px 5px 5px;
}

#search_res {
	background-color: #e9e9e9;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
}

#cena_table{
	font-size: 10px;
}

#cena_table .cena_header{
	font-size: 12px;
	font-weight: bold;
}

#adm_menu{
	padding: 5px 5px 5px 5px;
	background-color: InactiveBorder;	
}

#adm_menu{	
	background-color: ButtonFace;	
}

#top_head{
	position: absolute;
	right: 5px;
	top: 2px;
	height: 30px;	
}