/* --- Inhalt Farbe ändern --- */
div.mainContent .text,
div.mainContent h1,
div.mainContent h2,
div.mainContent a,
div.mainContent .text a,
#sitetitle h1,
#address
	{
	color: #000000;
	}
/* --- Änderungen Position ---*/
#content
	{
	clear: none;
	float: none;
	width: 100%;
	overflow: visible;
	margin: 0;
	padding: 0;
	}
#overall
	{
	clear: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}
#head
{
	height: auto;
}
#sitetitle,
#sitetitle h1
{
	padding: 0;
	position: static;
	top: 0;
	border: 0 none;
}

#sitetitle h1
{
	font-size: 1.25em;
	font-weight: bold;
}

#address
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 0 0;
	float: none;
}

#printPath
{
	margin: 5.875em 0 1.125em 0;
	padding: 0.3125em 0 0.3125em 0;
	border-top: 0.0625em solid #000000;
	border-bottom: 0.0625em solid #000000;
}
#overall,
#address,
div.mainContent
{
	overflow: visible;
}

#overall,
#content
{
	position: static;
}

/* --- einblendungen --- */
#printPath
{
	display: block;
}

#printLogo
{
	display: inline;
	position: absolute;
	top: 0;
	right: 0;
	height: 3em;
}

/* --- ausblendungen --- */
#sitesend,
#head div.background,
#pathholder,
#topnav,
#leftnav
	{
	display: none;
	}