﻿body
{
	background-image: none;
	background-color: white;
	overflow:visible;
}


.noprint
{
	display: none;
}

.onlyprint
{
	display: block;
}


div#BasisStabilisator
{ 
	padding: 5px;
	width: 100%;
	text-align: left;
	font-size: 12px; 
}

div#Inhalt
{ 
	width:95%;
	top: 0px;
	border-top: 0px;
/*	float: none; Ermöglicht Seitenumbrüche in der Druckversion des Safari */
}

div#Inhalt div.noprint
{
	display: none;
}


div.CatcherRot {
	clear: both;
	float: none;
}

/* ### Bilder ### */

img.BildLinks
{
	page-break-inside:avoid;
	clear: both;
	display: block;
	padding-right: 10px;
	border: 0px;
}

img.BildRechts
{
	page-break-inside:avoid;
	clear: both;
	display: block;
	padding-left: 10px;
}

img.BildRechtsUebersicht
{
	clear: both;
	display: block;
/*	float: right; */
	padding-left: 5px;
	padding-right: 10px;
	border: 0px;
}

img.BildAllein
{
	clear: both;
	display: block;
	border: 0px;
}

/* ### Bilder Ende ### */


#InhaltDoppelblock div#InhaltBlock
{ 
	width: 100%;
}

div#InhaltDoppelblock
{ 
	padding: 0px 0px 0px 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
}

div#InhaltDreifachblock
{ 
	float: left;
	padding: 0px; 
	margin: 0px;
	left: 0px;
}

div#NavigationBildleiste img
{
	width: 100%;
	clear: both;
}
