/* general layout adjustement IE7 */
/** result in   10-10-?-10-10  **/

*+html div#menuCon {  /* top menu bar | left --> menubar */
  margin-left: 5px;
}

*+html table#content {  /* placement of all three cols | left --> all cols */
  margin-left: 2px;
}

*+html table#content {  /*  /* additional adjustem for thedome SHOW placement of all three cols | left --> all cols */
  margin-left: 1px;
}

*+html td#teaser {  /* left teaser bar | teaser <--> mainbar */
  padding-right: 2px;

}

*+html .thedome td#teaser {   /* additional adjustem for thedome SHOW left teaser bar | teaser <--> mainbar */
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

*+html td#main {  /* center content bar */
}

*+html td#main .home .news { /* small right box news on home | smallbox <--> teaser2 */
  margin-right: -4px;
}

*+html td#teaser-2 {  /* right teaser bar | mainbar <--> teaser2 */
  padding-left: 2px;
}

*+html .profile-left #PhotoAssetFile {
  width: 215px;
}

*+html .thedome td#teaser {
}

/* ####block##### head right mehr links fucks up in ie7 for profil startseite news, gruppen, profil der woche*/

*+html .head .head-right {
  /* width: 49%; --> wo passte das nicht? führte zu unterschidliche btn posi bei termine*/
  /* einige 'more' links floaten nicht mehr korrekt */
  width: 40%;
}

*+html .termine .head .head-left {
  width: 44%;
}

*+html .termine .head .head-right {
  width: 55%;
}

*+html .groups .head .head-left {
  width: 44%;
}

*+html .groups .head .head-right {
  width: 55%;
}

*+html .head .head-left {
  width: 59%;
}

/* ####block### profile der woche text too small */
*+html .box-row .week-profile span {
  width: 150px; /* TODO: check in IE6 */
}

/* ###block### ordinary submit buttons are nec. in search forms.. hack from ie6*/

*+html .box-search .inner-box form .submit input {
  margin-left: -20px;
}

*+html .box-search .inner-box form .submit input {
/* check IE6 !!!!!*/
  padding: 0;
  text-align: center;
  padding-right: 5px;
}

/* ###block### user list res. in mitglieder has douple margin-bottom*/
*+html .gc-list .list-row {
  margin-left: 0px;
  margin-bottom: 0px;
}

/* ###block ### status icons*/

*+html .member-profile .user-thumb-corner {
  top: 120px;
}

*+html .head {
  min-height: 1px; /* peek a boo... */
}

*+html .groups .group {
  min-height: 1px; /* peek a boo... */
}

*+html .friends .friend {
  min-height: 1px; /* peek a boo... */
}

*+html .commentform {
  min-height: 1px; /* peek a boo... */
}

*+html .fieldset {
  min-height: 1px; /* peek a boo... */
}

*+html .events-block {
  min-height: 1px; /* peek a boo... */
}

*+html .section {
  min-height: 1px; /* peek a boo... */
}

*+html #commentDIV {
  min-height: 1px; /* peek a boo... */
}

*+html .commentform {
  min-height: 1px; /* peek a boo... */
}

