	<style type="text/css">

		.small {

			font-family: Arial, Helvetica, sans-serif;

			font-size: 11px;

			line-height: 11px;

			font-weight: normal;

			color: #333333;

		}
		
		.imprint {

			font-family: Arial, Helvetica, sans-serif;

			font-size: 80%;

			line-height: 1.75;

			font-weight: normal;
			
			text-align: center;

			color: #3333bb;

		}
		
		hr.imprint {
			width: 100%;
		}

		.bel-voll {
			color: #bf2060;
		}
		
		.bel-fast-voll {
			color: #bf2060;
		}
		
		.bel-leer {
			color: #108f10;
		}

		img.logo {
			width: 30%;
			float: right;
			padding: 10px;
		}
		
		table.preise {
			color: #111111;
		}
		
		table.preise th {
			background-color: #dddddd;
			min-width: 90px;
			text-align: center;
			padding: 4px 4px;
		}
		
		table.preise td {
			background-color: #f0f0f0;
			text-align: center;
			padding: 2px 2px;
		}
		

		body {
			padding: 10px;
			margin: auto;
			max-width: 1000px;
		}
		
		h1 {
			font-size: 150%;
			font-weight: bold;
		}

		h2 {
			font-size: 115%;
			font-weight: bold;
		}

		a:link {

			color: #145BA3;

			text-decoration: underline;

		}

		a:visited {

			text-decoration: underline;

			color: #145BA3;

		}

		a:hover {

			text-decoration: none;

			color: #145BA3;

		}

		a:active {

			text-decoration: underline;

			color: #145BA3;

		}

	</style>
