﻿/*Stylesheet fuer Druck*/
body 
{
	background-image: none;
	padding: 20px;
}

div#Header div#ErsteZeile div.Rechts
{
	display:none;
}

div#Header div#ErsteZeile div.Links div#Balken 
{
	display: none;
}

div#Header div#ZweiteZeile
{
	display: none;
}

div#Header div#DritteZeile 
{
	display: none;
}

div#Navigation
{
	display: none;
}

div#Content
{
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
}

div#RechteSpalte
{
	display: none;
}

div#InhaltsFooter
{
	display: none;
}

div#Footer
{
	display: none;
}
div#Header div#ErsteZeile div.Links div#Logo 
{
	text-align: right;
}

div#Header div#ErsteZeile div.Links div#Logo div.Abstand
{
	padding-left: 17px;
	padding-top: 14px;
	padding-bottom: 0px;
}


div#Weltkarte
{
	display: none;
}

p.Bildhint
{
	display: none;
}


/*Druckinfo*/
div.DruckInfos
{
	display: block;
	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;
}





