* {
  font-family: Verdana;
  color: #484949;
  }
body {
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url('../img/layout/bg_body.png');
  background-repeat: repeat-x;
}
img {
  border: 0px;
  }
a {
  color: #6f9acd;
}
ul, ol, li {
  margin-left: 15px;
}
ol {
  margin-left: 20px;
}
  ol li {
    /*border-bottom: 1px dotted #c0c5c7;
    padding-bottom: 5px;*/
    padding-left: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    list-style-position: outside;
  }
  ul li {
    list-style: none;
    background-image: url('../img/layout/li.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    /*list-style-image:url('../img/layout/li.png');*/
    border-bottom: 1px dotted #c0c5c7;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-left: 0px;
    margin-bottom: 5px;
    list-style-position: outside;
  }
ul, ol {
  margin-bottom: 10px;
}  
ul ul, ol ol {
  margin-top: 5px;
  margin-bottom: 5px;
}
td {
  vertical-align: top;
}
h1 {
  font-size: 22px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #000000;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  color: #0e5290;
}
h3 {
  font-size: 12px;
}
a:hover {
  color: #3868a2;
}
p {
  line-height: 1.5;
  padding-bottom: 10px;
}
  p.highlight {
    color: #505050;
    text-transform: uppercase;
  }
#container-outter {
  width: 960px;
  margin: auto;
}
#container-inner {
  width: 960px;
  float: left;
  position: absolute;
}
#logo {
  position: absolute;
  top:0px;
  left: 0px;
  float: left;
  clear: both;
  width: 302px;
  height: 108px;
  background-image: url('../img/layout/logo.png');
}
#main {
  float: left;
  clear: both;
  width: 960px;
  margin-top: 426px;
  background-image: url('../img/layout/bg_main.png');
  background-repeat: repeat-y;
  background-position: 0 0px;
  margin-bottom: 20px;
  font-size: 70%;
}
#menu {
  position: absolute;
  clear: both;
  float: left;
  background-image: url('../img/layout/bg_menu.png');
  width: 547px;
  height: 37px;
  top: 32px;
  right: 0px; 
  z-index: 0px;
  text-align: center;
}
  #menu li {
    display: inline;
    border: 0px;
    background-image: none;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #menu ul {
    margin: auto;
    margin-top: 10px;
  }
  #menu a {
    text-decoration: underline;
  }
  #menu, #menu a {
    color: #000000;
    font-size: 9px;
  }
#header {
  position: absolute;
  float: left;
  clear: both;
  width: 960px;
  height: 295px;
  background-image: url('../img/layout/bg_header.jpg');
  background-repeat: no-repeat;
  overflow: hidden;
  top: 109px;
  left: 0px;
}  
  #header .advantages {
    color: #ffffff;
    width: 390px;
    margin-top: 20px;
    margin-left: 570px;
  }
#footer {
  float: left;
  clear: both;
  background-color: #cfdbdf;
  width: 920px;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 9px;
}  
  #footer .left {
    float: left;
  }
  #footer .right {
    float: right;
  }
  #footer, #footer a {
    color: #2d2d2d;
  }
  
#primary {
  float: left;
  width: 520px;
}  
  #primary table {
    width: 100%;
    margin-bottom: 15px;
  }
    #primary table td {
      padding: 3px;
    }
#secondary {
  float: right;
  width: 385px;
}
  #secondary h2,
  #secondary a {
    color: #000000;
  }
  #secondary a {
    text-decoration: none;
  }
  
  /*aktuality*/
  #secondary .aktuality .aktualita {
    margin: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #c0c5c7;
  }
  #secondary .aktuality .next {
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: underline;
  }
  #primary .aktualita {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #c0c5c7;
  }
  #secondary .aktuality_top,
  #secondary .aktuality_bottom,
  #secondary .aktuality {
    width: 351px;
    float: left;
    clear: both;
    overflow: hidden;
  }
  #secondary .aktuality_top,
  #secondary .aktuality_bottom {
    height: 10px;
  }
  #secondary .aktuality_top {
    background-image: url('../img/layout/bg_news_top.png');
  }
  #secondary .aktuality_bottom {
    background-image: url('../img/layout/bg_news_bottom.png');
    margin-bottom: 20px;
  }
  #secondary .aktuality {
    background-image: url('../img/layout/bg_news_middle.png');
  }
  #secondary .aktualita h2 {
    background-image: url('../img/layout/bg_news_h2.png');
    background-repeat: no-repeat;
    background-position: 0 0px;
    padding-left: 25px;
    font-size: 11px;
    font-weight: bold;
    padding-top: 1px;
    padding-bottom: 8px;
    margin-bottom: 0px;
  }
    #secondary .aktualita h2 a {
      /*color: #0e5290;*/
      text-decoration: none;
    }
  .aktualita .today {
    font-weight: bold;
    color: #b00000;
  }
  .aktualita .attachments {
    margin-top: 10px;
  }
  .aktualita .attachments li,
  .aktualita .attachments ul {
    padding: 0px;
    margin: 0px;
    background-image: none;
  }
  .aktualita .attachments ul {
    margin-left: 20px;
  }
  .aktualita .attachments li {
    padding-left: 0px;
  }
  #secondary .aktualita a {
    text-decoration: underline;
  }

