@CHARSET "UTF-8";
/*

	RESET CSS âÂ Eric Meyer
	Resetter ALT.
	
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.8;
	color: black;
	background: white;
	padding: 0.5em;
	font-size: 7pt;
	
}

h1,h2,h3,h4,h5 {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: .5em 0 0 0;
}

h1 {
 font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3{
	font-size: 15pt;
}
h4{
	font-size: 14pt;
}
h5{
	font-size: 13pt;
}

h6{
	font-size: 12pt;
}
p{
	margin-bottom: 1em;
}
ul, ol {
margin: 1.5em 0 1.5em 0;
}
li {
	margin-left: 3em;
}
ul li {
	list-style: square;
}
em, cite { font-style: italic;}
cite { padding: 0 0.25em 0 0.25em;}
p.pageDescription, p.objectDescription {
  font-weight: bold;
  margin: 1em 0 1em 0;	
}

.hiddenStructure, 
	#leftContent, 
	#userPanel, 
	#objectActions, 
	#objectActionContainer, 
	.objectPath, 
	#rightContent,
	#topimg,
	#topmenu,
	#submenu,
	#inneoNoLink
		
	 { display: none;}

p {
	clear: both;
}


#footer {
	border-top: .5pt solid black;
	padding-top: 1em;
	margin-top: .3em;
}

#bannerLink {
	color: #000;
	text-decoration: none;
	margin-bottom: 3em;
}

strike {

}
big {
	font-size: 164%;
}
address {

}
strong {
	font-weight: bold;
}
a {
	color: #000;
}
img.alene {
  margin: 1em auto 1em auto;
  display: block;
  float: none;	
}

img {
	page-break-inside: avoid;
	margin: 0 1em 1em 0;
	float: right;
	max-width: 40%;
	height: auto;
}
img.flyter-motsatt {
	margin: 0 1em 1em 0;
  float: left;	
}
blockquote {
  display: block;
  margin: 1em;
  font-style: italic;	
}


/** 
	 TABELL
**/

table,td
{
	margin: 1.5em 0 1.5em 0;
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
tbody tr:hover
{
  background            : #FFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
  color                 : #454545;
}
tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(foot_bck.gif) repeat;
  color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}


