		* {
			padding:0px;
			margin:0px;
		}
		body {
			text-align: center;
		}
		#page {
			width: 750px;
			margin: auto;
			text-align: left;
			background: url("grafik/bg.page.gif") repeat-y top;
		}
		#header {
			width: 750px;
			height: 250px;
			text-align: center;
		}
		#headerimg {
			height: 250px;
			background: url("grafik/header.gif") no-repeat top;
		}
		#rechts {
			width: 550px;
			float: right;
			text-align: left;
		}
		#content {
			width: 100%;
			float: right;
			text-align: left;
			padding: 0px;
		}
		#cont {
			padding: 20px;
			padding-left: 0px;
		}
		#links {
			width: 200px;
			float: left;
			text-align: left;
		}
		#navigation {
			width: 100%;
			float: left;
			text-align: left;
		}
		#navi {
			margin: 20px;
		}
		#footer {
			padding: 0 0 0 0px;
			margin: 0 auto;
			width: 750px;
			clear: both;
		}
		#footerimg {
			height: 36px;
			background: url("grafik/footer.gif") no-repeat bottom;
		}
		#copyright {
			height: 40px;
			padding: 5px;
			margin: 0 auto;
			width: 750px;
			clear: both;
			font-family: Verdana, Tahoma, Arial, Helvetica;
			font-size: 9px;
			color: #CCCCCC;
		}
		ul {
			font-family:Arial,Helvetica;
			font-size:12px;
			line-height:1.2;
		}
		li {
			list-style: none;
			line-height: 1.5;
		}
		h2 {
			font-family: Arial, Helvetica;
			font-size: 16pt;
			color: #0C3F86;
			font-weight: bold;
		}
		h3 {
			font-family: Arial, Helvetica;
			font-size: 12pt;
			color: #0C3F86;
			font-weight: bold;
		}
		h2, h3, p {
			margin-bottom: 10px;
		}
		h3 {
			margin-top: 20px;
		}
		h4 {
			font-family: Arial, Helvetica;
			font-size: 14px;
			color: #0C3F86;
			font-weight: bold;
			font-style: italic;
			margin-top: 20px;
			margin-bottom: 5px;
		}
		p, #normal, strong, form {
			font-family: Verdana, Arial, Helvetica;
			font-size: 12px;
			line-height: 1.5;
		}
		strong {
			font-weight: bold;
		}
		tr, td {
			font-family: Verdana, Arial, Helvetica;
			font-size: 10px;
			line-height: 1.5;
		}
		li a {
			font-family: Verdana, Arial, Helvetica;
			font-size: 11px;
			color: #000000;
			text-decoration: none;
		}
		a {
			color: #0C3F86;
			text-decoration: none;
		}
		a:hover {
			color: #0C3F86;
			text-decoration: none;
		}
		a:active {
			color: #0C3F86;
			text-decoration: none;
		}
		.bold {
			font-weight: bold;
		}