@charset "UTF-8";
@media screen, projection
{ 
 /*------------------------------------------------------------------------------------------------------*/
 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */
#frame {
 float:left;
 width: 954px;
}
#col1 {
  width:774px;
  margin: 0px 180px 0px -954px;
  float: right;      
}
#col1_content {
 padding: 0;      
}
 
#col2 {
  width:180px;
  float: right;
 margin: 0px; 
}
#col2_content {  }
 
 
 
}

