﻿#Hauptnavigation
{
	display: none;
}


#Seitennavigation
{
	display: none;
}

.Inhaltsheader
{
	display: none;
}

.Wegweiser
{
	display: none;
}

#InhaltRechts
{
	display: none;
}

.Footer
{
	display: none;
}


/*Druckinfo*/
table.DruckInfo
{
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.DruckInfo td
{
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

table.DruckInfo td.Head
{
	font-size: 14px;
	font-weight: bold;
	
}

table.DruckInfo td.Links
{
	text-align: left;	
}


table.DruckInfo td.Rechts
{
	text-align: right;
}

hr.LinieDruckInfo
{
	color: #c0c0c0;
	height: 2px;
}



div.DruckInfos
{
	display: block;
	margin-top: 25px;
}