
#content_outer {
	float:left;
	width:400px;
	margin:0;
	padding:0;
	background:none;
	min-height:440px;
  	height:auto !important;
  	height:440px;
}

/*********** oben rechts *******************/

#oben_rechts_wrapper {
	position:absolute;
	z-index:250;
	left:797px;
	top:-80px;
	background: url(../images/bgr_oben_rechts.jpg) no-repeat left top;
	width:207px;
	height:108px;
	border:0px solid red;
}
.oben_rechts {
	position:relative;
	top:83px;
	height:20px;
	width:190px;
	margin:0 0 0 10px;
	border:0px solid red;
}
/*** pdf icon oben rechts ***/
#oben_rechts_wrapper img {
	position:relative;
	bottom:-1px;
}