
@import url('layout.css');

body 
{
	background-color: transparent;
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	color:#000000;
	margin:0;
	padding: 0;
}

/* nicht benoetigte Elemente ausblenden */
#left {	display: none; }
#menu {	display: none; }
#toolbar {	display: none; }
#teaser {	display: none; }

#right { margin-left:5px; }
#topBild { margin-left:5px; }

#content 
{
	border:0;
	width:800px;
}

h1, h2, h3	
{
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/* Zeilenumbruch nach Ueberschriften verhindern */
	page-break-after:avoid;
}

h1 {font-size:100%;}
h2 {font-size:90%;}
