#content {
  min-height: 100px;
  padding-bottom: 0px;
}

#content .summary.first h1,
#content .summary.first h2 {
  font-size: 150%;
}

#content .article,
#content .summary {
  border-bottom: 0px;
}

#content .article.first,
#content .summary.first {
  border-bottom: 1px solid #e8e8da;
}

#shortcuts {
  padding: 10px 10px;
}

#shortcuts h3 {
  font-size: 145%;
  margin-bottom: 5px;
}

#shortcuts h3 a {
  color: #949c50;
}

#shortcuts .summary {
  color: #575748;
  margin-bottom: 20px;
  line-height: 140%;
}

#teasers {
  margin-top: 6px;
}

#teasers .summary {
  float: left;
  width: 241px;
  background-color:#F4F5E6;
  border:1px solid #E9E9DB;
  margin-bottom:4px;
  padding:1px;
}

#teasers .bgImg {
  position: relative;
}

#teasers .odd {
  margin-right: 4px;
}

#teasers .summary .filter { 
  line-height: 30px;
  width: 171px;
  height: 80px;
  position: absolute;
  left: 0px;
  bottom: 15px;
  background: #faa635;
  filter:alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
}

#teasers .summary h2 { 
  color: #FFFFFF;
  width: 241px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 160%;
}

#teasers .summary h2 a { 
  color: #FFFFFF;
  display: block;
  padding: 75px 80px 20px 10px;
  height: 60px;
  font-weight: normal;
}

#content .even {
  float: left;
  width: 42%;
}

#content .last {
  float: right;
  width: 42%;
  border: 0px;
}