#submenu {
  position: absolute;
  top: 31px;
  left: 0;
  width: 151px;
}

#submenu a {
  display: block; 
  background: #745445; 
  color: #DAAAB9; 
  border-bottom: 1px solid #DAAAB9; 
  padding: 7px 15px 7px 14px; 
  overflow: visible;
}

#submenu a:hover {
  color: #412F2A; 
  background: #DAAAB9;
}

#submenu li.hi a {
  color: #DAAAB9; 
  font-weight: bold; 
  padding-left: 24px; 
  background: #745445 url(../img/basics/ic_arrow_hi.gif) 14px 50% no-repeat;
}

#rahmen {  
  width: 630px;
  height: 470px;
  margin-left: 96px;  
}

#rahmen ul {    
  width: 76px;  
}

#col1 {
  width: 74px;
  height: 458px;  
  float: left;
  margin-top: 10px;
}

#col2 {
  width: 466px;
  height: 466px;
  float: left;
  background: transparent url(../img/basics/passepartout_content.gif) top left no-repeat;
  color: #31221b;
}

#col2 .ct {
  margin: 20px 18px;
}

#col2 a {
  color: #31221b;
  text-decoration: underline;
}

#col2 p {
  margin-bottom: 25px;
}

#col2 h2 {
  font-size: 11px;
  padding: 20px 0 43px 0;
}

.rosa_aussen {
  background-color: #fae5ef;
  margin: 25px 23px;
  height: 414px;
}

.rosa_innen {
  margin: 20px;
}

#col3 {
  width: 74px;
  height: 458px;  
  float: right;
  margin-top: 10px;
}

.news-list-item {
  height: 58px;
  margin-bottom: 19px;
}

.news-list-item a {
  border: 1px solid #ffffff;  
  display: block;
  width: 56px;
  filter: alpha(opacity=25);
  -moz-opacity: .25;
  opacity: .25;
}

.news-list-item a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

.news-single-img {
  width: 290px;
  float: left;  
}

.news-single-txt {
  width: 122px;
  float: right;
}

#col2 .news-single-txt h2 {
  font-size: 14px;
  padding-bottom: 14px;
}

#col2 .news-single-txt a {
  color: #f6d0e1;
  text-decoration: none;
}

.clearer {
  clear: both;
}


