body
{
	background: #6F7A86;
	color: #5A6370;
	height: 100%;
}

#main
{ background: #FFFFFF url(back.png) repeat-y;
  color: #5A6370;
}

#logo
{ background: #FFFFFF url(logo.jpg) no-repeat;
  color: #5A6370;
}

#logo h1
{ background: transparent;
  color: #FFFFFF;
}

h1, #column2 h1
{ background: transparent;
  color: #1775D5;
  border-color: #89A9C7;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFFFF url(menu_hover.png);
  color: #484E56;
} 

#content, #column2 a, #column2 a:hover
{ background: transparent;
}

.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  color: #D1D3D7;
}

.topitem, .topitem a
{ background: transparent;
  color: #D1D3D7;
}

.sbihead
{ background: #FFFFFF url(sbi_header.png);
  color: #484E56;
}

.sbihead1 {
	color: #FF0055;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-left: 5px;
	background-position: center;
	text-align: center;
	background: #FFFFFF url(link.png);
  	color: #D1D3D7;
}


.sbihead h1
{ background: transparent;
  color: #484E56;
}

.sbilinks a
{
	background: #FFFFFF url(link.png);
	color: #D1D3D7;
} 
.sbilinks li a
{
	background: #FFFFFF url(link.png);
	color: #D1D3D7;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: #ffffff;
} 

input, textarea
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #89A9C7;
}
html {
	height: 100%;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}

.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{
	font-family: arial, sans-serif;
	letter-spacing: 0.1em;

}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}


/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links, #footer
{ 
  text-transform: uppercase;
}

#footer{text-align: center;}



#links a:hover, #footer a:hover
{
	color: #ffffff;
}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  width: 760px;
  height: 100px;
  text-align: left;
}

#logo h1
{ margin: 0px;
  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
}

/* navigation menu */
#menu
{
	margin-left: auto;
	margin-right: auto;
	height: 42px;
	overflow: hidden;


}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 42px;
  text-decoration: none; 
  padding: 12px 10px 2px;
  text-transform: uppercase;
  color: #D1D3D7;
} 

/* main content */
#content
{
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 0px;
	overflow: hidden;
	width: 760px;

} 

/* column 1 - contains sidebar items */
#column1
{ width: 185px;
  float: right;
  padding: 16px 0px 15px;
}

.sidebaritem
{
	text-align: left;
	width: 166px;
	float: left;
	margin: 0px 0px 25px;

}

.sbihead
{ height: 14px;
  width: 166px;
  padding: 5px 0px 5px 19px;
  text-transform: uppercase;
}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-weight: bold;
  font-size: 112%;
}

.sbicontent{
	padding: 5px 5px 8px;
}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{
	padding: 0px;
	color: #DBDBDB;
}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 8px;
  width: 177px;
  border: 0px;
	color: #ffffff;
  
}  

/* column 2 - page content */
#column2
{
	text-align: justify;
	float: left;
	padding: 12px 3px 15px 19px;
	width: 96%;


}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}


.sidebaritem a:hover
{
	color: #FFFFFF;
	border-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.topitem a:hover
{
	color: #FFFFFF;
	border-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.sidebaritem #column2 a:hover
{
	text-decoration: underline;
	color: #2A0055;
}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
}

div.row span.formlabel 
{ float: left;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}
.trallala a {
	font-size: 12px;
	font-style: normal;
}
.trallala {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
}
#column4 {
	padding: 5px;
}
nyhethead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	background: #FFFFFF url(link.png);
  	color: #D1D3D7;
  }
.nyhetsdato {
	color: #AA3F00;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	padding-left: 4px;
}
.nyhetstekst {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	padding-left: 2px;
}
.nyhetslink a{
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
}
.nyhetslink {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-family: "Times New Roman", Times, serif;
	border-bottom-style: dotted;
	border-bottom-color: #030000;
	border-bottom-width: 1px;
}
.nyhetsteksright {
	color: #000000;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A0A0A4;
	padding: 3px;
}
.trallala2 a {
	color: #000000;
	font-size: 12px;
	font-style: normal;
}
.trallala2 a:hover{
	color: #000000;
	font-size: 12px;
	font-style: bold;
}

.linje1 {
	background-color: #CCCCCC;
}

.linje1 a {
	color: #553F00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #553F00;
}
.linje2 a {
	color: #553F00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #553F00;
}

.linje1 a:hover {
	color: #D40000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}
.linje2 a:hover {
	color: #D40000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

