body{
  background: #1c4053;
  color: #fff;
	font-family: Arial, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', lucida, sans-serif;
    font-size: 0.85em;
    line-height: 1.5em;
  margin: 0;
  padding: 0;
}

/*--------globals-------*/
#header h1{
  height: 144px;
    width: 545px;
  float: left;
  font-size: 1.5em;
  top: 0px;
  left: 40px;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  position: absolute;
}

#header h1 a{
  background: #1c4053;
  color: #fff;
  display: block;
  height: 144px;
    width: 545px;
  text-decoration: none;
  overflow: hidden;
}

#header h1 span{
  background: url('../img/logo.jpg') no-repeat 100% 0%;
  display: block;
  height: 144px;
    width: 545px;
  left: 0;
    top: 0;
  position: absolute;
  z-index: 2;
}

h2, h3, h4{
  clear: left;
	color: #2C8AE1;
  margin: 0;
  padding: 0.0em 0 0.4em 0;
}

h2{
	font-size: 1.7em;
}

h3{
  font-size: 1.4em;
}

h4{
  font-size: 1.2em;
}
h5{
  font-size: 1.0em;
}

a{
  color: #2C8AE1;
}

a:visited{
}

a:hover{
  color: #000;
}

img{
  border: 0;
  padding: 0 0.7em 0.7em 0.7em;
}

img.left{
  clear: left;
  float: left;
}

img.right{
  clear: right;
  float: right;
}

img.tiny-align-left{
  clear: left;
  float: left;
}

img.tiny-align-right{
  clear: right;
  float: right;
}

p, address{
  margin: 0;
  padding-bottom: 1em;
}

ul{
  margin: 0 0 0 0.7em;
  padding: 0 0 1em 0.7em;
  list-style: square;
}

hr{
  color: #BCBEC0;
  height: 1px;
  border: none;
  border-top: 1px solid #BCBEC0;
  clear: both;
}

.cleaner{
  clear: both;
  visibility: hidden;
  margin: 0;
  overflow: hidden;
  padding: 0;
  height: 0;
}

table{
  margin-bottom: 1em;

}

td.left{
  text-align: left;
}

td.center{
  text-align: center;
}

td.right{
  text-align: right;
}

th, td{
  background: #eaeaea;
  border: 1px solid #ddd;
  padding: 0.1em 0.5em 0.1em 0.5em;
}

th, th a{
  background: #1C4053;
  color: #fff;
}
th a:hover{
  color: #89B8EE;
}

form{
  margin: 0;
  padding: 0;
}

/*-------site-------*/

#site{
  background: #fff url('../img/site.gif') repeat-y;
  color: #444;
  margin: auto;
  width: 975px;
  position: relative;
}

/*-------header-------*/
#header{
  background: #1c4053 url('../img/header.jpg') no-repeat;
  height: 185px;
  position: relative;
}

#navbar-top{
  font-size: 0.95em;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
    left: 45px;
    top: 149px;
  z-index: 999;
}

#navbar-top li{
  float: left;
  padding-right: 7px;
}

#navbar-top li a, #navbar-top li strong{
  background: #1C4053;
  color: #fff;
  display: block;
  line-height: 30px;
  padding: 0px 10px 0px 10px;
  text-align: center;
  text-decoration: none;
}

#navbar-top li strong{
  background: #2C8AE1;
}
#navbar-top li a:hover{
  background: #35718F;
}

#navbar-top ul{
  background: #fff;
  border-top: 1px solid #fff;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 99;
  width: 200px;
}
#navbar-top ul li{
  float: none;
  padding: 0;
  position: relative;
}
#navbar-top ul li a, #navbar-top ul li strong, #navbar-top ul li em{
  color: #fff;
  text-align: left;
  line-height: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
  height: 100%;
}
#navbar-top ul li ul{
  position: absolute;
  left: 200px;
  top: 0px;
}

/*-------navbar------*/
#navbar{
  list-style: none;
  margin: 0 -10px 10px -10px;
  padding: 0;
}

#navbar li{
  position: relative;
}

#navbar li a, #navbar li strong, #navbar li em{
  background: #1C4053;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  height: 100%;
  line-height: 15px;
}
#navbar li strong, #navbar li.active > a{
  color: #000;
  background: #2C8AE1;
}
#navbar a:hover{
  color: #fff;
  background: #35718F;
}

#navbar ul{
  font-size: 0.85em;
  list-style: none;
  margin: 0;
  padding: 0;
}
#navbar ul li a, #navbar ul li strong, #navbar ul li em{
  padding-left: 55px;
}
/*------main-----*/
#main{
  /*position: relative;*/
  width: 898px;
  padding: 0 40px 0 40px;
}  
/*-------template-page-------*/
#main-content,
#left-sidebar, #right-sidebar,
#main-content-without-sidebars,
#main-without-right{
  float: left;
  overflow: hidden;
  padding: 20px;
  padding-top: 0px;
  /*position: relative;*/
}
#main-content{
  padding: 20px;

  width: 590px;
  overflow: visible;
}

#left-sidebar{
  float: left;
  width: 218px;
}
#right-sidebar{
  float: right;
  width: 218px;
}
/*-------template-without-sidebars-------*/
#main-content-without-sidebars{
  float: none;
  padding: 15px;
  width: auto;
}
/*-------template-without-right-------*/
#main-without-right{
  padding: 15px;
  overflow: visible;

  float: right;
  width: 710px;
}

#left-sidebar h2, #right-sidebar h2, #left-sidebar h3, #right-sidebar h3, #left-sidebar h4, #right-sidebar h4{
  background: #2C8AE1;
  color: #fff;
  font-size: 1.2em;
  padding: 0.3em 15px 0.3em 15px;
  margin: 0 -14px 10px -15px;
}
#left-sidebar h2, #left-sidebar h3, #left-sidebar h4{
  background: #B9D4E3;
  color: #004266;
}
#left-sidebar h4, #right-sidebar h4{
  font-size: 1.0em;
}

/*--------footer--------*/
#footer{
  background: #1c4053 url('../img/footer.jpg') no-repeat;
  color: #688898;
	clear: both;
	font-size: 0.95em;
	line-height: 45px;
	padding-top: 305px;
}

#footer p{
  display: inline;
  margin: 0;
  padding: 0;
  padding-left: 50px;
}

#footer a{
  color: #688898;
}

#footer a:hover{
  color: #fff;
}

#footer span{
  font-weight: bold;
}

#footer .right{
	float: right; 
	padding-right: 50px;
}

#footer #navbar-footer{
	float: right;
  list-style: none;
  padding: 0;
	padding-right: 50px;
}
#footer #navbar-footer li{
  display: inline;
  padding-left: 7px;
}

/*------buttons------*/

/*------messages-----*/
.error{
  color: #0082cc;
  font-size: 1.3em;
  font-weight: bold;
}

.message{
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}


/*------------------*/
.photo-gallery *{
  background: none;
  border: none;
}

.contactForm{
  font-size: 0.9em;
  padding: 10px 0 0 10px;
}
.contactForm table, .contactForm td, .contactForm th{
  background: none;
  border: none;
  color: #000;
  padding: 3px;
}
.contactForm th{
  text-align: right;
  vertical-align: top;
}
.contactForm textarea{
  height: 60px;
/*  width: 345px;*/
}
.contactForm .send-contact{
  text-align: right;
/*  padding-right: 15px;*/
}
.contactForm #cell-label{
  color: #666;
}

#search-form{
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 99;
}

.n-none{
  display: none;
}

.cena td{
  font-weight: bold;
}

.optional{
  font-weight: normal;
}

#infobox-partneri ul{
  font-size: 0.9em;
  list-style: none;
  margin: 0;
  padding: 0 50px 0 50px;
}
#infobox-partneri ul li{
  display: inline;
  margin: 0;
  padding: 0;
}

table.no-background, table.no-background th, table.no-background td{
  background: none;
}

div.parabola-feed .item{
  background: #eaeaea;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 5px;
}

div.parabola-feed .item h3{
  font-size: 1.2em;
}

