img {
	border: 0;
}

a {
	color: #000000;
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 144px;
	width: 100%;
	z-index: 1;
	text-align: right;
	font-style: italic;
	font-family: "Times New Roman", serif;
	background: transparent url("/images/tekst.gif") no-repeat bottom right;
	border-bottom: 1px solid #000000;
	z-index; 1;
}
#header h1 {
	display: none;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-top: 395px;
	width: 160px;
	border-right: 1px solid #000000;
	z-index: 2;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 2px;
}
#menu ul li {
	margin: 3pt;
}

#text {
	position: absolute;
	left: 161px;
	top: 144px;
	background: transparent url("/images/slant.gif") no-repeat top left ;
	z-index: 2;
	max-width: 40em;
	padding-left: 2px;
	padding-right: 10px;
	text-align: justify;
	font-size: 100%;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	line-height: 1.3em;
}
#text img.slant {
	display: block;
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
}
#text div {
	margin-top: 75px;
}
#text h1, #text h2, #text h3, #text h4, #text h5, #text h6{
	text-align: right;
	font-style: italic;
	font-family: "Times New Roman", serif;
	font-size: 2em;
	margin: 0.5em, 2px, 0.5em, 2px;
}
#text p {
	margin: 0;
}

#createdBy {
	position: fixed;
	bottom: 0;
	right: 0;
}
#createdBy a {
	text-decoration: none;
}