/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ideengruen | dipl.-ing. markus pichlmaier +++++++++++++++++++++ */
/* www.ideengruen.de +++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ig Allgemein - A N F A N G  +++++++++++++++++++++++++++++++++++ */


html, body
{
  height: 100%;
}

ul, li
{
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
  margin: 0;
  padding: 0;
}

body
{
  padding: 0;
  margin: 0;
  min-width: 700px;
  color: #444444;
}

#ig-main
{
  background: #CFD8E2;
  margin: 0 auto;
  font-size: 14px;
  font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  overflow: hidden;
}


.ig-sheet
{
  background: #EFF2F5;
  margin: 0 auto;
  position: relative;
  cursor: auto;
  width: 80%;
  min-width: 768px;
  max-width: 1536px;
  z-index: auto !important;
}

.ig-layout-wrapper
{
  position: relative;
  margin: 0 auto 0 auto;
  z-index: auto !important;
}

.ig-content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.ig-content-layout-row
{
  display: table-row;
}

.ig-layout-cell
{
  display: table-cell;
  vertical-align: top;
}

.ig-content-layout .ig-sidebar1
{
  background: #008A40;
  margin: 0 auto;
  width: 25%;
}

.ig-content-layout .ig-content
{
  margin: 0 auto;
}

/* ig clear +++++++++++++++++++++++++++++++++++ */
.clearfix:before, .clearfix:after
{
  content: "";
  display: table;
}

.clearfix:after
{
  clear: both;
}

.cleared
{
  font: 0/0 serif;
  clear: both;
}

/* ig pagination +++++++++++++++++++++++++++++++++++ */
div.pagination p.counter
{
  display: inline-block;
  margin: 0 0.3em 0 0;
  padding: 0;
  background: none;
}

div.pagination ul, div.pagination ul li, div.pagination ul > li:before
{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 0.3em;
  background: none;
  content: normal;
}

/* ig items +++++++++++++++++++++++++++++++++++ */
.items-row
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.items-row .item
{
  display: table-cell;
  vertical-align: top;
}

.items-row .row-separator
{
  display: none;
}


/* ig Header +++++++++++++++++++++++++++++++++++ */
.ig-header {
  height: 280px;
  padding-top: 3em;
	width: 70%;
  display: block;
  margin: auto;
}
/*.ig-headerlogo {
	
	width: 100%;
	height: *;
	
}*/
/* ig Tooltip +++++++++++++++++++++++++++++++++++ */
div.tooltip {
background: #CFD8E2;
position:absolute !important;
border: none;
}

div.tip-wrap
{
  background: #fff;
  border: 1px solid #aaa;
}

div.tip-wrap div.tip
{
  padding: 0.3em;
}

div.tip-wrap div.tip-title
{
  font-weight: bold;
}


/* ig Block +++++++++++++++++++++++++++++++++++ */
.ig-block
{
  margin: 20px;
}
.ig-blockheader
{
  padding: 6px 5px;
  margin: 0 auto 3px;
}

.ig-blockheader .t, .ig-blockheader .t a, .ig-blockheader .t a:link, .ig-blockheader .t a:visited, .ig-blockheader .t a:hover
{
  color: #EFF2F5;
  font-size: 22px;
  font-family: 'Moulpali', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  margin: 0 10px;
}

.ig-blockcontent
{
  padding: 5px;
  margin: 0 auto;
  color: #EFF2F5;
  font-size: 14px;
  font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 150%;
}



.ig-blockcontent p
{
  margin: 0 5px;
}

.ig-blockcontent a, .ig-blockcontent a:link, .ig-blockcontent a:visited, .ig-blockcontent a.visited, .ig-blockcontent a:hover, .ig-blockcontent a.hover
{
  color: #EFF2F5;
  font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.ig-block ul>li:before
{
  content: url('../images/ig_bullets.png');
  margin-right: 6px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin-left: -12px;
}

.opera .ig-block ul>li:before
{
  bottom: 0;
}

.ig-block li
{
  font-size: 13px;
  font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  line-height: 150%;
  color: #EFF2F5;
}

.ig-block ul>li, .ig-block ol
{
  padding: 0;
}

.ig-block ul>li
{
  padding-left: 12px;
}

/* ig Button +++++++++++++++++++++++++++++++++++ */
.ig-button, .btn
{
  border: 0;
  border-collapse: separate;
  -webkit-background-origin: border !important;
  -moz-background-origin: border !important;
  background-origin: border-box !important;
  background: #444444;
  padding: 0 7px;
  margin: 0 auto;
  height: 25px;
}



a.ig-button, a.ig-button:link, a:link.ig-button:link, body a.ig-button:link, a.ig-button:visited, body a.ig-button:visited, input.ig-button, button.ig-button,
a.btn, a.btn:link, a:link.btn:link, body a.btn:link, a.btn:visited, body a.btn:visited, input.btn, button.btn
{
  text-decoration: none;
  font-size: 14px;
  font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #EFF2F5;
  margin: 0 !important;
  overflow: visible;
  cursor: pointer;
  text-indent: 0;
  line-height: 25px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}


.ig-button.active, .ig-button.active:hover,
.btn.active, .btn.active:hover
{
  background: #7C96B1;
  padding: 0 7px;
  margin: 0 auto;
}

.ig-button.active, .ig-button.active:hover,
.btn.active, .btn.active:hover
{
  color: #EFF2F5 !important;
}

.ig-button.hover, .ig-button:hover,
.btn.hover, .btn:hover
{
  background: #CFD8E2;
  padding: 0 7px;
  margin: 0 auto;
	  color:#444444!important;
}



.firefox2 .ig-button,
.firefox2 .btn
{
  display: block;
  float: left;
}

/* ig tags +++++++++++++++++++++++++++++++++++ */

.tag, .tag a, .tag a:link, .tag a:visited, .tag a:hover{
  font-size: 100%;
  background: #444444;
  padding: 0 ;
  margin: auto 8px auto 0px;
    color: #EFF2F5 !important;
	text-decoration:none!important; 
}
.tag:hover, .tag a:hover
{
	color: #444444!important; 
	background: #CFD8E2;
}
.aktiv {
display: inline-table;	
margin: 0 30px 0 0;
}

/* ig search +++++++++++++++++++++++++++++++++++ */

input, select, textarea
{
  vertical-align: middle;
  font-size: 14px;
  font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
  background: #EFF2F5;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea
{
  width: 100%;
  padding: 4px 0;
  color: #444444 !important;
  font-size: 14px;
  font-family: Muli, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
}
