/*
*
*	Von der Standardformatierung abweichende oder auch ergänzende Angaben
*
*/

/*
*	Allgemeine Definitionen
*/
hr			{
			width:50%;
			text-align:center;
			margin-bottom:25px;
			margin-top:25px;
			}
#zitat		{
			margin-left:20px; margin-bottom:10px; margin-right:20px;
			border-width:3px; border-color:#D1A298; border-style:groove;
			background-image:url("../images/BG_Kachel_4.jpg"); 
			padding:10px;
			}
			
/*
*	Formatierungen für spezielle Bereiche
*/
div.anmerkung
			{
			background-image:url("../images/BG_Kachel_4.jpg"); 
			padding:10px;
			}
table.pinboard
			{
			color:rgb(28,61,43);
			font-size:10pt;
			font-family:'Arial';
			line-height:14pt;
			text-align:justify;
			background-image:url("../images/BG_Kachel_4.jpg");
			padding:10px;
			border: 1px solid; border-color:#D1A298
			}