/*
-----------------------------------------------
EEC Handel Printcss
Author:  Fridjof Detzner
Version:  18. April 2007
----------------------------------------------- */

/*  misc
----------------------------------------------- */

.body, p, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:black;
}

/* ausblenden
----------------------------------------------- */

div#navigation, div#sidebar, div#header, div#metanav { display: none; }

div#content,
div#container
{
   width: auto ;
   overflow:visible !important;
   padding: 0 ;
   border: 0 ;
   float: none;
   height:auto;
   color: black;
   background: transparent none;
   margin-left:0;
}

div.print { display:block !important; font-size:9pt; padding:20px 0px 0 0; }
div.print p{ font-size:9pt !important; }




/*  ausblenden
----------------------------------------------- */

a.printer,
a.back
{
	display:none;
}


/*  BlaBla
----------------------------------------------- */

div#content a:link:after, div#content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
div#content a[href^="/"]:after {
   content: " (http://www.east-end.de" attr(href) ") ";
   }
   
/*  sIFR Printstyles
----------------------------------------------- */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: auto !important;
	height: auto !important;
}
