html, body, h1, h2, h3, p, ul, ol, li, table, tr, td, th, form, fieldset, legend, label, input, select, textarea, button, iframe {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

body {
  background: #f5a12d url(/images/content/pozadia/uvod.jpg) center 0px no-repeat;
  color: #000;
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: #4A8055;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
}

label {
  cursor: pointer;
}

input, select, textarea, button {
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
}

button {
  overflow: visible;
  cursor: pointer;
  border: none;
}

.bold {
  font-weight: bold;
}

/*** CONTAINER ***/

#container {
  width: 900px;
  height: 1000px;
  margin: 0px auto 200px auto;
  background: url(/images/shadow.png) 0px 0px repeat-y;
  overflow: hidden;
}

/*** HEADER ***/

#header {
  padding: 0px 10px;

}

#header .logo {
  float: left;
}

#header .news {
  float: left;
  width: 340px;
  border-right: 28px solid #27533e;
  height: 156px;
  background-color: #4a8055;
  color: #bed2c2;
  padding: 38px 36px 0px 36px;
  overflow: hidden;
}

#header .news_title {
  padding-bottom: 8px;
}

#header .news_title a {
  text-transform: uppercase;
  font-weight: bold;
  color: #bed2c2;
}

#header .news_text {
  text-align: justify;
  line-height: 1.5;
}

/*** NAVIGATION ***/

#nav {
  clear: both;
}

#nav ul {
  list-style-type: none;
  background: url(/images/nav_bg.png) 0px 0px repeat-x;
  height: 45px;
  position: relative;
  z-index: 10;
  padding: 0px 12px;
}

#nav li {
  float: left;
  position: relative;
  z-index: 1;
}

#nav a {
  display: block;
  font-size: 13px;
  color: #004749;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding-top: 14px;
  height: 26px;
  border-left: 1px solid #ffcc71;
  border-right: 1px solid #915600;
  text-align: center;
}

#nav a:hover, #nav li:hover a ,#nav li.active a {
  background: url(/images/nav_bg.png) 0px -47px repeat-x;
  color: #f5a12f;
  border-left: 1px solid #87a696;
}

#nav .i1, #nav a.i1:hover, #nav li:hover a.i1, #nav li.active a.i1 {
  width: 180px;
  border-left: none;
}

#nav .i2 {
  width: 112px;
}

#nav .i3 {
  width: 148px;
}

#nav .i4 {
  width: 186px;
}

#nav .i5 {
  width: 106px;
}

#nav .i6 {
  width: 114px;
  border-right: none;
}

/*** NAVIGATION - SUB ***/

#nav ul.sub {
  position: absolute;
  z-index: 10;
  width: 204px;
  left: 0px;
  top: 40px;
  background: none;
  height: auto;
  padding: 0px;
  display: none;
}

#nav ul.sub li {
  float: none;
  position: static;
  z-index: auto;
  margin-bottom: 2px;
}

#nav ul.sub a {
  display: block;
  font-size: 12px;
  color: #003b33;
  text-transform: none;
  height: 29px;
  padding: 15px 5px 0px 32px;
  border: none;
  text-align: left;
  background: url(/images/dropdown_bg.png) 0px 0px no-repeat;
  overflow: hidden;
}

#nav ul.sub a:hover, #nav ul.sub li:hover a, #nav ul.sub li.active a {
  background: url(/images/dropdown_bg.png) 0px bottom no-repeat;
  color: #003b33;
  border: none;
}

#nav li:hover ul {
  display: block;
}

/*** WRAP ***/

#wrap {
  padding: 0px 10px;
  position: relative;
  z-index: 1;
  margin-top: -5px;
}

/*** CONTENT ***/

#content {
  background-color: #fff;
  overflow: auto;
  height: 766px;
}

#content.transparent {
  background: url(/images/semitransparent.png) 0px 0px repeat;
}

#content h1 {
  padding: 30px 0px 30px 0px;
  font-size: 24px;
  font-weight: bold;
  color: #4a8055;
  text-align: center;
}

/*** HOME ***/

#home {
  background: url(/images/home_bg.jpg) 0px 0px no-repeat;
  height: 630px;
  overflow: hidden;
}

#home .text {
  padding: 422px 68px 0px 96px;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
}

/*** HOME - BANNERS ***/

#home_banners {
  background-color: #4f8959;
  text-align: center;
  height: 136px;
}

#home_banners .banner {
  margin: 20px 45px 0px 45px;
}

/*** ARTICLE ***/

#article {
  padding: 10px 38px 15px 38px;
  font-size: 13px;
}

#article h2 {
  padding: 10px 0px 3px 0px;
  font-size: 15px;
  font-weight: bold;
  color: #4a8055;
}

#article h3 {
  padding: 8px 0px 5px 0px;
  font-size: 12px;
  font-weight: bold;
}

#article p {
  padding-bottom: 6px;
  line-height: 1.5;
}

#article ul, #article ol {
  padding: 0px 0px 4px 25px;
}

#article li {
  padding-bottom: 2px;
  line-height: 1.5;
}

#article table {
  width: 100%;
  border: 1px solid #404040;
  border-right: none;
  border-bottom: none;
  color: #000;
  font-size: 12px;
}

#article td, #article th {
  padding: 3px;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  background-color: #f0f0f0;
  text-align: left;
}

#article td.center, #article th.center {
  text-align: center;
}

#article th {
  background-color: #e0e0e0;
  color: #000;
}

#article .image {
  text-align: center;
  padding: 25px 0px 40px 0px;
}

/*** BUSINESS HOURS ***/

#business_hours {
  padding: 10px 38px 15px 38px;
  font-size: 13px;
}

#business_hours p {
  color: #4a8055;
  text-align: center;
  padding-top: 10px;
}

#business_hours ul {
  list-style-type: none;
  width: 264px;
  margin: 0px auto;
  padding-top: 65px;
}

#business_hours .day {
  background-color: #f7f4ed;
  border: 1px solid #e4dece;
  overflow: hidden;
  padding: 10px 0px;
}

#business_hours .day_name {
  float: left;
  color: #FF930F;
  font-size: 16px;
  font-weight: bold;
  padding: 0px 32px 0px 30px;
  width: 76px;
}

#business_hours .hours {
  float: left;
  color: #446e58;
  font-size: 16px;
  width: 120px;
}

/*** BUSINESS HOURS ***/

#contact {
  padding: 10px 38px 15px 38px;
  font-size: 13px;
}

#contact .content {
  width: 274px;
  margin: 0px auto;
  background-color: #f7f4ed;
  text-align: center;
}

#contact .title {
  color: #FF930F;
  font-size: 16px;
  padding-top: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

#contact .address {
  color: #446e58;
  font-size: 16px;
  padding-top: 20px;
  line-height: 30px;
}

#contact .phones {
  padding: 20px 0px 20px 0px;;
}

#contact .phone {
  overflow: hidden;
  color: #446e58;
  font-size: 16px;
  padding-bottom: 8px;
}

/* GOOGLE MAP */

#google_map {
  width: 600px;
  margin: 40px auto 0px auto;
  border: 1px solid #4A8055;
}

#lang {
	position: absolute;
	top: 160px;
	margin-left: 280px;
}
