* {
  padding: 0px;
  margin: 0px; 
  line-height: 1;
}
td {
  padding: 3px;
}
img {
  border: 0px;
}
a {
  color: #333333;
  font-weight: bold;
}
body {
  font-family: Tahoma;
  font-size: 12px;
  background-image: url('../img/layout/bg_body.jpg');
  background-position: top center;
  background-repeat: no-repeat;
}
p {
  line-height: 1.5;
}
table {
  border-collapse: collapse;
}
  td p {
    margin: 0px;
    padding: 0px;
    line-height: 1;
  }
iframe {
  margin-bottom: 10px;
  border: 1px solid #333333;
  border-left: 0px;
  border-right: 0px;
}
#container-outter {
  width: 820px;
  margin: auto;
}
#container-inner {
  float: left;
  width: 820px;
  position: absolute;
}
  #menu {
    position: absolute;
    float: left;
    clear: both;
    text-align: right;
    top: 0px;
    right: 0px;
    padding-right: 6px;
    background-image: url('../img/layout/bg_menu_li1.png');
    background-position: top right;
    background-repeat: no-repeat;
  }
    #menu ul li {
      display: inline;
    }
    #menu ul li a {
      display: block;
      padding: 17px;
      padding-left: 30px;
      padding-right: 15px;
      float: left;
      background-image: url('../img/layout/bg_menu_li.png');
      background-position: top left;
      background-repeat: no-repeat;
      color: #999999;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 11px;
    }
    #menu ul li a:hover,
    #menu ul li a:active {
      color: #ffffff;
    }
    #menu ul .li1 a {
      background-position: top left;
      padding-left: 35px;
      background-image: url('../img/layout/bg_menu_li1.png');
    }
  #main {
    margin-top: 376px;
  }
    #main ul,
    #main ol {
      margin: 15px;
      margin-left: 20px;
    }
    #main li {
      margin-bottom: 5px;
    }
  
  #col1 {
    float: left;
    width: 250px;
    margin-bottom: 8px;
  }
  #col2 {
    float: right;
    width: 560px;
    margin-bottom: 8px;
  }
  
  #footer {
    clear: both;
    /*float: left;*/
    width: 790px;
    padding: 15px;
    background-color: #686868;
    text-align: center;
  }
  #footer, 
  #footer a {
    color: #a4a4a4;
    font-size: 11px;
    font-weight: normal;
  }
  
/*aktuality*/

#col1 .news {
  background-color: #e2e2e2;
  background-image: url('../img/layout/bg_home_news.png');
  background-repeat: no-repeat;
  background-position: top left; 
  padding: 25px;
  padding-top: 50px;
  font-size: 11px;
  color: #727272;
}
#col1 .news .aktualita {
  margin-bottom: 10px;
}
#col1 .news h2 {
  margin-bottom: 10px;
}
#col1 .news h2 a {
  color: #67940c;
  font-size: 11px;
}
#col1 .news .more a {
  background-image: url('../img/layout/bg_href_home_news.png');
  background-repeat: no-repeat;
  background-position: 2px 6px;
  font-size: 11px;
  padding-left: 10px;
  color: #4c4c4c;
  font-weight: bold;
}  

/*galerie*/
.gallery td {
  text-align: center;
}
.gallery img {
  border: 1px solid #000;
}
