@charset "utf-8";
body {
	/*	background: #3878B1; /* 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: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/logo2baggrund.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
}

A:link, A:visited {
	text-decoration: none
}
A:active, A:hover{
	color: #0000ff;
	text-decoration: underline
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #3878b1;
}
.rubrik{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: center;
	margin-top: 0.5em;
	color: #000066;
}
.mellemrubrik{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	line-height: 1em;
	padding: 3px;
	margin-top: 8px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.oneColElsCtr #container {
	width: 58em;
	background: #6BA2DC; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	/*	background-color: #7fc42c; */
	text-align: center;
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-size: 0.85em;
	padding: 0em;
	width: 100%;
	color: #FFFFFF;
}
.broed {
	font-style: normal;
	text-align: left;
	color: #000066;
}
