/* (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; position:relative; width:480px; }
.druckbereich .abdecken					{ position:fixed; top:0px; left:auto; right:auto; width:480px; height:100%; }

/* Druckbutton im Popup */
.druckbereich .druck-button				{ width:100%; text-align:right; background:#ffffff; filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; float:right; height:30px; border-bottom: 2px solid #365572; }
.druckbereich .druck-button a			{ margin-top:7px; font-weight:normal; float:right; padding-left:25px; display:block; background:url(../pics/layout/icon_print.gif) no-repeat left center; }

/* Druckbutton im Content*/
.col3 .druck-button						{ padding-left:11px; }
.col3 .druck-button a:link				{ font-weight:normal; display:block; padding-left:25px; background:url(../pics/layout/icon_print.gif) no-repeat left center; }
.col3 .druck-button a:visited			{ font-weight:normal; display:block; padding-left:25px; background:url(../pics/layout/icon_print.gif) no-repeat left center; }
.col3 .druck-button a:hover				{ font-weight:normal; display:block; padding-left:25px; background:url(../pics/layout/icon_print.gif) no-repeat left center; }
.col3 .druck-button a:active			{ font-weight:normal; display:block; padding-left:25px; background:url(../pics/layout/icon_print.gif) 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; }	
	}
