
@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 */
#naviTop {	display: none; }
#menu {	display: none; }
#left {	display: none; }

#rahmen 
{
	/* wichtig: hier mit relative überschreiben, sonst Probleme bei Firefox bei mehreren Seiten */
	position: relative;
	background-color: transparent;
	border:0;
}

#content
{
	border:0;
	font-size:115%;
	margin-left:-15px;
	margin-bottom:15px;
	margin-top:15px;
}

#contentRight 
{
	/*border:0;
	margin-top:350px;*/
}

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

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