﻿* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #FFF;
	color: black;
	width: 19cm;
	height: 25cm;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#kopf, #termine, #verweisspalte, .screen,  {
	display: none;
}
pre {
	font-family: "Courier New", Courier, monospace;
}
#content {
	background-color: #fff;
	color: #000;
	width: 100%;
	height: auto;
}
#news {
	background-color: #fff;
	color: #000;
	width: 100%;
	height:auto;
	border: 0;
	text-align: justify;
}
#news * {
	line-height: 1;
}
#oldnews {
	background-color: #fff;
	color: #000;
	width: auto;
	height: auto;
	border: 0;
	text-align: justify;
}
a {
	display:none;
	/*background-color: white;
	color: black;
	font-weight: bold;
	font-style: italic;*/
}
