/******************************************************************************/
/*                                                                            */
/*                        SOLARPRAXIS Print-Stylesheet                        */
/*                                                                            */
/*                             copyright 2009                                 */ 
/*                    Sunbeam GmbH www.sunbeam-berlin.de                      */
/*                           Autor: Joeran Fliege                             */
/*                                                                            */
/******************************************************************************/

* {
	background-color: white;
	background-image: none;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
}

html { margin: 0; }
body { margin: 0; }


#mainnav,
#sprungNav,
#languageswitch,
#hauptwrapper,
.status, #footer
{
	display: none;
	float: none;
}

/* tabellenausgabe konfigurieren */
h2, h3, form, fieldset, table, legend {
  page-break-before: avoid;
}


.hide {
position:absolute; left: 20px; top: 20px;
}


/* Write out URL in Links */
/* edited IM ohne internal-links
a.internal-link:link:after, a.internal-link:visited:after, a.external-link:link:after, a.external-link:visited:after {*/
a.external-link:link:after, a.external-link:visited:after {
	content: " "url(../images/printpfeil.gif) attr(href)" ";
	font-weight: normal;
	color: #000;
}


abbr, acronym { border-bottom: none; }
a { text-decoration: none; }
