/* Print-Version */
@import url("stylesheet.css");

body {
	background-image: url(../images/leer.gif);
	background-color: #FFFFFF;
	margin: 10px;
}

.pagewidth {
	width: 510px;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	position: relative;
}

.printLink {
	font-weight: bold; 
	margin: 10px 0 10px 0;
	clear: both; 
	width: 510px;
	background-color: #cdc4d6;
	padding: 3px 0;
	height: 14px; 
}

.printHeader {
	min-height: 20px;
	margin-bottom: 10px;
}

.printLinkNow a,
.printLinkClose a{
	background-image: url(../images/printIcon.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 0 0 0 18px;
	margin: 0 5px;
	text-decoration: none;
	float: left;
	line-height: 14px;
}

.printLinkClose a{
	background-image: url(../images/closeIcon.gif);
	float: right;
}

.printLinkNow a:hover,
.printLinkClose a:hover {
	text-decoration: underline;
}

.printPostalAddress {
	float: right;
	font-size: 80%;
}

.printLogo {
	float: left;
}

.printClear {
	clear: both;
}

.rootLine {
	margin-bottom: 5px;
}

/* don't display the smoothgallery in the printversion */
.tx-rgsmoothgallery-pi1 {
	display: none;
}