/* Layout */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(body.gif);
}
#menu01 {
	width: 925px;
	position: absolute;
	height: 16px;
	top: 40px;
	left: 35px;
	text-align: right;
}
#menu02 {
	width: 981px;
	position: absolute;
	height: 56px;
	top: 99px;
	left: 33px;
}
#logo {
	width: 960px;
	position: absolute;
	height: 41px;
	top: 53px;
	left: 35px;
}
#textarea {
	position: absolute;
	width: 390px;
	padding: 35px;
	top: 210px;
	left: 0px;
}
#imagearea {
	position: absolute;
	width: 500px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	left: 469px;
	top: 211px;
}
#foxline {
	position: absolute;
	background-color: #993333;
	height: 15px;
	width: 40;
	right: 0px;
	bottom: 0px;
}



/* Tekst formatering */
li {
	list-style-image: url(bullet.gif);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
}
td,th {
	padding-right: 8px;
	padding-left: 8px;
}
#pageheader {
	font-size: 16px;
	color: #ee6817;
	padding-bottom: 16px;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.small {
	font-size: 9px;
}

