	A:link {
		color: #2052B0;
	}

	A:visited {
		color: #2052B0;
	}

	A:hover {
		color: red;
	}

	A:active {
		color: #FF0000;
	}

	body {
		font-family: Verdana,Arial;
		font-size: 12px;
		max-width: 1280px;
/*		max-width: 1400px;*/
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		padding: 75px 40px 0px 40px; 
		background-color: #EFFFFF;
	}


	p {
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		font-family: Verdana,Arial;
	}

	h1 {
		font-size: 19px;
	}

	h2 {
		font-size: 16px;
	}

	h3 {
		font-size: 13px;
	}

	h4 {
		font-size: 11px;
	}

	h5 {
		font-size: 9px;
	}

	h6 {
		font-size: 8px;
	}

	b {
		font-weight: 600;
		color: #000000;
	}

	th {
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		background: #DEDDDD;
		color: #000000;
		font-family: Verdana,Arial;
	}

	td {
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		line-height: normal;
		font-size: 11px;
		font-family: Verdana,Arial;
		color: #000000;
	}

	code {
		color: #008600;
		font-family: OCR A Extended, Courier New;
		font-size: 11px;
	}

	div.logo {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 75px;
		background-image: url(logoklein03.jpg);
		background-repeat: no-repeat;
	}

	div.header {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 75px;
		text-align: center;
	}

	div.kruimelpad {
		font-weight: bold;
		width: 100%;
	}

	div.kruimelpad ul {
		padding: 31px 0 2px 0;
		margin: 0;
		text-align: center;
	}

	div.kruimelpad ul li {
		display: inline;
		margin-right: 5px;
		margin-left: 5px;
	}

	div.kruimelpad ul li a {
/*		color: gray;*/
		color: #2052B0;
/*		padding: 6px 3px 3px 3px;*/
		text-decoration: none;
/*		border-bottom: 2px solid gray;*/
		border-bottom: 2px solid #2052B0;
	}

	div.kruimelpad ul li a:hover, div.kruimelpad ul li a.selected {
/*		border-bottom-color: black;*/
		border-bottom-color: red;
/*		color: #2052B0;*/
		color: red;
	}

	div.footer {
		float: bottom,left;
		width: 100%;
		text-align: center;
		font-size: 7pt;
		font-family: Verdana,Arial;
		clear: both;
	}
