@import url("common.css");
@import url("content.css");
@import url("extensions.css");

/* Content-Aufteilung */
.cols-33-67 {
  /*width:100%;*/
  width:930px;
}

.cols-33-67 .col1 {
  float:left;
  width:315px;
  
}

* html .cols-33-67 .col1 {
  margin-left:-3px;
  margin-right:-3px;
}

.cols-33-67 .col2 {
  float:left;
  width:615px;
}

* html .cols-33-67 .col2 {
  margin-left:-3px;
  margin-right:-3px;
}

