/* (c) EIKONA AG, it.x informationssysteme gmbh, Alle Rechte vorbehalten. */

/* ##################################################### */
/* CSS für die Ausgabe über den Bildschirm im Printkanal */
/* ##################################################### */

body.print								{ background:#FFFFFF; text-align:center; overflow-y: scroll; line-height:18px; }
body.print td							{ line-height:18px; }
body.print .absatz						{ margin-bottom:10px; }
body.print img							{ border:3px solid #dbe2ea; }
body.print ul							{ margin:0px; margin-left:8px; padding:0px; padding-left:15px; list-style-image:url(../pics/layout/content_li_back.gif); }
body.print ol							{ margin:0px; margin-left:8px; padding:0px; padding-left:15px; }

.druckbereich							{ position:relative; margin: 0px auto; padding-top:30px; text-align:left; width:480px; }
.druckbereich .abdecken					{ background: url(pics/trans.gif); position:fixed; top:0px; left:auto; right:auto; width:480px; height:100%; }

/* Druckbutton im Popup */
.druckbereich .druck-button				{ width:100%; text-align:right; background:#D8EBF1; filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; float:right; height:30px; border-bottom: 2px solid #365572; }
.druckbereich .druck-button a			{ line-height:26px; margin-top:3px; margin-right:3px; font-weight:normal; float:right; padding-left:30px; display:block; background:url(../pics/layout/icon_print_24x24.png) no-repeat left center; }

/* Druckbutton im Content*/
.content .druck-button					{ padding-left:11px; }
.content .druck-button a:link			{ font-weight:normal; padding-left:25px; background:url(../pics/layout/icon_print_16x16.png) no-repeat left center; }
.content .druck-button a:visited		{ font-weight:normal; padding-left:25px; background:url(../pics/layout/icon_print_16x16.png) no-repeat left center; }
.content .druck-button a:hover			{ font-weight:normal; padding-left:25px; background:url(../pics/layout/icon_print_16x16.png) no-repeat left center; }
.content .druck-button a:active			{ font-weight:normal; padding-left:25px; background:url(../pics/layout/icon_print_16x16.png) no-repeat left center; }


/* #################################### */
/* CSS für die Ausgabe über den Drucker */
/* #################################### */

@media print
	{
	* 									{ overflow:visible !important; position: relative; }
	body								{ overflow:visible !important; background: #FFFFFF none; }

	.druckbereich						{ margin: 0px; padding:0px; }
	.abdecken							{ display:none; }
	.trennung							{ display:none; }

	img									{ margin:0px; padding:0px; display:block;  border:3px solid #dbe2ea; }
	hr									{ border: 0px solid #000000; height: 1px; background: #000000 url(../pics/layout/trans.gif); }
	map									{ border:none; outline:none; }
	a									{ font-size:11px; font-weight:bold; text-decoration:none; color:#365572; display:inline; }	
	}
