	body
	{
		font-family: Tahoma;
		font-size: 9pt;
		margin: 0px;
	}
	a
	{
		color: #000000;
		text-decoration: none;
	}
	a:hover
	{
		text-decoration: underline;
	}
	a img {
		border: 0px;
		vertical-align: middle;
	}
	table
	{
		border: 1px solid #000000;
	}
	th
	{
		background: #a0a0a0;
		font-size: 9pt;
		font-weight: bold;
		color: #ffffff;
		padding-top: 2px;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 2px;
		text-align: left;
	}
	td
	{
		background: #ffffff;
		font-size: 8pt;
		color: #000000;
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	form {
		margin: 0px;
	}
	input
	{
		font-size: 9pt;
		font-family: Tahoma;
	}
	textarea
	{
		font-size: 9pt;
		font-family: Tahoma;
	}
	select
	{
		font-size: 9pt;
		font-family: Tahoma;
	}
	h1
	{
		color: #b5bdd6;
		text-align: left;
		font-family: Tahoma;
		font-weight: bold;
		font-size: 14pt;
	}
	h2 {
		font-size: 8pt;
		font-weight: bold;
		text-decoration: underline;
		margin: 0px;
	}
	h3 {
		font-size: 8pt;
		font-weight: normal;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.tableRen {
		border: 0px;
		border-collapse: collapse;
	}
	.divTop {
		position: absolute;
		left: 0px;
		top: 0px;
		padding-left: 5px;
		padding-top: 10px;
		width: 100%;
		height: 70px;
		background-image: url('../img/baggrund_top.gif');
		z-index: 20;
	}
	.divTopVenstre {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 125px;
		height: 70px;
		background-image: url('../img/baggrund_top_venstre.gif');
		background-repeat: no-repeat;
		z-index: 22
	}
	.divTopMenu {
		position: absolute;
		left: 250px;
		top: 25px;
		z-index: 30;
		color: #ffffff;
		font-size: 11pt;
	}
	.divTopMenu a {
		color: #ffffff;
		font-weight: bold;
	}
	.divLogo {
		position: absolute;
		left: 15px;
		top: 15px;
		width: 214px;
		height: 86px;
		background-image: url('../img/logo_lille.gif');
		background-repeat: no-repeat;
		z-index: 25;
	}
	
	.divMenu {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 125px;
		height: 100%;
		padding-top: 110px;
		background-image: url('../img/baggrund_menu.gif');
		text-align: center;
		z-index: 10;
	}
	.divMenuTop {
		position: absolute;
		left: 0px;
		top: 70px;
		background-image: url('../img/baggrund_menu_top.gif');
		background-repeat: no-repeat;
		width: 125px;
		height: 17px;
		z-index: 11;
	}
	.divMenuPunkt {
		width: 110px;
		height: 40px;
		background-image: url('../img/baggrund_menu_punkt.gif');
		background-repeat: no-repeat;
		margin-top: 25px;
		margin-bottom: 5px;
		padding-top: 10px;
		text-align: center;
		font-weight: bold;
		color: #000000;
	}
	.divIndhold {
		position: absolute;
		left: 0px;
		top: 0px;
		padding-top: 110px;
		padding-left: 170px;
		padding-right: 50px;
		padding-bottom: 100px;
		width: 100%;
		height: 100%;
		text-align: center;
		overflow: auto;
		z-index: 5;
	}
