html, body {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 12px;
}
body {
  background-image: url(images/bg.gif);
}

/* common - begin */
tbody {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
  text-align: left;
  font-size: 12px;
  padding: 0px 16px 12px 16px;
}
ul {
  list-style-position: inside;
  margin: 0px;
  padding: 16px;
  padding-top: 0px;
  text-align: left;
}
li {
  padding: 0px;
  padding-left: 10px;
  margin: 0px;
  line-height: 20px;
}

a, a:visited, a:link, a:active {
  color: #6666cc;
  text-decoration: none;
}
a:hover {
  color: #cc6666;
}
img {
  border: none;
  margin: 0px;
  display: block;
}


h1 {
  text-align: left;
  margin: 0px 16px;
  padding: 0px;
  padding-bottom: 20px;
  font-size: 20px;
  color: #495677;
}

h2 {
  text-align: left;
  margin: 0px 16px;
  padding: 0px;
  padding-bottom: 18px;
  font-size: 18px;
}

h3 {
  text-align: left;
  margin: 0px 16px;
  padding: 0px;
  padding-bottom: 13px;
  font-size: 13px;
}

h4 {
  text-align: left;
  margin: 0px 16px;
  padding: 0px;
  padding-bottom: 8px;
  font-size: 12px;
  color: #666666;
}

hr {
  margin: 16px;
  margin-top: 0px;
  color: #cccccc;
  background-color: #cccccc;
  padding: 0px;
  height: 1px;
  border: 0;
}

.no_display {
  visibility: hidden;
}
/* common - end */


#page_wrap {
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  visibility: hidden;
}
#wrapper {
  width: 780px;
  margin: 16px 0px;
}


/* top region - begin */
#top {
  float: left;
  width: 780px;
  position: relative;
  left: 0px;
  background: url(images/top_bg.png) top left no-repeat;
  
  padding-bottom: 16px;
}

#header {
  float: left;
  height: 80px;
  width: 100%;
  overflow: hidden;
}

#nav {
  float: left;
  overflow: hidden;
  width: 100%;  
  height: 42px;
  background: url(images/shadow.png) bottom repeat-x;
  font-size: 12px;
  /*margin-bottom: 16px;*/
}
/* top region - end */


/* bottom region - begin */
#bottom {
  float: left;
  width: 780px;
  height: 530px;
  position: relative;
  left: 0px;
}
/* bottom region - end */

/* content - begin */
#content_wrap {
  float: left;
  width: 100%;
  height: 530px;
  overflow: hidden;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  background-color: #ffffff;
}
#content {
  overflow: auto;
  height: 100%;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}

#main {
  float: left;
  height: 482px;
  width: 100%;
  overflow: hidden;
  display: inline;
  margin: 32px 0px 16px 0px;
}

p.front {
  padding: 32px;
  text-align: justify;
}
/* content - begin */

/* left region - begin */
#left {
  float: left;
  height: 100%;
  width: 200px;
  border-right: 1px solid #9999cc;
  overflow: hidden;
}

#left_nav {
  height: 220px;
  width: 100%;
  float: left;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}

#left_info {
  height: 140px;
  width: 100%;
  float: left;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}
#left_info p {
  text-align: center;
  font-size: 11px;
}
#left_info h4 {
  text-align: center;
}

#left_extras {
  height: 80px;
  width: 100%;
  float: left;
  overflow: hidden;
  float: left;
}

ul.left_menu {
  list-style: none;
}
ul.left_menu li {
  padding: 0px;
  padding-left: 26px;
  font-size: 11px;
  line-height: 22px;
  background: url(images/left_li.gif) center left no-repeat;
  list-style-position: outside;
}
ul.left_menu li a {
  color: #7c7c7c;
  font-weight: bold;
}
ul.left_menu li a:hover {
  color: #dd5555;
}
ul.left_menu li.active a {
  color: #5555dd;
}
/* left region - end */

/* RIGHT region - begin */
#right {
  float: left;
  height: 100%;
  width: 564px;
  overflow: hidden;
  display: inline;
}

#right_head {
  float: left;
  height: 80px;
  width: 100%;
  overflow: hidden;
}

p.breadcrumb {
  color: #aaaaaa;
  text-align: left;
  padding: 0px 16px 6px 16px;
  font-weight: bold;
  font-size: 10px;
  font-weight: bold;
}

#right_page {
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 402px;
  width: 100%;
}

#right_node {
  float: left;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 332px;
  width: 100%;
}

#right_gmap {
  float: left;
  overflow: hidden;
  height: 402px;
  width: 100%;
}
#gmap {
  margin: auto;
  height: 400px;
  width: 500px;
  background-color: #999999;
}

p.readmore {
  font-weight: bold;
  color: #aaaaaa;
  font-size: 10px;
}

.item {
  overflow: auto;
  padding-bottom: 16px;
}
.item img {
  float: right;
  padding: 0px 16px 16px 16px;
  display: inline;
}

#right_foot {
  float: left;
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: inline;
  margin-top: 10px;
}
img.logo {
  float: left;
  margin: 0px 16px;
}

p.catalog {
  float: right;
  text-align: left;
  font-size: 10px;
  margin-right: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #aaaaaa;
}
img.pdf {
  float: left;
  margin: 0px;
  margin-right: 10px;
}

#gallery {
  width: 100%;
  overflow: auto;
}
#gallery img {
  float: left;
  margin: 0px 16px 16px 16px;
}

p.node_gallery {
  line-height: 40px;
}
p.node_gallery img {
  margin-right: 10px;
  float: left;
}
/* RIGHT region - end */

/* mail form - begin */
#kontakt_form {
  margin: 8px 16px 0px 16px;
  padding: 0px;
  text-align: left;
  font-size: 10px;
  overflow: auto;
}
#kontakt_form fieldset {
  float: left;
  padding: 0px;
  margin: 0px;
  border: none;
}
#kontakt_form input, #kontakt_form textarea {
  margin-bottom: 6px;
}
#kontakt_form label {
  color: #333333;
}

#kontakt_form #form_submit, #kontakt_form #form_reset {
  font-size: 11px;
}

.nonvalid {
  color: #ff0000;
  padding-left: 20px;
}
/* mail form - end */

ul.reference li {
  font-size: 11px;
  line-height: 15px;
  padding-left: 32px;
}