#content_history{
	position: absolute;
	top: 147px;
	right: 148px;
	height: 238px;
	width: 601px;
}

#content_history p{
	width: 350px;
  margin-top: 18px;
  margin-bottom: 0px;
  margin-left: 220px;
  margin-right: 15px;
  color: #663333;
  font: 11px Arial;
}

#content_history img{
  position: absolute;
  left: 20px;
  top: 40px;

}

#seitenwechsel{
  position: absolute;
  bottom: 28px;
  right: 160px;
  width: 300px;
  border: solid 1px #000000;
}

.nextPage span,
.lastPage span{
	display: none;
}
a.lastPage:link,
a.lastPage:visited{
	display: block;
	float: left;
  width: 12px;
  height: 13px;
  color: #663333;
  font: 11px Arial;
	position: absolute;
	bottom: 28px;
  right: 220px;
	background: url('../images/nav/back.gif') no-repeat;
}

a.lastPage:hover,
a.lastPage:active{
	display: block;
	float: left;
  width: 12px;
  height: 13px;
  color: #663333;
  font: 11px Arial;
	position: absolute;
	bottom: 28px;
  right: 220px;
	background: url('../images/nav/back2.gif') no-repeat;
}

a.nextPage:link,
a.nextPage:visited{
	display: block;
	float: left;
  width: 12px;
  height: 13px;
  color: #663333;
  font: 11px Arial;
	position: absolute;
	bottom: 28px;
  right: 160px;
	background: url('../images/nav/next1.gif') no-repeat;
}

a.nextPage:hover,
a.nextPage:active{
	display: block;
	float: left;
  width: 12px;
  height: 13px;
  color: #663333;
  font: 11px Arial;
	position: absolute;
	bottom: 28px;
  right: 160px;
	background: url('../images/nav/next2.gif') no-repeat;
}

#doppel_img{
	position: absolute;
	bottom: -1px;
	left: 0px;
}