
body {
	padding:0;
	margin: 0;	
	background-color:#eee;
	font-family: tahoma;
	font-size: 11px;
	line-height: 150%;
}

#container {
	width: 970px;
	margin: 5px auto;
	background-color: #fff;
	color: #000;
	border: 1px solid gray;
	display:block;	
}

#topp {
	padding: .5em;
	padding-bottom:0;
	border-bottom: 1px solid gray;
	height:55px;
	display:block;
	
}

#midt {
	float: left;
	left:0px;
	width:640px;
	margin: 0;
	padding: 1em;
}

#hoyre2 {
	margin-left: 660px;
	display:block;
}
#bunn
{
clear: both;
margin: 0;
padding: .5em;
}


#content h2 { margin: 0 0 .5em 0; }
img {
	border:0;
}


div.foot {
	width:100%;
	
	margin-bottom:10px;

}
div.foot div {
	width: 25%;
	float:left;
}
div.foot div.two {
	width: 50%;
}
div.two + div.two {
	width: 50%;
}
div.foot div table.resultat {
	width: 90%;
}
div.foot div.two table.resultat {
	width: 90%;
}
div.foot div.two div {
	width: 100%;
}
div.foot div div {
	width: 100%;
}


div.meny {
	width:90%;
	font-size: 14px;
	letter-spacing:1px;		
}
.meny ul{
	margin-top:5px;
	padding: 0px 0;
	margin-left: 5px;
	line-height:normal;
}
.meny li {
	list-style: none;
	margin: 0;
	display: inline;
}
.meny li a {
	padding: 3px 0.7em;
	margin-left: 0px;
	background: none;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 11px;
}
.meny li a:link { 
	color: #FFF; 
}
.meny li a:visited { 
	color: #FFF; 
	text-decoration:none;	
}
.meny li a:hover {
	background-color:#4964cd;
	text-decoration:none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 200px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 12px;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 200px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

/* HEADING */
h1 {
	font-size: 16pt;
	font-weight: bold;
	margin:5px 0px 10px 5px;	
}
#midt h1 {
	font-family: Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-weight: 200;
	font-size: 20pt;
	line-heigh:22pt;
	display:block;
}
h2 {
	font-size: 11px; 
	line-height: 14px;
	font-weight: bold; 
	margin:0px 0px 3px 0px;
	padding:0px;
	
}
h3 {
	font-size: 11px;
	font-weight: bold;	
	margin:5px 0px 0px 0px;		
}
h4 {
	font-size: 10pt;
	font-weight: normal;	
	margin:5px 0px 0px 0px;	
}

h2.over {
  	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	font-size: 1.6em;
	line-height:1.6em;
	border-bottom:1px solid #D4D0C8;
	text-indent: 5pt;
	margin:0px 0px 10px 5px;
	font-weight:normal;
}

/* Spesiellt */
p {
	margin:0px 5px 15px 5px;
}

/* BOX på fremsiden - lager */
.f-b {
	float:right;
	display:block;
	width:100px;
	padding-left:20px;
	margin-right:10px;
	margin-bottom:20px;
	text-align:right
}
div.f-b ul {
	margin: 5px 0;
	padding: 0;
}
div.f-b ul li {
	padding-left:5px;;
	list-style: none;
	font-weight:bold
}
div.f-b ul li ul {
	margin: 0px 0;
	padding: 0;
}
div.f-b ul li ul li {
	padding-left:5px;
	list-style: none;
	font-weight:normal;
}
.f-c {
	width:140px;
	padding-left:10px;
	padding-right:10px;	
	margin-right:10px;
	margin-left:5px;	
	margin-bottom:20px;
	border:1px dotted #000;
	text-align:center;
}
.f-c ul {
	text-align:left;
}
.f-c h2 {
	border-bottom:1px solid #000;
}
/* ------------------TEAM------------------ */

#topp {
	background-color:#5A8EE7;
	background: url(topp.gif) repeat-x bottom left;	
} 

/*--------------- 1 -----------------*/

/* overskrifter */
h1 {
	color:#C00;
}
h2.over {
	color: #369;
	border-bottom-color: #369;
}
a.linkhide:link,
a.linkhide:visited {
	color: #b2cae2;
	text-decoration: none
}
a.linkhide:hover {
	color: #F03; 
	text-decoration: underline
}
#topp h1,
#topp h1 a:link,
#topp h1 a:visited {
	color:#FFF;
	text-decoration: none;
}
#topp h1 a:hover {
	color: #375b7f; 
}

/* BOX fremside lager */
.f-b {
	color:#999;
}
.f-c {
	color:#000; !important;
	border-color:#000;
}
.f-c h2 {
	border-bottom-color:#000;
}


