body {
  background: url("../images/main_bg.gif") repeat-y;
}

div#navleiste {
  width: 372px; /* plus padding = 380px */
}

div#spacer {
  background-color: white;
  width: 778px;
  height: 20px;  
}

img#collage {
  display: block;
  width: 380px;
  height: 155px;      
}

img#slogan {
  display: block;
  width: 380px;
  height: 53px;      
}

div.themeNum {
  float: left;
  width: 32px;
}

div.themes {
  width: 148px;
}

div#contentNewsHeader {
  width: 193px;
  text-indent: 5px;
}

div#contentNews {
  font-size: 9px;
  height: 99px;    
  width: 185px;
  background: url("../images/news_bg.jpg") no-repeat;
  vertical-align: top;
  line-height: 12px;
  padding: 5px 10px 15px 10px;
  overflow: hidden;
}

div#contentNews p {
/*  margin: 0 0 8px 0; */
  margin: 0 0 -6px 0; 

}

div#contentNews a, div#contentNews a:visited {
  text-decoration: none !important;
  color: #cc6600 !important;
}

div#contentNews a:active, div#contentNews a:hover {
  color: #E3AB73 !important;
}

div#contentLeft {
  width: 340px;      
}

div#contentRight {
  width: 351px;
  background-color: #eeeff3;
}

div#contentLeft, div#contentRight {
  float: left;
  padding: 20px;
}

div#copyright {
  width: 760px;
}

