/* CSS Document */
body {margin: 0; padding: 0; border: 0;
	background: #FFF; 
	width: 100%;
	height: 100%;
	font-family: "eras demi itc", "lucida sans unicode", "lucida sans", myriad, "arial narrow", arial, sans-serif;
	font-size: 90.1%; color: #111159; 
	}
	
div#container {
	width: 800px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	}
	
h1, h2 {font-family: "eras light itc", Arial, "sans-serif"; margin-top: 0; margin-bottom: 0; }

p {font-family: Arial, "sans-serif"; margin-top: 0; margin-bottom: 0; }

img {margin: 0; padding: 0; border: 0; }

a:link {text-decoration: none; font-size: 1em; font-weight: normal; color: #111159; }
a:visited {text-decoration: none; font-size: 1em; font-weight: normal; color: #111159; }
a:hover {text-decoration: none; font-size: 1em; font-weight: normal; color: white; background-color: #111159; }
a:active {text-decoration: none; font-size: 1em; font-weight: normal; color: white; background-color: #111159; }

em {font-weight: bold; font-style: normal; }

div#logo {
	position: absolute;
	top: 0;
	left: 0;
	}
	
div#manager {
	display: none;
	height: 100px;
	width: 375px;
	font-size: 0.75em;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(pictures/headeroystein.jpg) top right no-repeat;
	color: black;
	padding: 20px 160px 0 75px;
	}
	
div#menu {
	width: 100%;
	height: 25px;
	position: absolute; 
	top: 100px;
	border-top: solid #111159 1px;
	border-bottom: solid #111159 1px;
	padding-top: 3px;
	text-align: center;
	overflow: hidden;
	}

div#menu ul {
	list-style: none; 
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	font-size: 1em;
	overflow: hidden;
	}
	
div#menu ul li { 
	display: inline; 
	word-spacing: 2em; 
	}

div#hor_line {
	position: absolute;
	top: 170px;
	left: 0;
	width: 245px;
	border-top: solid #111159 1px;	
	}

h1 {
	position: absolute;
	top: 142px;
	left: 250px;	
	font-size: 2.3em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}

div#picture {
	background: #111159;
	width: 300px;
	height: 360px;
	position: absolute;
	top: 180px;
	left: 0;
	overflow: hidden;
	}
	
div#text {
	background: white;
	z-index: 2;
	height: 380px;
	position: absolute;
	width: 492px;
	top: 180px;
	left: 308px;
	overflow: scroll;
	}
	
div#text p {
	margin-bottom: 8px; }

h2 {
	font-size: 1.25em;
	font-weight: bold;
	position: relative;
	top: 2px;
	margin-top: 0;
	margin-bottom: 0;
	}
		
div#date {
	background: white;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 540px;
	color: #111159;
	font-size: 0.8em; 
	padding: 2px 0 2px 2px; 
	z-index: 3;
	}	

div#address {
	width: 100%;
	height: 40px;
	background: #111159;
	position: absolute;
	top: 560px;	
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	padding-top: 4px;
	color: white;
	z-index: 3;
	}

div#address a:link {text-decoration: none; font-size: 1em; font-weight: normal; color: white; }
div#address a:visited {text-decoration: none; font-size: 1em; font-weight: normal; color: white; }
div#address a:hover {text-decoration: none; font-size: 1em; font-weight: bold; color: white; }
div#address a:active {text-decoration: none; font-size: 1em; font-weight: bold; color: white; }

table {
	border-collapse: collapse;
	border: solid 3px #111159;
	padding: 0;
	margin: 0;
	}
	
td {
	border: solid 1px #111159;
	border-spacing: 0;
	padding:2px;
	margin: 0;
	}

.headings td {
	background: #111159;
	color: white;
	font-weight: bold;
	}

table p {
	font-size: 0.75em;
	}

table a:link {text-decoration: none; font-size: 1.2em; font-weight: bold; color: red; }
table a:visited {text-decoration: none; font-size: 1.2em; font-weight: bold; color: purple; }
table a:hover {text-decoration: none; font-size: 1.2em; font-weight: bold; color: red; }
table a:active {text-decoration: none; font-size: 1.2em; font-weight: bold; color: red; }
