.news_titel
{
  position: relative;
  left: 80px;
  background-image: url("../img/Rahmen_Girlande_660.png");
  width: 660px;
  height: 45px;
  border: 0px solid #fc9;
  font-size: 12pt;
}
.news_inhalt_bg
{
  position: relative;
  left: 80px;
  width: 660px;
  background-image: url("../img/Rahmen_mitte_660.png");
  float: left;
}
.news_inhalt
{
  position: relative;
  left: 30px;
  float: left;
  width: 600px;
  background-color: #abf;
}
.inhalt_left
{
  position: relative;
  text-align: center;
  overflow: hidden;
  border: 0px solid #000;
  width: 550px;
  margin-left: 25px;
  float: none;
}
.inhalt_right
{
  position: relative;
  overflow: hidden;
  border: 0px solid #000;
  text-align: justify;
  width: 550px;
  margin-left: 25px;
}

*html .inhalt_right{width: 550px;}

.news_foot
{
  position: relative;
  left: 100px;
  clear: left;
  background-image: url("../img/Rahmen_unten_ohne_Deko_620.png");
  width: 610px;
  height: 20px;
  text-align: right;
  padding-right:10px;
}
*html .news_foot
{
  width: 620px;
}
