/* ######################################################################################################
** Datei muss noch an angepasst werden, Formate, Namen etc.
*/

@media print
{

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#side{
	margin: 0;
	width: auto;
	padding: 20;
	border: 0pt solid black;
	background-color: #FFFFFF ;
	margin-left: auto;
	margin-right: auto;
	color: #CCCCFF;
}

body * {font-size: 12pt; font-family: "Times New Roman", Times, serif; }
blockquote { font-family: "Times New Roman", Times, serif; }
code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono;}

h1 {font-size: 16pt; font-weight:bold; color: #336699;  background:inherit;  margin:0.4em 0 0.5em 0; border-bottom: 1px #ccc solid;}
h2 {font-size: 14pt; font-weight:bold; color: #666; background: inherit;   margin:0.2em 0 0.5em 0; padding: 0.3em; }
h3 {font-size: 12pt; font-weight:bold; margin:0.4em 0 0.3em 0;}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after:avoid; }

abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }

/* Umformatierung der Layoutboxen */
body {margin:0; padding: 0;}
#header {height: auto;}
#navigation {display:none;}
#content {
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}
#footer {
	float: none;
}

}
