@charset "UTF-8"; 
/**
 *	Christoph Päper <christoph@paeper.de> <http://crissov.de/>
 *	@media projection
 *	url("http://crissov.de/projection.css")
 *	Stand: 2003-02-04
 */

html
{
	background:       url("Bilder/back-maroon") fixed bottom right no-repeat maroon;
}
body
{
	font-size:        1.2em;
	background:       url("Bilder/back-white") fixed bottom right no-repeat white;
}
/*p, ul, ol, dl, td, blockquote, pre {
	color:            black;
	background-color: #FEE          !important;
}*/
blockquote, pre {
	margin:           1em;
	padding:          0.2em;
	border-left:      1em  solid    silver;/*#CCC*/
	/*margin-left:      1.3em;*/
}
table
{
	max-width: 100%;
}
h2, h3, table
{
	page-break-before:       always;
	page-break-after:        avoid;
}
h1>table, h2>table, h3>table
{
	page-break-before:       avoid;
}
body>div
{
	page-break-after:        always;
}
/*	Navigation und Footer	*/
/*map, */address, address+p
{
	display:                 none;
}

/*
 *	Überschriften
 */
h1, h2, h3, h4, h5, h6
{
	margin-top:       0;
	border-top:              none;
	padding-top:      2%;
}
