html{
  background: #7ADDFA url('../img/background.jpg') repeat-x 50% 0%;
}

body{
  background: url('../img/background-top.jpg') no-repeat 50% 84px;
  color: #000;
	font-family: Arial, 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', lucida, sans-serif;
    font-size: 0.80em;
    line-height: 1.5em;
  margin: 0;
  padding: 0;
}

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

#header h1 a{
  background: #572200;
  color: #cfebf7;
  display: block;
  height: 84px;
    width: 344px;
  text-decoration: none;
  overflow: hidden;
}

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

h2, h3, h4{
  clear: left;
	color: #CF000D;
  margin: 0;
  padding: 0.2em 0 0.6em 0;
}

h2{
	font-size: 1.6em;
}

h3{
  font-size: 1.4em;
}

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

a{
  color: #CF000D;
}

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: #d9e8f0;
  border: 1px solid #b9d4e3;
  color: #000;
  padding: 0.1em 0.5em 0.1em 0.5em;
}

th, th a{
  background: #b9d4e3;
  color: #CF000D;
}

form{
  margin: 0;
  padding: 0;
}

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

#site{
  color: #000;
  margin: auto;
  width: 990px;
  position: relative;
}

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

#navbar-top{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
    left: 210px;
    bottom: 14px;
}

#navbar-top li{
  float: left;
}

#navbar-top li a, #navbar-top li strong{
  color: #003656;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 42px;
  padding: 0px 12px 0px 12px;
  text-align: center;
  text-decoration: none;
}

#navbar-top li strong, #navbar-top li a:hover{
  color: #CF000D;
}

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

#navbar li{
  position: relative;
}

#navbar li a, #navbar li strong, #navbar li em{
  background: #0e4764;
  border-top: 1px solid #012d43;
  border-bottom: 1px solid #1a5f7b;
  color: #fff;
  display: block;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  height: 100%;
  line-height: 15px;
}
#navbar li strong, #navbar li.active > a{
}
#navbar a:hover{
  background: #1A5F7B;
  border-top: 1px solid #31809F;
}

#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: 35px;
}
/*------main-----*/
#main{
  position: relative;
  width: 100%;
}  
/*-------template-page-------*/
#main-content,
#left-sidebar, #right-sidebar,
#main-content-without-sidebars,
#main-without-right{
  float: left;
  overflow: hidden;
  padding: 15px;
  padding-top: 0px;
  position: relative;
}
#main-content{
  background: url('../img/main.jpg') no-repeat 100% 0%;
  padding: 15px 25px 10px 35px;

  width: 540px;
  overflow: visible;
}

#left-sidebar{
  color: #fff;
  margin-top: -135px;
  float: left;
  width: 160px;
}
#right-sidebar{
  color: #fff;
  float: right;
  width: 170px;
}
/*-------template-without-sidebars-------*/
#main-content-without-sidebars{
  float: none;
  padding: 15px;
  width: auto;
}
/*-------template-without-right-------*/
#main-without-right{
  background: url('../img/main-without-right.jpg') no-repeat 100% 0%;
  padding: 15px 25px 10px 35px;

  overflow: visible;

  float: right;
  width: 740px;
}

#left-sidebar h2, #right-sidebar h2, #left-sidebar h3, #right-sidebar h3, #left-sidebar h4, #right-sidebar h4{
  background: #4d8c00 url('../img/sidebar-right-heading.gif') no-repeat;
  border-bottom: 1px solid #9BBA00;
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  padding: 20px 15px 0.3em 15px;
  margin: 0 -15px 10px -15px;
}
#left-sidebar h2, #left-sidebar h3, #left-sidebar h4{

}
#left-sidebar h4, #right-sidebar h4{
  font-size: 1.0em;
}

#left-sidebar a, #right-sidebar a{
  color: #D3FF00;
}
#left-sidebar a:hover, #right-sidebar a:hover{
  color: #fff;
}

/*--------footer--------*/
#footer{
  background: #7addfa url('../img/footer.gif') no-repeat;
  color: #7CDEF9;
	clear: both;
	font-size: 0.8em;
	line-height: 42px;
  padding-top: 4px;
}

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

#footer a{
  color: #7CDEF9;
}

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

#footer span{
  font-weight: bold;
}

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

#footer #navbar-footer{
	float: right;
  list-style: none;
  padding: 0;
	padding-right: 7px;
}
#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;
}

#left-sidebar #h3-novinky{
  background: none;
  border: none;
}
