body {
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px;	/* "top, right, bottom, left" */
	text-align: center;		/* hensyntagen til ældre IE-versioner */
}

#page {
	width: 980px;
	margin: 0px auto 0px auto;	/* "top, right, bottom, left" */
	text-align: left;		/* neutralisering af ovenstående hensyn */
	padding: 0px 0px 0px 0px;	/* "top, right, bottom, left" */
	position: relative;		/* sæt referencenul i #page */
}

#background {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 785px;
	padding: 0px 0px 0px 0px;	/* "top, right, bottom, left" */
	background-color: #999999;
/*	background-image: ;*/
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#title {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 960px;
	height: 65px;
	padding: 10px 0px 0px 0px;	/* "top, right, bottom, left" */
	background-color: #0066CC;
/*	background-image: ;*/
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#menu {
	position: absolute;
	left: 10px;
	top: 95px;
	width: 960px;
	height: 30px;
	padding: 0px 0px 0px 0px;	/* "top, right, bottom, left" */
	background-color: #6699FF;
/*	background-image: ;*/
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#content {
	position: absolute;
	left: 10px;
	top: 135px;
	width: 940px;
	height: 580px;
	padding: 10px 10px 10px 10px;	/* "top, right, bottom, left" */
	background-color: #CCCCCC;
/*	background-image: ;*/
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#copyright {
	position: absolute;
	left: 10px;
	top: 745px;
	width: 960px;
	height: 30px;
	padding: 0px 0px 0px 0px;	/* "top, right, bottom, left" */
	background-color: #FFFFFF;
/*	background-image: ;*/
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/* -------------------------------------- */
/* - Indstillinger for ("contact.html") - */
/* -------------------------------------- */

#hare {
	position: absolute;
	left: 649px;
	top: 455px;
	width: 300px;
	height: 259px;
	padding: 0px 0px 0px 0px;	/* "top, right, bottom, left" */
	background-color: #CCCCCC;
	background-image: url("../pictures/contact/hare.gif");
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

/* ----------------------------------- */
/* - Indstillinger for <cite></cite> - */
/* ----------------------------------- */

cite {
	position: absolute;
	top: 665px;
	left: 103px;
	width: 500px;
	font-style: normal;
	color: black;
	background: transparent;
	visibility: hidden;
}

/* -------------------------- */
/* - Indstillinger for menu - */
/* -------------------------- */

td.menucell {
	padding: 0px 15px 0px 15px;	/* "top, right, bottom, left" */
}

/* ------------------------------ */
/* - Indstillinger for tabeller - */
/* ------------------------------ */

td.center {
	text-align: center;
	vertical-align: middle;
}

td.thumbsize {
	height: 90px;
	width: 90px;
}

/* ------------------------------ */
/* - Indstillinger for billeder - */
/* ------------------------------ */

img {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

img.noborder {
	border-width: 0px;
}

/* --------------------------- */
/* - Indstillinger for links - */
/* --------------------------- */

a:link {
	color: #000000;
/*	background-color: ;
	font-style: ;
	letter-spacing: ;
	font-weight: ;
	text-transform: ;*/
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* --------------------------- */
/* - Indstillinger for tekst - */
/* --------------------------- */

h1 {
	font-family: "Comic Sans MS";
}

h2 {
	font-family: "Comic Sans MS";
}

li {
	font-family: "Comic Sans MS";
}

p {
	font-family: "Comic Sans MS";
}

