#linkfloater {
	width: 590px;
	height: 60px;

	text-align: right;
	
	position: absolute;
	right: 20px;
	bottom: 50px;

	background: transparent;
	background: url(/style/gfx/hlinie.png) right top no-repeat;
}

#backlink1 {
	width: 590px;
	height: 30px;

	text-align: right;
	padding-right: 20px;
	
	position: absolute;
	right: 20px;
	top: 95px;

	background: transparent;
	background: url(/style/gfx/hlinie.png) right bottom no-repeat;
}

#backlink2 {
	display: inline;
	float: right;	
	margin-top: 10px;
}

#backlink1 a,
#backlink2 a {
	background: transparent;
	background: url(/style/gfx/pfeil-rechts.png) right top no-repeat;

	padding-right: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

#backlink1 a:active,
#backlink1 a:hover,
#backlink2 a:active,
#backlink2 a:hover {
	text-decoration: underline;
}

#mitteilungdate {
	font-family: Courier New, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;

	padding-top: 37px;
	padding-bottom: 7px;
	padding-left: 27px;
}

#pdfdownloadlink {
	display: inline;
	float: left;

	margin-top: 10px;
	height: 30px;
}

#pdfdownloadlink a {
	background: transparent;
	background: url(/style/gfx/pdf-download.png) left center no-repeat;

	padding-left: 30px;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
}

#bilddownloadlink {
	display: inline;
	float: left;

	margin-left: 20px;
	margin-top: 10px;
	height: 30px;
}

#bilddownloadlink a {
	background: transparent;
	background: url(/style/gfx/bild-download.png) left center no-repeat;

	padding-left: 30px;
	text-transform: uppercase;
	font-weight: bold;
	height: 30px;
}

#contenttextmitbildcontent {	
	clear: both;
}

#contenttextmitbild #contenttextmitbildcontent .text {
	width: 580px;

	padding-top: 10px;
	padding-bottom: 25px;

	clear: both;
}

#polaroids {
	clear: both;
	width: 100%;
	padding-bottom: 0px;
}

.polaroidItem {
	float: left;
	display: inline;
}

#contenttextmitbild {
	padding-bottom: 50px;
}