/*###################################################################*/
/* comens - printer.css                                              */
/*-------------------------------------------------------------------*/
/* Copyright 2006: salewski net solutions                            */
/* Version: 2006-04-08                                               */
/*###################################################################*/

/*---------------------------------------------------------------------
| Grundeinstellungen
---------------------------------------------------------------------*/

*.no_p {
	display: none;
}

body {
	padding-bottom: 1em;
	font-family: times,"times new roman",serif;
	font-weight: normal;
	font-size: 100%;
	color: #000;
	background-color: #fff;
}

a {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}


/*---------------------------------------------------------------------
| Kopfzeile
---------------------------------------------------------------------*/

div#navigation {
	display: none;
}

img.logo {
	margin: -10px;
}

/*---------------------------------------------------------------------
| Hauptteil
---------------------------------------------------------------------*/

h1 {
	margin-top: 0px;
}

table.fliesstext {
	margin: 2em auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}

table.fliesstext tbody tr * {
	border-top: 1px solid #ccc;
	vertical-align: top;
}

table.fliesstext tr * {
	padding: 0px 0.4em;
	border-left: 1px solid #ccc;
}

table.fliesstext tr *.first_element {
	border-left: none;
}

table caption {
	caption-side: bottom;
	font-size: 0.8em;
	margin: 0.3em;
}

thead {
	text-align: center;
}

tbody th {
	text-align: left;
}

tr.summe * {
	font-weight: bold;
}

td.waehrung {
	text-align: right;
	white-space: nowrap;
}

div.infokasten_rechts {
	float: right;
	width: 15em;
	padding-top: 1em;
	padding-left: 2em;
	padding-bottom: 3em;
}

div.infokasten_rechts div.innen {
	background-color: #ddd;
	color: #000;
	font-size: 0.9em;
	padding: 0.5em;
}

p.ueberschrift {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
	margin-bottom: 5px;
}

blockquote.sinnspruch {
	text-align: center;
	margin: 1em 0px;
	padding: 1em 2em;
}


/*---------------------------------------------------------------------
| Qualitaetssiegel
---------------------------------------------------------------------*/

div#qualitaetssiegel {
	display: none;
}


/*---------------------------------------------------------------------
| Fusszeile
---------------------------------------------------------------------*/

div#fusszeile {
	margin-top: 2em;
	clear: both;
}

div#fusszeile ul#legal {
	display: none;
}

