#informieren #informieren-detail div.fertility-calender-legend span
{
  font-style:normal;
  margin:0 0 0 5px;
}
/* #############################################################################
      TABELLEN
############################################################################# */

#inf-index .content-box table.fertility-calender,
#informieren .content-box table.fertility-calender
{
  border: 3px solid #00a5da;
  width:480px;
  border-collapse:collapse;
}
#inf-index .content-box table.fertility-calender tr.header,
#informieren .content-box table.fertility-calender tr.header
{
  border-bottom: 3px solid #00a5da;
}

#inf-index .content-box table.fertility-calender td, #inf-index .content-box table.fertility-calender th,
#informieren .content-box table.fertility-calender td, #informieren .content-box table.fertility-calender th
{
  text-align:center;
  height:26px;
  width:67px;
  border: 1px solid #00a5da;
  font-size:11px;
}

#inf-index .content-box table.fertility-calender th,
#informieren .content-box table.fertility-calender th
{
  background-color: #ddf1fa;
}

#inf-index .content-box table.fertility-calender td,
#informieren .content-box table.fertility-calender td
{
  background-color: #fff;
}

#inf-index .content-box table.fertility-calender td.menses,
#informieren .content-box table.fertility-calender td.menses
{
  background-color: #ff0000;
}

#inf-index .content-box table.fertility-calender td.fruitful,
#informieren .content-box table.fertility-calender td.fruitful
{
  background-color: #abfe29;
}

#inf-index .content-box table.fertility-calender td.veryfruitful,
#informieren .content-box table.fertility-calender td.veryfruitful
{
  background-color: #5bf100;
}

#inf-index .content-box table.fertility-calender td.urinetest,
#informieren .content-box table.fertility-calender td.urinetest
{
  background-image: url(../../img/tools/fruchtbarkeitskalender/urinetest.gif);
  background-repeat: no-repeat;
  background-position: 47px 4px;
}

#inf-index .content-box table.fertility-calender td.ovulation,
#informieren .content-box table.fertility-calender td.ovulation
{
  background-image: url(../../img/tools/fruchtbarkeitskalender/ovulation.gif);
  background-repeat: no-repeat;
  background-position: 5px 4px;
}

#inf-index .content-box table.fertility-calender td.nidation,
#informieren .content-box table.fertility-calender td.nidation
{
  background-image: url(../../img/tools/fruchtbarkeitskalender/nidation.gif);
  background-repeat: no-repeat;
  background-position: 5px 4px;
}


#inf-index .content-box table.fertility-calender td.bloodtest,
#informieren .content-box table.fertility-calender td.bloodtest
{
  background-image: url(../../img/tools/fruchtbarkeitskalender/bloodtest.gif);
  background-repeat: no-repeat;
  background-position: 50px 4px;
}

#informieren div.menses
{
  background-color: #ff0000;
  width:15px;
  height:15px;
  float:left;
}

#informieren div.fruitful
{
  background-color: #abfe29;
  width:15px;
  height:15px;
  float:left;
}

#informieren div.veryfruitful
{
  background-color: #5bf100;
  width:15px;
  height:15px;
  float:left;
}

#informieren div.urinetest
{
  background-image: url(../../img/tools/fruchtbarkeitskalender/urinetest.gif);
  background-repeat: no-repeat;
  background-position: 0 0px;
  float:left;
  padding-left:15px;
}

#informieren div.ovulation
{
  background-image: url(../../img/tools/fruchtbarkeitskalender/ovulation.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  float:left;
  padding-left:15px;
}

#informieren div.nidation
{
  background-image: url(../../img/tools/fruchtbarkeitskalender/nidation.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  float:left;
  padding-left:15px;
}


#informieren div.bloodtest
{
  background-image: url(../../img/tools/fruchtbarkeitskalender/bloodtest.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  float:left;
  padding-left:15px;
}