body {
	text-align:center;
	/*background-color: #F0F8FD;*/
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
    background-attachment: fixed;	
	font-family: Times New Roman,Arial,Helvetica, sans-serif;
	font-size: 16px;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
/*	scrollbar-arrow-color: #cccccc;  
	scrollbar-base-color: #111111; 
	scrollbar-face-color: #777777; 
	scrollbar-highlight-color: #eeeeee; 
	scrollbar-shadow-color: #333333; */
}
	
#framework {
	background: #ececec;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
}
	
#navigation {
	margin-top:0;
	width:144px;
	padding:0px;
	padding-top: 10px;
	float:left;
	background:white;;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	bottom: 300px;

	font-weight: normal;
	font-size: 13px;
	color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	
	
}
	
#maincontent {
	margin-top:0;
	width:458px;
	padding: 10px;
	float: left;
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	min-height: 300px;
}
.windowcontent{
	border: 3px solid #0855DD;
	padding-top:0px;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin: 0px;
	background-color: #E5ECFF;
	margin-bottom: 10px;
}
.windowtopbar{
	position: relative;
	top: 0px;
	height: 22px;
	border: 1px solid black;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

	color: white;
	padding: 0;
	background: url(/images/bar_background.png);
}
#maincontent h1
{
	font-size: larger;
	margin-bottom: 0;
	padding-bottom: 5px;
}

#maincontent h1 p
{
	text-align:center;
	margin-top: 0;
	padding-top: 0;
}

#maincontent h2
{
	font-size: medium;
}	


#secondary {
	margin-top:0;	
	padding: 0px;	
	position: relative;
	width:164px;
	padding: 5px;	
	padding-top: 10px;
	background-color: white;
	float:left;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
	
#header {
	margin-bottom: 0;
	padding: 2px;
	height: 125px;
	padding-top: 20px;
	border: 1px solid black;
	background-image: url(/images/top_background_test.jpeg);
}


#top_hr {
	background: url(/images/hr_background.gif);
	margin-top:0;
	padding-top:0;
	height: 45px;
	text-align: right;
	padding:0px;
	clear: both;
	border-bottom: 1px solid black;
}

#top_hr img{
	position: relative;
	top: 15px;
}


#footer{
	width: 100%;
	color: white;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: #0358EC;
	clear: both;
}

#loginbox{
	text-align: center;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 118px;
}

#logo {
  padding-left: 15px;
}

#bannercode 
{
	position: relative;
	left: 320px;
	text-align: right;
	display: inline;
	
}
.simpleheading 
{
	font-weight: bold;	
}

/* menyer */

.menuheading{
	padding-left: 10px;
	background: #0358EC;
	color: white;
}

.menuitem a:link, a:visited, a:active {
	color: #808080;
	text-decoration: none;
	background-color: transparent;
}

.menuitem a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #eeeeee;
}

.menuitem{
	padding-left: 14px;
	position: relative;
	/*width: 156px;*/
	background: white;
	border: 1px solid #C0C0C0;
/*	font-weight: bold;
	text-decoration: none;*/

	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;

}
.menuitem a{
	color: black;
}
.menuitem img{
	height: 17px;
	width: 17px;
}


/* Slutt menyer */

input #submitbutton{
	border: 1px dashed green;
}

.feature_text{
	margin-left: 25px;
}
.windowcontent h2{
	color: #104B85;
}
/* Lister */


.main
{
	
	list-style-image: url(/images/red_bullet.gif);
}

.underlist
{
	list-style-type: none;
	list-style-image: none;
}


li span
{
	color: #104B85;	
	font-weight:bold;
}

#faqlist li 
{
	list-style-image: none;
	list-style-type: decimal;	
}
.terms li{
	 list-style-image: none;
	list-style-type: decimal;	
}

/* slutt lister */


