﻿/*Stylesheet fuer Druck*/
body 
{
	background-image: none;
	padding: 20px;
}

div#HeaderRechts
{
	display: none;
}

div#Slogan
{
	display: none;
}

div#Hauptnavigation
{
	display: none;
}

div#Toolbar
{
	display: none;
}

div#InhaltLinks
{
	display: none;
}


div#InhaltRechts
{
	display: none;
}


div#RSSZeile
{
	display: none;
}

div#Copyright
{
	display: none;
}

div.Wegweiser
{
	display: none;
}

div#InhaltMitte
{
	margin-left: 8px !important;
	margin-right: 0px !important;
	padding-bottom: 30px;
}

div#Inhalt
{
	border-bottom: 0px !important;
}

div#InhaltZweiSpalten
{
	margin-left: 8px !important;
}

/*Druckinfo*/
div.DruckInfos
{
	display: block !important;
	margin-top: 25px;
}

table.DruckInfo
{
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

table.DruckInfo td
{
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #c0c0c0;
}

table.DruckInfo td.Head
{
	font-size: 12px;
	font-weight: bold;
	
}

table.DruckInfo td.Links
{
	text-align: left;	
}


table.DruckInfo td.Rechts
{
	text-align: right;
}

hr.LinieDruckInfo
{
	color: #c0c0c0;
	height: 1px;
}





