/* gruppen */


/* Gruppen Listenansicht */
.gruppen_liste {
  width:100%;
  height:75px;
  margin-bottom:10px;
}
.gruppen_liste_bild {
  float:left;
  width:100px;
  height:75px;
  margin-right:10px;
}
.gruppen_liste_bild a {
  width:100%;
  height:100%;
  display:block;
}


.gruppen_table {
  width:100%;
}
.gruppen_tr {
  font-weight:normal;
  background:url(../img/css/background-box-hell-h1.jpg);
  line-height:16px;   
}
.thead {
  line-height:16px;
  padding:0px;
}
.gruppen_table tr {
  height:20px;  
}
.gtd {
  height:20px;
  padding:4px 0px;
}
.neu {
  font-weight:bold;
  font-size:10px;
  color:#ccc;  
}
.tr_bg {
  background-color:#f8f8f8;
}
.tr_bg_hover{
  background-color:#F0F0FF;
}
.white{
  background-color:#FFF;
}
.gruppen_themen_table {
  width:100%;
}


