/**
  * DIV test
 **/
.dato	{
		font: italic 8pt;
		margin-left:4em;
		}
		
.sign   {
	color: green; 
	font: italic x-small times-roman;
	
	}
	

     	


p.note 	{
	color:black
	}
	
p.center { text-align: center
}

p em 	{
	font-family: Arial,Times,sans-serif; 
	margin: 4em 4em
	}
	
p.readmore {
	padding: 0em 0em 0em 3em;
	text-align: left;
	font: italic x-small ;
	}

cite    {
	font: italic x-small;
	}
	
a.bilde {
	
	}
     	
/**
 * Top settings
 */

div.top img {
	border-style: none;
	}
div.top a:hover {
	background-color: #eeeeee;
	}

     	
/**
 * NEWS settings
 */

div.news body{
	background-color= #ffffff;
	color= darkblue;
	}


div.news h1 {
	padding: 3em 0px 0px 0px;
	color:brown; 
	font-family: sans-serif; 
	font-size:11pt; 
	font-weight:bold;
	text-decoration:none;
    	}
div.news p {
	padding: 0px 0px 0px 0px; 
	font-family: sans-serif;
	font-size: 11pt;
	color:darkblue;
	line-height: 120%
	}
	
div.news p.readmore {
	padding: 0em 0em 0em 4em;
	text-align: left;
	font: italic x-small ;
	}
	
div.news td {
	valign: top;
}
	

	
/**
 *  ARTICLE settings
 *
 **/
 
div.art body{
 	background-color: #ffffff; 
 	color: #555555;
     	}
div.art hr{
	size: 6;
	width: 100%;
	color: #555555;
	}
 
div.art h1 {
	text-align: center;
	padding: 1em 0em 1em 0em;
	color:brown; 
	background: url("clouds.jpg");
	font-family: sans-serif; 
	font-size:11pt; 
	font-weight:bold;
	text-decoration:none;
    	}
div.art h2 {
	padding: 0em 0em 0em 0em;
	color:darkblue; 
	font-family: sans-serif; 
	font-size:11pt; 
	font-weight:bold;
	text-decoration:none;
    	}
div.art h3 {
	padding: 0em 0em 0em 0em;
	color:darkblue; 
	font-family: sans-serif; 
	font-size:11pt; 
	font-style:italic;
	font-weight:normal;
	text-decoration:none;
    	}
div.art p 	{
	padding: 0em 2em 0em 3em; 
	font-family: sans-serif; 
	color: darkblue;
	font-weight:normal;
	font-size:11pt; 
	}
div.art dl   {
	
	font-family: sans-serif; 
	color: darkblue;
	font-weight:normal;
	font-size:11pt; 
	}	
	
div.art dd
	{
	padding: 0em 2em 1em 3em; 
	}
	
div.art li {
	font-family: sans-serif; 
	font-size:11pt;
	font-weight:normal;

	}
	
div.art table {
	border-collapse: collapse; 
	
	color:black;
	background:white;
	border: darkblue thin solid;
	
	}
	
div.art th {
	border: darkblue thin solid;
	font: normal;
	}

div.art td {
	border: silver  1pt solid;
	padding:3px;
	font-family: sans-serif;
	font: 11pt;
	}
	

	
/** 
  * MENU settings
 **/
div.menu {
	
	text-align: center;
	}

div.menu a {
	vertical-align: middle;
	text-align: justify;
	font-size: x-small;
	font-weight:bold;
	color:brown;
	}	
	
div.menu a:hover {
	background-color=silver;
	}

div.menu dl {
	
	background: url("clouds.jpg")  center;
	border: thin solid silver;
	}
	
div.menu dt {
	padding: 0.1em 2pt 0.1em 2pt;
	font-family: sans-serif;
	font-weight: bold;
	font-size: x-small;	
	}
	
	
	
/**
  * LINKS - default values
 **/

a:link 	{
	color: brown;
	text-decoration: none
	}

a:hover {
	background-color: #eeeeee;
	}

a:visited {
	color: brown;
	text-decoration: none
	}
