		body {
			margin:0 0 0 0;
			background-color: black;
			color: lightgrey;
			text-align: center;
			font-family: Arial;
		}

		div.Container {
			margin: 10px auto;  /* oben 10px, rechts + unten + links: automatisch */
			width : 1100px;
			height: 700px;
			text-align: left;
		}

		div.Titel {
			background-color: black;
			height: 75pt;
			line-height: 75pt;
			color: white;
			text-shadow: 2px 2px #000000;
			background-image: url('hro_via_warnow_blr.jpg');
			background-size: 100% 150%; /* auch in Pixel: breit, hoch */
			background-position: center center;
			background-repeat: none;
		}
		p.Titel {
			padding: 0;
			margin: 0 10px 0 10px;
			font-family: Arial;
			font-size: 28pt;
			font-weight: bold;
			text-align: center;
		}

		div.Links {
			float: left;
			width: 250px;
			background-color: #1e355f;
			height: 550px;
			color: white;
			font-family: Arial;
		}

		div.Mitte {
			float: left;
			width: 595px;
			color: grey;
			background-color: white;
			height: 550px;
			font-family: Arial;
		}
		div.MitteImpressum {
			overflow: auto;
			float: left;
			width: 595px;
			color: grey;
			background-color: white;
			height: 550px;
			font-family: Arial;
		}

		div.Rechts {
			width: 250px;
			float: right;
			background-color: #1e355f;
			height: 550px;
			padding-right: 5px;
			color: white;
			font-family: Arial;
		}

		div.BoxRechts {
			overflow: auto;
			min-height: 75px;
			max-height: 150px;
		}
		h3.Box {
			margin: 5px 5px 0 10px;
		}

		p {
			margin: 5px 5px 0 10px;
			font-size: 10pt;
		}
		p.Links {
			margin: 5px 5px 0 10px;
			font-size: 14pt;
		}

		h1.Datenschutz {
			margin: 25px 5px 0 10px;
		}
		h2.Datenschutz {
			margin: 20px 5px 0 10px;
		}
		h3.Datenschutz {
			margin: 15px 5px 0 10px;
		}
		p.Datenschutz {
			margin: 5px 5px 0 10px;
			font-size: 11pt;
		}
		p.Impressum {
			margin: 5px 5px 0 10px;
			font-size: 9pt;
		}

		a {
			font-size: 10pt;
			color: white;
			text-decoration: none;
			}
		a:hover {
			font-size: 10pt;
			color: white;
			text-decoration: underline;
			}
		a:active {
			font-size: 10pt;
			color: white;
			}
		a:visited {
			font-size: 10pt;
			color: white;
			}

		a.mitte {
			color: #1e355f;
			text-decoration: none;
			font-size: 9pt;
			}
		a.mitte:hover {
			color: #1e355f;
			text-decoration: underline;
			font-size: 9pt;
			}
		a.mitte:active {
			color: #1e355f;
			font-size: 9pt;
			}
		a.mitte:visited {
			color: #1e355f;
			font-size: 9pt;
			}

		a.Datenschutz {
			color: #1e355f;
			text-decoration: none;
			font-size: 11pt;
			}
		a.Datenschutz:hover {
			color: #1e355f;
			text-decoration: underline;
			font-size: 11pt;
			}
		a.Datenschutz:active {
			color: #1e355f;
			font-size: 11pt;
			}
		a.Datenschutz:visited {
			color: #1e355f;
			font-size: 11pt;
			}

		ul.Liste {
			list-style-type: bull;
		}

		td.kontakt {
			font-size: 10pt;
		}
