.news_titel
{
  position: relative;
  left: 90px;
  background-image: url("../img/Rahmen_Girlande.png");
  width: 640px;
  height: 45px;
  border: 0px solid #fc9;
  font-size: 12pt;
}
.news_inhalt_bg
{
  position: relative;
  left: 90px;
  width: 640px;
  background-image: url("../img/Rahmen_mitte.png");
  float: left;
}
.news_inhalt
{
  position: relative;
  left: 30px;
  float: left;
  width: 580px;
  background-color: #abf;
}
.inhalt_left
{
  position: relative;
  left: 5px;
  float: left;
  background-color: #abf;
  width: 180px;
  height: 80px;
  margin-top: 5px;
  margin-bottom:40px;
  padding-top: 10px;
  text-align: center;
  overflow: hidden;}

.inhalt_right
{
  position: relative;
  left: 20px;                         
  float: left;
  background-color: #abf;
  width: 520px;
  padding-left: 10px;
  overflow: hidden;
  text-align: justify;
}

*html .inhalt_right{width: 520px;}

.news_foot
{
  position: relative;
  left: 110px;
  clear: left;
  background-image: url("../img/Rahmen_unten_ohne_Deko.png");
  width: 590px;
  height: 20px;
  text-align: right;
  padding-right: 10px;
  color: #fff;
}
*html .news_foot
{
  width: 600px;
}

