﻿body
{
    font-family: Arial, Sans-Serif;
    color: #666666;
    margin: 0;
    text-align: center;
}

h1
{
    margin-top: 0px; 
}

h2
{
    margin-top: 0px; 
}

h3
{
   margin-top: 0px; 
}

div#main
{
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    margin: auto;
    position: relative;
    text-align: left;
    width: 1006px;    
}

img#mainHeader
{
    display: block;    
}

div#logo
{
	background-image:url('Images/logo.png');
	display:block;
	height:180px;
	left:11px;
	position:absolute;
	top:33px;
	width:157px;
}

div#logo h1
{
    display: none;    
}

div#bgLeft
{
    background-image: url(Images/bg-left1.png);
    background-repeat:repeat-y;
    margin: auto;
    width: 100%;
}

div#bgRight
{
    background-image: url(Images/bg-right2.png);
    background-repeat:repeat-y;
    background-position: right;
    margin: auto;
    min-height: 600px;
    width: 100%;
}

div#left
{
    float: left;
    padding: 120px 0px 25px 0px;
    width: 167px;
}

div#center
{
    float: left;
    width: 628px;
}

div#right
{
    float: right;
    font-size: 11px;
    line-height: 11px;
    width: 211px;
}

div#footer
{
    background-image: url(Images/bg-bottom-bar.gif);
    background-repeat: no-repeat;    
    clear: both;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.clearBoth
{
    clear: both;
    height: 0px;
}

div.topOverall
{
    background-image: url(Images/flag-all.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 130px;
    margin: 15px 0 0 0;
    padding: 0px 0px 0px 0px;
}

div.topOverall h2
{
    background-image: url(Images/no/top5-totalt.jpg);
    background-repeat: no-repeat;
    height: 23px;
    margin-bottom: 5px;
    width: 100%;
}

div.topNorway
{
    background-image: url(Images/flag-no.png);
    background-position: right;
    background-repeat: no-repeat;
    margin: 15px 0 0 0;
    height: 130px;
    padding: 0px 0px 0px 0px;
}

div.topNorway h2
{
    background-image: url(Images/no/top5-norge.jpg);
    background-repeat: no-repeat;
    height: 23px;
    margin-bottom: 5px;
    width: 100%;
}

div.topDenmark
{
    background-image: url(Images/flag-dk.png);
    background-position: right;
    background-repeat: no-repeat;   
    margin: 15px 0 0 0;
    height: 130px;
    padding: 0px 0px 0px 0px;
}

div.topDenmark h2
{
    background-image: url(Images/no/top5-danmark.jpg);
    background-repeat: no-repeat;
    height: 23px;
    margin-bottom: 5px;
    width: 100%;
}

div.topSweden
{
    background-image: url(Images/flag-se.png);
    background-position: right;
    background-repeat: no-repeat;
    margin: 15px 0 0 0;
    height: 130px;
    padding: 0px 0px 0px 0px;
}

div.topSweden h2
{
    background-image: url(Images/no/top5-sverige.jpg);
    background-repeat: no-repeat;
    height: 23px;
    margin-bottom: 5px;
    width: 100%;
}

p.response
{
    color: red;    
}

.registerForm 
{

}

.registerForm label
{
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: right;
    width: 100px; 
}

.registerInput
{
    float: left;
    margin-bottom: 5px;
}

.registerForm br
{
    clear: both;    
}

.scoreTable
{
    margin: 0 0 5px 15px;
}

.noBorder
{
    border-width: 0px;
}

.challengeBox
{
    background-image: url(Images/no/forjener-du-forerkortet.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 30px 280px 30px 30px; 
}

div#frontBox
{
    margin: 30px 30px 30px 30px;
}

div#registerBox
{
    margin: 30px 30px 30px 30px;
}

div#testBox
{
    margin: 30px 30px 30px 30px;
}

.resultLink
{    
    color: #333;
    margin-left: 15px;
}

#results
{
	background: url('/App_Themes/Default/Images/flag-big-no.png');
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 300px;	
	padding:20px;	
}

#results h1
{
	color:#000000;	
}

#results .PageNavigationContainer
{
	width: 70%;			
}

#results .PageNavigation
{
	color: #666666;
	font-size:11px;	
	text-decoration: none;	
	
}

#results .PageNavigationSeperator
{
	color: #666666;
	font-size:11px;	
	padding-left: 2px;
	padding-right: 2px;	
}

#results table
{
	width:70%;	
}
#results table td
{
	color: #000000;
	font-size:12px;	
}
.userFocus td
{
	font-weight:bold;	
}

.position
{
	text-align:right;	
}

img.frontTeaser
{
    float: right;    
}

p.info
{
    color: #666;    
    font-size: 10px;
    font-style: italic;
}

.toFrontpage
{
    padding-left: 10px;    
}

.nyhetsBrev input
{
    float: left;    
}

.nyhetsBrev label
{
    display: inline;
    text-align: left;
    width: 400px;
}