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


#hoyre h1,
#venstre h1 {
	background-color:#069;
	color:#FFFFFF;
	margin: 0px;
	display:block;
	border-bottom-width: 0px;		
}
#hoyre h2,
#venstre h2 {
	text-indent:4px;
	margin: 0px;
	display:block;
}


img {
	border:0;
}






/* Hovedtekster */

h1 {
	font-size: 16pt;
	font-weight: bold;
	margin:5px 0px 10px 5px;	
}
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;
}

/* RESULTAT */
table.resultat {
	font-family: trebuchet ms, arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border-spacing: 0px;
	border-collapse: collapse;	
	vertical-align: top;
	width:100%;
	empty-cells: show;
}
table.resultat caption {
	text-align: left;
	font-size: 11px; 
	line-height: 14px;
	font-weight: bold; 
	margin:0px 0px 3px 0px;
}
table.resultat summary {
	display:none;
}
table.resultat th {
	border-bottom:1px solid #D4D0C8;
	color: #707070;
	text-align: left;
	font-weight: normal;
	text-indent: 5px;
}
table.resultat td {
	border-bottom:1px solid #D4D0C8;
	font-family: arial;
	padding: 0px;
	text-indent: 5px;	
}
table.resultat td.done,
table.resultat td.done a:visited,
table.resultat td.done a {
	/* Terminliste */
	color:#999;
}
table.resultat td.done a:hover {
	/* Terminliste */
	color: #F03; 
	text-decoration: underline
}
table.resultat tr.ruled {
	background:#E6F1F7;
}
table.resultat tr.down {
	background:#E6F1F7;
}
/* Opera hack */
table.resultat head:first-child+body tr.ruled {
	background: #F5F5F5;
}
table.resultat thead { 
	display: table-header-group;
}
table.resultat tfoot {
	display: table-footer-group;
}

table.resultat a:visited {  
	color: #800080; 
	text-decoration: none
}
table.resultat a {  
	color: #00E;
	text-decoration: none
}

table.resultat a:hover {
	color: #F03; 
	text-decoration: underline
}
table.resultat input {
	/* Hidden */
	border-width:0px;
	border-style: solid;
	border-color:#000;
}





/* 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;
}



/* Forms */
#gb input,
select,
textarea {
	margin-left: 10px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 13px;
}

#gb label {
	margin: 0;
	display: block;
	text-align: right;
	float: left;
}
#gb div {
	margin-bottom: 5px;
}
#gb div.radio p {
	margin: 0;
	display: block;
	width: 100px;
	text-align: right;
	float: left;
}

#gb div.radio label {
	text-align: left;
	margin-left: 100px;
	width: auto;
	float: none;
}
#gb form {
	margin:2px;
}
#gb h2 {
	margin-top:8px;
}
#gb ul {
	margin:0;
	padding:0;
}
#gb li {
	display:inline;
}
div.online-p label {
	width:30px;
}


div.toppliste {
	width:100%;
	display:block;
	margin-bottom:10px;
}
div.toppliste div {
	width: 33%;
	float:left;
}
div.toppliste div.two {
	width: 50%;
}
div.two + div.two {
	width: 50%;
}
div.toppliste div table.resultat {
	width: 90%;
}
div.toppliste div.two table.resultat {
	width: 90%;
}
div.toppliste div.two div {
	width: 100%;
}

/*----------------------------------------------------------*/
.lres,
.lres ul{
	padding: 0;
	margin: 0;
	margin-top:10px;
	list-style: none;
	width:155px;
	float:right;
	font-size: 13px;
	border: 1px solid #000;
			
}
.lres li {
	position : relative;
	float : right;
	line-height:150%;
	width: 155px;
}
.lres li ul li {
	padding-left:15px;
	background-color:none;
}
.lres li a {
	text-decoration: none;
	padding-left: 10px;
	width:145px;
	w\idth : 145px;
	display:block;
	border-bottom: 1px solid #FFF;
}
.lres li ul li a {
	width:140px;
	w\idth :140px;
	
}
.lres li a:link, 
.lres li a:visited	{ 
	color: #000; 
	background-color:#b2cae2;
	text-decoration:none;	
}

.lres li a:hover {
	color: #FFF; 
	background-color:#4964cd;
	text-decoration:none;
	display:block;
}

.meny2 li a:link { 
	background-color:#4964cd;
	color: #FFF; 
}
.meny2 li a:visited { 
	color: #FFF; 
	text-decoration:none;
	background-color:#4964cd;		
}
.meny2 li a:hover {
	background-color:#b2cae2;
	text-decoration:none;
}