
@import url('layout.css');

/* nicht benoetigte Elemente ausblenden */
#naviTop,
#naviLeft,
#bildReihe,
#tabMenu,
#noPrint,
#footer,
#teaser {	display: none; }

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

#rahmen 
{
	position: relative;
	background-color: transparent;
	border:0;
	/*width:auto;
	width:100%;
	width: 7.25in;
	width:auto;*/
}

#mitte 
{
	/*width:8.25in;
	
	width: ;
	width:auto;*/
}

#content
{
	clear: both;
	border:0;
	/*font-size:75%;*/
	margin-left:-10px;
	margin-bottom:15px;
	margin-top:15px;
	min-height: 0;	
}

#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%;}*/

/*#teaser
{	
	clear: both;
	float:none;
	color:#000000;
	border:	1px solid #000000;
	margin-left:220px;
	width: 650px;
}

#teaser h1
{	
	background-color: #ffffff;
	color: #000000;
}

#teaser .teaserBody
{
	background-color: #ffffff;
	border:	0;
}

#teaser p.green	{	color:#000000;	}
#teaser span.blue	{	color:#000000;	}
#teaser p.right	{	text-align:left;	}
#teaser p.fachbereiche	{	margin-top:10px; color:#000000;	}
*/