
/*
==================================================================================================================================
 																CSS --- www.webgen.no
Produsert av TAR Data AS @ 2007
Produced by TAR Data AS  @ 2007 

Alle rettigheter tilhører TAR Data AS og er beskyttet under lov om opphavsrett.
All rights reserved to TAR Data AS and is protected by copyright laws.

Kontakt post@tardata.no ved spørsmål.
Contact post@tardata.no with questions.

==================================================================================================================================
*/

/*
==============================
STD
==============================
*/
body 
{

		padding-top:					0;
		padding-right:					0;
		padding-bottom:					0;
		padding-left:					0;
		margin:							0;
		background-color:				#343131;

}

p
{
		margin-top:						0px;
}

.formstyle 
		{  
			font-size: 			12px; 
			color: 				#000000; 
			BORDER: 			#003366 1PX SOLID;
			Background-image: 	url(../wggfx/formstyle.jpg);
		}

/*
==============================
OVERSKRIFTER
==============================
*/


.sideoverskrift1
{
		font-family:   				arial;
		font-size: 					22px;
		color: 						#0D65AF;
		font-weight:				bold;
		letter-spacing:				3px;
		display:					inline;
}

.sideoverskrift2
{
		font-family:   				verdana;
		font-size: 					12px;
		color: 						#053A66;
		font-weight:				bold;
		letter-spacing:				1px;
		display:					inline;
}
.sideoverskrift2_s
{
		font-family:   				verdana;
		font-size: 					14px;
		color: 						#053A66;
		font-weight:				bold;
		letter-spacing:				1px;
		display:					inline;
}


/*
==============================
TEKST
==============================
*/

.tekst1
{
		font-family:   				arial;
		font-size: 					11px;
		color: 						#0D65AF;
		padding-left:				10px;
		margin-left:				10px;
		margin-top:					4px;
}
.tekst2
{
		font-family:   				arial;
		font-size: 					11px;
		color: 						#0D65AF;
}
.tekst3
{
		font-family:   				arial;
		font-size: 					13px;
		color: 						#0D65AF;
}
.tekst_oransje
{
		font-family:   				arial;
		font-size: 					15px;
		color: 						#ff6d00;
		font-weight:				bold;
}

.tekst_oransje_small
{
		font-family:   				arial;
		font-size: 					9px;
		color: 						#ff6d00;
		font-weight:				normal;
}

.tekstalene
{
		font-family:   				arial;
		font-size: 					11px;
		color: 						#0D65AF;
		padding-left:				10px;
		margin-left:				10px;
		padding-right:				10px;
		margin-right:				10px;
		padding-top:				10px;
}


/*
==============================
MENY
==============================
*/

.meny
{
		font-family:   				verdana;
		font-size: 					12px;
		color: 						#030303;
		font-weight:				bold;
		padding-left:				15px;
		padding-bottom:				3px;
		height:						35px;
		border-bottom:				#333333 1px solid;
		vertical-align:				bottom;

}

.meny a
{
		text-decoration:			none;
		color: 						#030303;
}

.meny a:hover
{
		text-decoration:			none;
		color: 						#0D65AF;		

}
.meny_valgt
{
		font-family:   				verdana;
		font-size: 					12px;
		color: 						#030303;
		font-weight:				bold;
		padding-left:				15px;
		padding-bottom:				3px;
		height:						35px;
		border-bottom:				#333333 1px solid;
		vertical-align:				bottom;

}

.meny_valgt a
{
		text-decoration:			none;
		color: 						#0D65AF;

}

.meny_valgt a:hover
{
		text-decoration:			none;
		color: 						#030303;

}

