/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ideengruen | dipl.-ing. markus pichlmaier +++++++++++++++++++++ */
/* www.ideengruen.de +++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ig footer +++++++++++++++++++++++++++++++++++ */

.ig-footer
{
  background: #CFD8E2;
  margin: 20px auto;
  position: relative;
  color: #444444;
  font-size: 13px;
  font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  text-align: center;
  padding: 0;
}

.ig-footer a, .ig-footer a:link, .ig-footer a:visited, .ig-footer a:hover, .ig-footer td, .ig-footer th, .ig-footer caption
{
  color: #444444;
  font-size: 13px;
  font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif; 
   text-decoration: none;
}

.ig-footer p
{
  padding: 0;
  text-align: center;
}

.ig-footer a:hover
{
  text-decoration: underline;
}



.ig-rss-tag-icon
{
  background: url('../images/ig_rss.png') no-repeat scroll;
  margin: 0 auto;
  min-height: 25px;
  min-width: 25px;
  display: inline-block;
  text-indent: 28px;
  background-position: left center;
}

.ig-rss-tag-icon:empty
{
  vertical-align: middle;
}

