body.startpage #content .main {
  background-image: url(../images/startpage-content.png);
  width: 752px;
  height: 507px;
  float: left;
  margin-left: -5px;
  overflow: hidden;
}

body.startpage #content .main .inner {
  margin: 23px 28px 28px 28px;
    overflow: hidden;
}

body.startpage #content .main .inner .teaser {
  height: 242px;
}

body.startpage #content .main .inner .teaser .left {
  float: left;
  margin-right: 5px;
  width: 262px;
  height: 242px;
}

body.startpage #content .main .inner .teaser .right {
  float: left;
  width: 428px;
  height: 242px;
}

body.startpage #content .main .inner .teaser_text .headline h2 {
  padding: 12px 0 6px 0;
}

body #content .main p {
  margin-top: 4px;
}

body.startpage #content .main .inner .teaser_text .columns {
  position: relative;
  overflow: auto;
}

body.startpage #content .main .inner .teaser_text .columns ul {
  color: #025e8e;
  font-size: 13px;
  margin: 0 0 0 18px;
  padding: 0;
  line-height: 20px !important;
}

body.startpage #content .main .inner .teaser_text .columns ul li {
  margin-bottom: 2px;
}

body.startpage #content .main .inner .teaser_text .columns .left {
  float: left;
  width: 328px;
}

body.startpage #content .main .inner .teaser_text .columns .right {
  float: left;
  width: 328px;
}

body.startpage #content .main .inner .teaser_text .columns .info {
  position: absolute;
  width: 75px;
  height: 75px;
  right: 0;
  top: 42px;
}

body.startpage #content .main .inner .teaser_text .subline {
  color: #888;
  font-size: 12px;
  margin-top: 5px;
}

body.startpage #content .main .inner .teaser_text .subline p {
  margin: 0;
  padding: 0;
}

body.startpage #content .sidebar {
  background-image: url(../images/startpage-sidebar.png);
  width: 227px;
  height: 507px;
  float: right;
  margin-right: -5px;
    overflow: hidden;
}

body.startpage #content .sidebar .inner {
  margin: 23px 20px 20px 20px;
    overflow: visible;
}

body.startpage #content .sidebar h2 {
  margin: -3px 0 0 0;
  padding: 0 0 3px 0;
  font-size: 18px;
}

body.startpage #content .news_listing_home {
  
}

body.startpage #content .news_listing_home .item {
  margin-bottom: 4px;
  border-top: solid 1px #CCC;
  padding-top: 3px;
}

body.startpage #content .news_listing_home .item .datetime {
  color: #666;
  font-size: 12px;
  margin-top: 2px;
}

body.startpage #content .news_listing_home .item h3.headline {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 15px;
}

body.startpage #content .news_listing_home .item .description {
  font-size: 12px;
  color: #666;
  margin: 3px 0 3px 0;
  line-height: 16px;
}

body.startpage #content .news_listing_home .item .more_link a {
  font-size: 12px;
}