body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../img/bodybg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #BFDCFD;
	font-family: Verdana;
	font-size: 12px;
}

#container {
	width: 956px;
	margin: 0 auto;
	text-align: left;  
	padding-right: 1px;
}

* html #container {
	padding-right: 0;
}

* + html #container {
	padding-right: 0;
}

#footer {
	width: 956px;
	margin: 0 auto;
	background-color: #FFD427;
	height: 84px;
	background-image: url(../img/footbg.gif);
	background-repeat: no-repeat;
	background-position: top left;
  border-right: 1px solid #B8B8B8;
}

.foot_content {
  text-align: left;
  line-height: 1.5em;
  color: #303030;
  font-size: 0.85em;
  padding: 37px 0 0 20px;  
}

* html #footer {
	border-right: 0;
}

* + html #footer {
	border-right: 0;
}

#head {
	width: 956px;
	height: 210px;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#content {
	width: 956px;
	background-color: #FDFEE7;
	padding-top: 20px;
}

#navi {
  float: right;
  margin: 127px 0 0 0;
  padding-right: 11px;
}

#navi a {
  color: #F25804;
  text-decoration: none;
  font-weight: bold;
  padding-left: 13px;
}

#navi .aktiv {
  color: #137BE4;
}


#navi a:hover {
  color: #137BE4;
}

#left {
  float: left;
  width: 300px;
}

#right {
  float: left;
  width: 656px;
  line-height: 1.5em;
  color: #303030;
  margin-top: -23px;
}

.infobox {
  border: 1px solid #D4D78C;
  margin-bottom: 20px;
}

.infohead {
  background-image: url(../img/ihverlauf.gif);
  background-repeat: repeat-x;
  height: 32px;
  color: #F25804;
  font-weight: bold;
  line-height: 32px;
  padding-left: 10px;
}

.infocontent {
  background-color: #FFFFFF;
  padding: 10px;
  line-height: 1.4em;
  color: #303030;
}

.inflink {
  color: #137BE4;
  text-decoration: none;
  background-repeat: no-repeat;
  padding-left: 22px;
  font-weight: bold;
}

.inflink:hover {
  text-decoration: underline;
}

.inflink2 {
  color: #137BE4;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left 3px;
  padding-left: 22px;
  display: block;
  padding-bottom: 7px;
  font-weight: bold;
}

.inflink2:hover {
  text-decoration: underline;
}

#right h2 {
  margin: 0;
  padding: 0;
  color: #F25804;
  line-height: 1.5em;
  font-size: 1.5em;
  display: inline;
}

.sb {
  background-image: url(../img/sbback1.gif);
  width: 626px;
  height: 90px;
  margin-bottom: 20px;
}

.sb strong {
  padding: 40px 0 0 10px;
  display: block;
}

.sb_status {
  width: 606px;
  height: 20px;
  border: 1px solid #D3D68B;
}

.sb_stand {
  height: 20px;
  background-image: url(../img/spendenbg1.gif);
  width: 100%;
  text-align: center;
}

.sbeuro {
  width: 606px;
  height: 20px;
  position: absolute;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}

.normlink {
  text-decoration: none;
  color: #137BE4;
  font-weight: bold;
}

.normlink:hover {
  text-decoration: underline;
}

.accordion {
	/*width: 616px;*/
	width: 600px;
}
.accordion h3 {
	background: #FDFEE7 url(../img/arrow-square1.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #137BE4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	text-decoration: underline;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #FDFEE7;
	margin-left: 20px;
	margin-right: 5px;
	padding: 5px 15px 5px;
	border-left: solid 1px #F25804;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

