html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, ins, strong, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  background: url(img/body_bg.gif) repeat-x left top #cceeee;
  margin: 0px;
  padding: 0px;
  font: 13px verdana, arial, helvetica;
  line-height: 150%;
  color: #505050;
  margin: 0 0 15px 0
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h1, h2 {
  text-transform: uppercase;
}
h1 {
  padding: 2px 0 10px 0;
  margin: 0px;
  line-height: 25px;
  font-size: 20px;
  color: #881100;
}
h2 {
  padding: 5px 0 5px 0;
  margin: 0px;
  line-height: 25px;
  font-size: 18px;
  color: #881100;
}
h3 {
  padding: 5px 0 10px 0;
  margin: 0px;
  line-height: 20px;
  font-size: 18px;
  color: #115599;
}
h4 {
  padding: 5px 0 10px 0;
  margin: 0px;
  line-height: 18px;
  font-size: 16px;
  color: #115599;
}
h5 {
  padding: 5px 0 5px 0;
  margin: 0px;
  line-height: 16px;
  font-size: 14px;
  color: #115599;
}
a:link, a:visited {
  color: #115599;
  font-weight: normal;
  text-decoration: none;
}
a img {
  border: none ! important;
}
img.left_img {
  border: 1px #cae6c6 solid;
  float: left;
  margin: 0 10px 0 0;
}
img.right_img {
  border: 1px #cae6c6 solid;
  float: right;
  margin: 0 0 0 10px;
}
img.box_img {
  float: left;
  padding: 0 20px 0 0;
}
.imgInFrame {
  margin: 0 10px 0 15px;
  background-color: #eeffff;
  border: 1px solid #cceeff !important;
  padding: 6px
}
.imgInFrame1 {
  background-color: #eeffff;
  border: 1px solid #cceeff !important;
  padding: 0
}
/*--------------------------------------------------------
 Tables
 --------------------------------------------------------*/
table.table1 {
  border-collapse: collapse;
  font: 15px arial, helvetica;  
  color: #ffcc00;
}
table.table1 caption {
  font: 15px verdana, arial, helvetica;
  font-weight: bold;
  padding-bottom: 10px;   
}
table.table1 th {
  padding: 5px;
}
table.table1 td {
  padding: 5px;
}
/*--------------------------------------------------------
 Text elements
 --------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 100%;
  height: 0;
}
p {
  padding: 2px 0 12px 0;
  margin: 0px;
}
p.clear {
  clear: both;
  padding: 10px 0 0 0;
}
dl {
  line-height: 1.2;
  margin-bottom: 1.2em;
}
hr {
  color: #fff;
  background: transparent;
  margin: 0 0 0.7em 0;
  padding: 0 0 0.7em 0;
  border: 0;
  border-bottom: 1px #c0c0c0 dotted;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.sede {
  color: #606060;
}
.cervene {
  color: #990000;
}
.oranzove {
  color: #ff9900;
}
.modre {
  color: #0066ff;
}
.zelene {
  color: #006600;
}
.preskrtnute {
  text-decoration: line-through;
}
.podtrzene {
  text-decoration: underline;
}
.male {
  font-size: 11px;
  color: #000;
}
.velke {
  font-size: 15px;
}
.tucne {
  font-weight: bold;
}
.dashed {
  border-bottom: dashed 1px #990000;
}
.firstletter:first-letter {
  float: left;
  font-size: 400%;
  font-weight: bold;
  line-height: 0.9em;
  padding-right: 3px;
}
/*--------------------------------------------------------
  Lists
 --------------------------------------------------------*/
#columns ul, #columns ol {
  margin: 0 0 0.5em 2em;
}
#columns ul {
  list-style-type: square;
}
#columns ul li ul {
  list-style-type: disc;
}
#columns ol {
  list-style-type: decimal;
}
#columns ul li, #columns ol li {
  line-height: 1.2em;
  margin-top: 0.5em;
}
/*--------------------------------------------------------
  main container
 --------------------------------------------------------*/
#wrapper {
  width: 980px;
  height: auto;
  margin: auto;
}
/*--------------------------------------------------------
  header
 --------------------------------------------------------*/
#header {
  width: 980px;
  height: 290px;
  clear: both;
  background: url(img/header_bg.png) no-repeat left;
}
#header a, a:link, a:visited {
  color: #006600;
  text-decoration: underline;
}
#header a:hover {
  border-bottom: none;
  color: #006600;
}
#logo {
  float: left;
  padding: 50px 0 0 40px;
}
#logo a, a:link, a:visited {
  border-bottom: none
}
#text_content {
  width: 350px;
  float: left;
  padding: 20px 0 0 0;
}
/*--------------------------------------------------------
  Main Navigation
--------------------------------------------------------*/
#navigation {
  font: normal 13px 'PT Sans Narrow', Georgia, Times New Roman;
  text-transform: uppercase;
  margin-top: 0; 
}
#nav {
  float: right;
  margin: 0;
  padding: 5px 10px 0 0;
  line-height: 100%;
}
#nav li {
  margin: 0 4px;
  padding: 0 0 8px;
  float: left;
  position: relative;
  list-style: none;
}
/* main level link */
#nav a {
  background: #cceeff;
  color: #333;
  border-top: solid 1px #f8f8f8;  
  text-decoration: none;
  display: block;
  padding: 8px 8px;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#nav a:hover {
  background: #000;
  color: #fff;
}
/* main level link hover */
#nav .current a, #nav li:hover a {
  background: #881100;
  color: #fff;
  border-top: solid 1px #f8f8f8;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
}
/* sub levels hover */
#nav ul li:hover a, #nav li:hover li a {
  background: none;
  border: none;
  color: #333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#nav ul a:hover {
  background: #881100 !important;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* dropdown */
#nav li:hover > ul {
  display: block;
}
/* level 2 list */
#nav ul {
  margin: 0;
  padding: 0;
  line-height: 20px;
  display: none;
  width: 185px;
  position: absolute;
  top: 35px;
  left: 0;
  background: #cceeff;
  border: solid 1px #b4b4b4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
  box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#nav ul a {
  font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
  left: 181px;
  top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child > a {
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 4px;
}
#nav ul li:last-child > a {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 4px;
}
/* clearfix */
#nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#nav {
  display: inline-block;
} 
html[xmlns] #nav {
  display: block;
}
* html #nav {
  height: 1%;
}
/*--------------------------------------------------------
  main content
 --------------------------------------------------------*/
#columns_home {
  float: left;
  width: 980px;
  background-color: #fff;
  clear: both;
}
#columns {
  float: left;
  width: 980px;
  background-color: #fff;
  clear: both;
}
#columns a, a:link, a:visited {
  color: #cc6600;
  text-decoration: underline;
}
#columns a:hover {
  border-bottom: none;
  color: #cc6600;
}
/*--------------------------------------------------------
  left content
 --------------------------------------------------------*/
#left_content_home {
  float: left;
  width: 250px;
}
#right_content_home {
  float: right;
  width: 730px;
  height: auto;
}
#left_content {
  float: left;
  width: 260px;
}
#right_content {
  float: right;
  width: 720px;
  height: auto;
}
#content_inner {
  padding: 15px;
}
/*--------------------------------------------------------
  right content
 --------------------------------------------------------*/
.contact {
  width: 300px;
  background-color: #f0f0f0;  
  font: 14px  verdana, arial, helvetica;
  margin: 20px 0 0 150px;
  border-left: solid 5px #cceeee;
  padding: 20px 0 20px 30px;
}
.news {
  width: 310px;
  clear: both;
  padding: 10px 0 10px 0;
}
.news_icon {
  width: 30px;
  float: left;
  padding: 0 10px 0 0;
}
.news_content {
  background:  url(img/news.png) no-repeat right top;
  float: left;
  padding: 0 0 0 10px;
  text-align: left;
  line-height: 13px;
}
.news_content span {
  color: #4ab7e8;
}
#prehled {
  line-height: 25px;
}
/*--------------------------------------------------------
  left navigation
 --------------------------------------------------------*/
#left_nav {
  width: 210px;
  height: auto;
  margin-bottom: 20px;
  padding: 5px 0 0 0;
  float: left;
}
#left_nav ul {
  list-style: none;
  margin: auto;
  display: block;
  padding: 0px;
}
#left_nav ul li {
  list-style: none;
  display: block;
  width: auto;
  height: 29px;
  padding: 0px;
  line-height: 29px;
}
#left_nav ul li a {
  height: 25px;
  display: block;
  width: 210px;
  text-decoration: none;
  padding: 0 0 0 20px;
  color: #115599;
  background: url(img/nav_li.png) no-repeat left;
  border-bottom: 1px #aaaa44 dashed;
  background-position: 0px 0px;
  font-size: 12px;
  font-family: arial, helvetica;
  font-weight: normal;
}
#left_nav ul li a:hover {
  border-bottom: 1px #aaaa44 dashed;
}
.img_nav {
  float: left;
  width: 250px;
  margin: 10px 0 0 0;
}
.img_nav .img_nav_left {
  float: left;
  width: 120px;
  margin-bottom: 5px;
}
.img_nav .img_nav_right {
  float: right;
  width: 120px;
  margin-bottom: 5px;
}
/*--------------------------------------------------------
  menu tabs
 --------------------------------------------------------*/
.tabs {
  margin: 10px 0 0 0;
  border-bottom: 1px solid #77bbdd;
  overflow: hidden;
  width: 650px;
}
.tabs li {
  float: left;
  padding: 0 5px;
  list-style: none;
}
.tabs a {
  background: url(img/tabs_l.gif) no-repeat left top;
  height: 30px;
  display: block;
  float: left;
  padding-left: 20px;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: normal !important;
}
.tabs a:hover {
  color: #006600;
}
.tabs a span {
  background: url(img/tabs_r.gif) no-repeat right top;
  display: block;
  padding: 10px 20px 0 0;
  display: block;
  height: 30px;
  float: left;
}
.tabs .selected a {
  background-position: 0 -30px;
  color: #335555;
}
.tabs .selected a span {
  background-position: 100% -30px;
  color: #335555;
}
.tabs a:hover {
  background-position: 0 -30px;
  color: #335555;
}
.tabs a:hover span {
  background-position: 100% -30px;
  color: #335555;
}
/*--------------------------------------------------------
  contact form
 --------------------------------------------------------*/
#contact_form {
  width: 320px;
  height: auto;
  padding: 10px 0 0 40px;
}
.form_row {
  float: left;
  padding: 4px 0 4px 0;
}
label {
  width: 70px;
  float: left;
  padding: 3px 5px 0 0;
  color: #59a5bf;
  text-align: right;
}
input.contact_input {
  width: 220px;
  height: 18px;
  float: left;
  border: 1px #ced6ec solid;
  background-color: #dbedf3;
  color: #000;
}
textarea.contact_textarea {
  width: 220px;
  height: 80px;
  float: left;
  border: 1px #ced6ec solid;
  background-color: #dbedf3;
  color: #000;
}
/*--------------------------------------------------------
  footer
 --------------------------------------------------------*/
#footer {
  clear: both;
  width: auto;
  height: 30px;
  font: 10px verdana, arial, helvetica;
  color: #999;
  background-color: #fff;
  border-top: 1px dotted #ccc;  
  margin-bottom: 8px;
  border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;  
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;  
}
#footer a, a:link, a:visited {
  font-weight: normal;
  color: #115599;
  text-decoration: underline;
}
#footer a:hover {
  border-bottom: none;
  color: #cc6600;
}
.copyright {
  padding-left: 10px;
  padding-top: 10px;
}
/*--------------------------------------------------------
  accordion
 --------------------------------------------------------*/
.basic  {
  width: 650px;
  _width: 630px;  
  border: 1px solid #aaddee;
}
.basic div {
  background-color: #eee;
}
.basic p {
  min-height: 100px;
  margin-bottom: 20px;
  border: none;
  text-decoration: none;
  margin: 0px;
  padding: 10px;
}
.basic h3 {
  cursor: pointer;
  display: block;
  padding: 5px;
  margin-top: 0;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  color: #115599;
  background-color: #e0e0e0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #aaddee;
  background-image: url("img/accordion_tab1.gif");
}
.basic h3:hover {
  background-color: #aaddee;
  background-image: url("img/accordion_tab2.gif");
}
.basic h3.selected {
  background-color: #aaddee;
  background-image: url("img/accordion_tab2.gif");
}
/*--------------------------------------------------------
  box
 --------------------------------------------------------*/
.box {
  background: #e9faff url(img/box-bg.png) repeat-x bottom left;
  clear: both;
  margin: 0 0 10px;
  text-align: left;
  width: 207px
}
.boxHead {
  background: #e0e0e0 url(img/box_head_bg.jpg) no-repeat top left;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  height: 16px;
  padding: 10px 0 4px
}
.boxContent {
  border: 1px solid #dfdfdf;
  padding: 10px
}
img.box_img {
  float: left;
  padding: 0 10px 0 0
}

/*--------------------------------------------------------
  slide-area
 --------------------------------------------------------*/
#photos {
  float: right;
  width: 700px;
}
#photos h2 {
  padding: 12px 0 0 5px;
  margin: 0px;
  line-height: 25px;
  font-size: 20px;
  color: #efefef;
}
.galleryview {
  font-size: 13px;
  font-family: verdana, arial, helvetica;
}
img.nav {
  border: 1px solid black;
  margin-bottom: 5px;
}
a:hover {
  color: #cc5914;
}  
.panel-overlay h2, .panel-overlay p {
  margin: .3em 0;
}
.panel-overlay p {
  line-height: 1.2em;
}
/*--------------------------------------------------------
  domy
 --------------------------------------------------------*/
.dum {
  float: left;
  width: 600px;
  background: #dfdfdf;
}
.dum_left {
  float: left;
  width: 200px;
  padding: 20px;  
}
.dum_popis {
  float: right;
  width: 300px;
  padding: 20px;  
  background: #881100; 
}
/*--------------------------------------------------------
  seo lista
 --------------------------------------------------------*/
.lista {
  margin: 10px 0 0 5px;
  font-size: 12px;
}
