body {
	text-align:center;
	background:none;
	background-color:#eeebe7;
	padding:1cm 0;
	position:relative;}

/*Anordnung*/
#rahmen {
	margin:10px auto;
	width:21cm;
	text-align:left;
	min-height:29.7cm;
	border:solid 1px #888;}
#seite {
	width:17cm;
	margin:0.5cm 2cm 2cm 2cm;
	overflow:hidden;}
#briefkopf {
	margin:2cm 0 0 2cm;
	width:17cm;}
#druckansicht {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	height:40px;
	width:100%;
	background-color:#3b3b3b;
	opacity:0.8;
	border-bottom:1px solid #ccc;}
#druckansicht-button,
#druckansicht-buttons {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height:35px;
	padding-top:5px;}
#druckansicht-button a {
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:5px;
	font-size:14px;
	width:200px;
	border:1px solid #ccc;
	background-color:#fff;}
#druckansicht, #druckansicht-button {display:block;}

/*Neue Druckansicht*/
#druckansicht-buttons {display:block;}
#druckansicht-buttons-center {
	margin:0 auto;
	width:105px;}
#druckansicht-buttons a span {display:none;}
#druckansicht-buttons a {
	display:block;
	float:right;
	margin-right:10px;
	width:24px;
	height:24px;
	border:2px solid #ccc;
	background-color:#fff;}
#druckansicht-buttons a:hover {border:2px solid #f60;}
#druckansicht-buttons a#druckansicht-verlassen {
	margin-right:0;
	background:url(funktionen/icons/door_in.png) center center no-repeat #fff;}
#druckansicht-buttons a.druckansicht-bilder-ein {background:url(funktionen/icons/picture.png) center center no-repeat #fff;}
#druckansicht-buttons a.druckansicht-bilder-aus {background:url(funktionen/icons/picture_cross.png) center center no-repeat #fff;}
#druckansicht-buttons a#druckansicht-druck {background:url(funktionen/icons/printer.png) center center no-repeat #fff;}