/*
css für printausgabe
*/

* {
	font:13pt Arial, Helvetica, sans-serif;
	color:#000;
}

body
{
	background-color:#fff;
}

p {
	padding:0;
	margin:0 0 4mm 0;
	line-height:1.3em;
}

li p
{
	margin:0 0 2mm 0;
}

td
{
	vertical-align:top;
	padding:0 6mm 0 0;
	font-size:1em;
}

div#navigation, 
div#links, 
td#unav, 
div#copyright
{
	display:none;
}

div#mitte
{
	top:0;
	left:0;
}

div#bereich
{
	top:0;
	left:0;
	width:210mm;
	height:auto;
}

div#weiss
{
	top:20mm;
	left:30mm;
	width:190mm;
	height:277mm;
}

div#header
{
	width:190mm;
	margin:0 0 20mm 0;
}

img
{
	border:none;
}

h1
{
	font:1.5em "Times New Roman", Times, Georgia, serif;
	margin:0 30px 10px 0;
}

h2
{
	margin:0 3px 0 0;
	padding:0;
	line-height:1.3em;
	float:left;
	font-size:1em;
	font-weight:900;
}

h3
{
	margin:0 0 3mm 0;
	font-size:1em;
	font-weight:900;
}

h4
{
	font-size:1em;
}

ul, ol
{
	padding:0 0 0 15px;
	margin:-5px 0 15px 0;
	/* list-style-type:square; */
	list-style-image:url(../images/bullet.gif);
}

ol
{
	list-style-type:decimal;
}

span.gross
{
	font-weight:900;
}

p.teaser span.gross
{
	color:#000;
	font:1.2em "Times New Roman", Times, Georgia, serif;
	font-weight:900;
}

hr
{
	border-style:solid;
	color:#ccc;
	margin:0 0 3mm 0;
}

a
{
	text-decoration:none;
	color:#555;
}
