<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	width: auto;
	height: auto;
}
.oneColLiqCtrHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	height: 100%;
	margin: 0;
	float: none;
}
.oneColLiqCtrHdr #header {
	background-color: #F0ECEE;
	height: 40px;
	vertical-align: middle;
	margin: 0px;
	padding: 0;
}
.oneColLiqCtrHdr #container #mainContent div table tr {
	text-align: justify;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	vertical-align: middle;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000;
	margin: 0px;
}
.oneColLiqCtrHdr #footer {
	padding: 0;
	background-color: #F2ECEE;
	text-align: center;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #5456BA;
}
a:visited {
	color: #5456BA;
}
a:hover {
	color: #5456BA;
}
a:active {
	color: #5456BA;
	font-weight: bold;
	text-align: left;
}
a {
	font-size: 12px;
}
.oneColLiqCtrHdr #container #mainContent table tr th p {
	text-align: left;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.oneColLiqCtrHdr #container #mainContent table tr th p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

</style>
.overskrift {
	text-align: center;
}
.oneColLiqCtrHdr #container #footer h3 {
	font-family: Arial, Helvetica, sans-serif;
}
.navn {
	font-family: Arial, Helvetica, sans-serif;
}
.oneColLiqCtrHdr #container #mainContent div table tr th h4 {
	font-size: 14px;
	text-align: left;
}
.oneColLiqCtrHdr #container #header table {
	text-align: center;
}
.oneColLiqCtrHdr #container #header table tr th {
}
.oneColLiqCtrHdr #container #mainContent div table tr th table tr th {
	text-align: center;
}

