/* ---> angepasst für Print
 		Background und Color sind schwarz bzw. durch weiß ersetzt
		ansonsten gekennzeichnet<----- */
		*	{
			margin: 0;
			padding: 0;
		}

		body	{
			text-align: left;
			font-family: Arial, sans-serif;
			font-size: small;
			color: #000;
			background-color: #fff;
		}

		h1 {
			margin: 1.4em 0 1em 0;
			font-size: 1.4em;
			text-align: left;
			color: #000;
			font-weight: normal;
			font-family: Verdana, Arial, sans-serif;
		}

		h2 {
			margin: 1.4em 0 1em 0;
			font-size: 1.4em;
			text-align: left;
			color: #000;
			font-weight: normal;
			font-family: Verdana, Arial, sans-serif;
		}

		p	{
			margin: 1em 2em 1.5em 0;
			font-size: 1em;
		}

		blockquote {
			margin: 4em 0 0.5em 0;
			font-size: 1.25em;
			font-style: italic;
			line-height: 1.3em;
		}


		blockquote:before {
			content: "\275E";
		}

		blockquote:after {
			content: "\275D";
		}


		.quelle	{
			margin: 0 2em 3em 18em;
			font-size: 100%;
			font-style: italic;
			text-align: right;
		}

		ul {
			padding: 0;
			margin: 0 0 1em 0;
			list-style: none;
			font-size: 1em;
		}

		ul a {
			color: #000;
		}

		li {
			margin-bottom: 0.2em;
		}

		img, form, fieldset	{
			border: 0;
		}

		a {
			color: #000;
			text-decoration: underline;
		}

		li a {
			text-decoration: none;
		}

		/* ------------> LAYOUT ------------> */

		#container	{
			margin: 40px auto 40px auto;
			width: 784px;
			overflow: auto;
		}

		/* ------------> HEAD ------------> */

		#blog {
			float: right;
			font-size: 60px;
		}

		#blog a {
			text-decoration: none;
			font-size: 13px;
			letter-spacing: 1px;
			color: #000;
			vertical-align: bottom;
		}

		h3 a {
			font-size: 0;
			line-height: 0;
			text-indent: -9999em;
			display: block;
			background-image: url(../bilder/logo.png);
			background-repeat: no-repeat;
			height: 70px;
		}

		/* ------------> Navigation ------------> */


		ul#navi	{
			display: none;
		}

		/* ------------> container ------------> */

		/* -- 1 Element breit = 196px --*/
		.box1 {
			margin-top: 5px;
			float: right;
			width: 196px;
			line-height: 1.5em;
		}

		/* -- 1 Element breit = 196px --*/
		.box1-abstand-links {
			margin-top: 5px;
			float: right;
			width: 176px;
			margin-left: 20px;
			line-height: 1.5em;
		}

		/* -- 2 Elemente breit = 392px --*/
		.box2 {
			margin-top: 5px;
			float: right;
			width: 392px;
			line-height: 1.5em;
		}

		/* -- 2 Elemente breit = 392px --*/
		.box2-abstand-links {
			margin-top: 5px;
			float: right;
			width: 372px;
			margin-left: 20px;
			line-height: 1.5em;
		}

		/* -- 3 Elemente breit = 588px --*/
		.box3 {
			margin-top: 5px;
			float: right;
			width: 588px;
			line-height: 1.5em;
		}

		/* ------------> Bilder ------------> */

		#map {
			padding: 2px;
			border: 2px solid #000;
		}

		img.left {
			clear: left;
			float: left;
			margin-left: 0px;
			margin-bottom: 2px;
		}

		img.left_second {
			float: left;
			margin-left: 101px;
			margin-bottom: 2px;
		}

		p.left {
			margin-left: -210px;
			padding: 0.2em 0 1em 0;
			text-align: left;
			font-size: 150%;
			font-weight: bold;
			width: 150px;
			clear: left;
			float: left;
		}

		img.right {
			float: right;
			margin: 0 1em 0.5em 0.5em;
		}

		/* ------------> Tabellen ------------> */

		table{
			margin-bottom: 1.7em;
		}

		/* ------------> FOOTER ------------> */


		#copyright {
			clear: both;
			text-align: center;
			padding: 3em 0 5em 0;
		}

		#copyright a {
			text-decoration: none;
		}

		#copyright a:hover	{
			text-decoration: underline;
		}
