body {
	background-color: #ebebeb;
	margin-top: -10px;
}

/* Hack für IE bis IE6 */
* html body {
	padding-top: 20px;
}

/* Hack für IE7 */
*:first-child+html body {
	padding-top: 20px;
}

/* IE Hack für min- und max-width bis IE6 */
* html #ie1 {
	width: 95%;
	margin: 0 auto;
}

* html #ie2 {
	border-left: 890px solid #ebebeb;
}

* html #ie3 {
	margin-left: -890px;
	position: relative;
}
/*\*/
* html #ie2, * html #ie3  {
 height: 1px;
}
/*/
#ie1 {
 display: inline-block;
} 
/**/
/* IE Hack Ende */

#rahmen {
	min-width: 890px;
	max-width: none;
	margin: 0px auto;
	background: #fff url('/style/images/border_left.gif') repeat-y left top;
}

#border-top {
  width: auto;
  height: 170px;
  font-size: 0; 
  background-image:  url('/style/images/border_top.gif');
  background-repeat: repeat-x;
  background-position: top left;
}

#border-tl {
  width: 100%;
  height: 170px;
  font-size: 0; 
  background-image:  url('/style/images/border_tl.gif');
  background-repeat: no-repeat;
  background-position: top left;
}
 
#border-tr {
  position: relative; /* IE Fix | z-index */
  height: 170px;
  font-size: 0; 
  background-image: url('/style/images/border_tr.gif');
  background-repeat: no-repeat;
  background-position: top right;
}

#border-right {
	position: relative;
	background: url('/style/images/border_right.gif') repeat-y right top;
}

#border-bottom {
  overflow: hidden;
  width: auto;
  height: 26px;
  font-size: 0;
  background-image: url('/style/images/border_bottom.gif');
  background-repeat: repeat-x;
  background-position: bottom left;
}

#border-bl {
  float: left;
  width: 26px;
  height: 26px;
  background-image:  url('/style/images/border_bl.gif');
  background-position: bottom left;
}

#border-br {
  position: relative; /* IE Fix | z-index */
  float: right;
  width: 26px;
  height: 26px;
  background-image:  url('/style/images/border_br.gif');
  background-position: bottom right;
}

#logo-ig {
  display: block;
  margin: 0 20px;
  height: 145px;
  background: url('/style/images/IG16-Banner_v8.png') no-repeat bottom left;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-color: #bac0c2;
}

/* Hack für IE bis IE6 */
* html #logo-ig {
  margin-top: 20px;
  background: url('/style/images/IG16-Banner_v8_IE.png') no-repeat top left;
}

ul#tabnav {
  text-align: right;
  margin: 1em 0 0 0;
  list-style-type: none;
  padding: 100px 0px 0px 0px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 20px; /*1.4em*/
  font-weight: bold;
}

ul#tabnav li { 
  display: inline;
}

ul#tabnav li a {
  padding: 4px 8px;
  border: 1px solid #bac0c2;
  background-color: transparent;
  color: #006ce8;
  margin-right: 1em;
  text-decoration: none;
}

ul#tabnav a:hover { 
  color: #ff7b00;
}

/* Hack IE-IE6 */
* html ul#tabnav {
	padding: 80px 0 0 0;
}

/* Hack IE7 */
*:first-child+html ul#tabnav {
	padding: 100px 0 0 0;
}

#center-content {
  margin-top: -1px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 1px;
  padding-right: 20px;
  padding-bottom: 1px;
  padding-left: 20px;
}

#page_foot {
  padding: 5px;
  text-align: center;
  font-size: smaller;
  color: #555555;
  background: #ebebeb;
}

#page_foot a {
  text-decoration: none;
}
