	body
	{
		font-family: Arial;
		margin: 0px;
	}
	a
	{
		color: #aa0000;
	}
	a:hover
	{
		text-decoration: underline;
	}
	table
	{
		background: #c0c0c0;
		border: 1px solid #000000;
	}
	th
	{
		background: #F32D31;
		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;
	}
	input
	{
		border: 1px solid #000000;
		background: #ffffff;
		font-size: 9pt;
		font-family: Verdana;
	}
	textarea
	{
		border: 1px solid #000000;
		background: #ffffff;
		font-size: 9pt;
		font-family: Verdana;
	}
	select
	{
		border: 1px solid #000000;
		background: #ffffff;
		font-size: 9pt;
		font-family: Verdana;
	}
	h1
	{
		color: #F32D31;
		text-align: center;
		font-family: Arial;
		font-weight: bold;
		font-size: 14pt;
	}

	.divBolt {
		background-image: url('../img/bolt.gif');
		width: 29px;
		height: 26px;
		display: inline;
		margin-left: 10px;
		margin-right: 10px;
		vertical-align: middle;
	}

	.tableMaster {
		border: 0px;
		border-collapse: collapse;
		width: 100%;
		height: 100%;
	}

	.tdMenu {
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		text-align: center;
		vertical-align: top;
		width: 130px;
		background-image: url('../img/menu_baggrund.gif');
	}
	.tdStregLodret {
		font-size: 1pt;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 2px;
	}
	.tdIndhold {
		padding: 25px;
		vertical-align: top;
		text-align: center;
	}
	.tdStregVandret {
		font-size: 1pt;
		padding-left: 10px;
		padding-right: 10px;
		height: 1px;
	}
	.tdLogo {
		background-image: url('../img/menu_baggrund.gif');
		padding: 0px;
		text-align: center;
		height: 80px;
	}
	.tdBund {
		padding-left: 25px;
		padding-right: 25px;
	}
	.tableBund {
		border: 0px;
		background-color: #ffffff;
	}
	.tableBund td {
		font-weight: bold;
		font-size: 9pt;
	}

	.imgMenupunkt {
		border: 0px;
		margin-top: 3px;
	}

	.divStregVandret {
		width: 100%;
		height: 1px;
		background-color: #000000;
	}
	.divStregLodret {
		width: 1px;
		height: 100%;
		background-color: #000000;
	}
	.divMenupunkt {
		background-image: url('../img/menupunkt_baggrund.gif');
		width: 117px;
		height: 19px;
		text-align: left;
		vertical-align: middle;
		padding-left: 5px;
		padding-top: 2px;
		margin-top: 3px;
	}
	.divMenupunkt a {
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		font-size: 9pt;
	}

	.tableRen {
		border: 0px;
		background-color: #ffffff;
	}

	.tdTop {
		vertical-align: top;
	}