﻿/* Generell formattering */
body 
{
	font-family: Tahoma, Arial;
	font-size: 12pt;
	/*line-height:10pt;*/
	word-spacing: -0.03em;
		
	margin-top: 0px;
	margin-left: 0px;
	 }

/* Tekst*/

h1
{	
	font-family: arial; 
	font-size: 1.7em;
	font-weight: bold;
	color:#010101; 

}
h2
{	
	font-family: arial;
	font-size: 1.3em; 
	font-weight: bold; 

}

/*Linker*/

/*Lister*/
.navbarTab
{
/*	background-image: url(/images/fane.png);*/
	background-repeat: no-repeat;
	height: 42px;
	width: 97px;
	margin-right: 1px;
	padding-top:20px;
}

#NavBar
{    
	width:1000px;
	float:left;
	/*border:solid 1px silver;*/
	height: 42px;
	margin-left: 20px;
}

#NavBar .DefaultNode, #NavBar .SelectedNode
{
	float: left;
	list-style-type: none;
	font-family: Arial;
	font-size:9pt;
	font-weight: bold;
	color: #4D4D4B;
}

ul
{
	padding:0;
	margin:0;
}

li {
	font-size:1.0em;
	margin: 0px;
	padding: 0px;
}



IMG
{
	border:0;
}

/* Forms */

form{
	margin: 0;
	padding: 0;
}


#search .searchtext {
	width:70px;
	height: 16px;
	font-size: 11px;
	border: 1px solid;
}

#search .searchbutton {
	width: 5px;
	height: 9px;
}


/* Divs */

#global 
{
	/*margin-top: 10px;*/
	background-repeat:no-repeat;	
	width:1000px;
	border:solid 1px;
	float:left;
}

#top 
{
	background:url(/images/head.png) ;
	width:1000px;
	height:60px;
			
}
#WebPath
{
	margin-left:15px;
}
#Language
{
	width:1000px;
	text-align:right;
	margin-top:15px;
	margin-right:15px;
}

#logo {
	position:relative;
	float:left;
    width: 334px;
	height: 55px;
}
 

#main 
{
	width:100%;
	float:left;	
	text-align:left;
}

#left
{	
	width:160px;
	float:left;
}

#search {
	float:right;
	margin-top: 34px;
}

#content 
{	
    
	width:640px;
	padding: 0px 10px 10px 10px;	
}

#right
{	
    
	width:340px;
	float:right;
}
.wrapper 
{
    float:left;
    text-align:center;
	width: 1000px;
	margin-left:30px;
}
#bottom 
{	/*float:left;	*/
	/*vertical-align: bottom;*/
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	width: 1000px;
	border-top: 1px solid #C4C3C2;
}


/*Menyene */

.Errormsg
{
	color: Red;
	}
	
	.Col
	{
	    width:300px;
		margin: 5px;
		float:left;

		}
.Cols
	{
		padding-left:5px;
		padding-right:5px;

		
		}
		
		