@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #DBE2E6;
	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;
}
.oneColFixCtr #container {
	margin-top: -253px;
	margin-left: -386px;
	position: absolute;
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 503px;
	top: 50%;
	left: 50%;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left;
	z-index: 1;
	visibility: visible;
	background-image: url(grafik/baggrund_postkort.gif);
}
.menudk {
	height: 31px;
	width: 720px;
	left: 26px;
	top: 23px;
	position: absolute;
	visibility: visible;
	z-index: 2;
}
.foto_alice {
	height: 411px;
	width: 174px;
	left: 26px;
	top: 57px;
	position: absolute;
	z-index: 2;
	visibility: visible;
}
.billede_forside {
	height: 411px;
	width: 546px;
	left: 200px;
	top: 57px;
	position: absolute;
	z-index: 2;
	visibility: visible;
}
.forside_tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: auto;
	width: 160px;
	left: 37px;
	top: 174px;
	position: absolute;
	z-index: 3;
	visibility: visible;
	font-size: 9px;
}
.forside_tekst #links {
	color: #FFFFFF;
}

.indholdsfelt {
	height: 401px;
	width: 476px;
	left: 200px;
	top: 57px;
	position: absolute;
	z-index: 4;
	visibility: visible;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
	font-size:11px;
	line-height: 14px;
}
ul {
	list-style-position: outside;
	list-style-image: url(grafik/stjernebullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	margin: 0px;
}
a:link {
	color: #222222;
	text-decoration: underline;
}
a:visited {
	color: #222222;
	text-decoration: underline;
}
a:hover {
	color: #777777;
	text-decoration: underline;
}
a:active {
	color: #222222;
	text-decoration: underline;
}

