/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 10px;
	background-image: url(images/hhtbak.jpg);
	word-spacing: normal;
	text-transform: none;
	background-repeat: repeat;
	font-family: Verdana;
	letter-spacing: normal;
	background-color: white;

	scrollbar-base-color : #AAAAAA;
	scrollbar-arrow-color : #000000;
	scrollbar-3dlight-color : #4A556B;
	scrollbar-darkshadow-color : #CFCFCF;
	scrollbar-face-color : #505050;
	scrollbar-highlight-color : #717171;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color : #AAAAAA;


}

/********Bakgrunnsfarge til Nyheter #CECFD0; **********/

/***************************/
/******* Controls **********/
td.banner
{
	background-position: right top;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}


/****** Controls slutt******/
/***************************/


/****************************/
/******* TD Tagger **********/

.bakgrunn
{
	background-position: right bottom;
	font-weight: normal;
	background-image: url(images/noter.jpg);
	background-repeat: no-repeat;
}

.hovedtekst /*Brukes der det er brødtekst*/
{
	font-weight: normal;
	font-size: 12px;
	color: #301e34;
	font-family: Verdana;
}

TD.bunn
{
	background-position: left bottom;
	font-weight: normal;
	font-size: 10px;
	background-image: url(images/bunn.jpg);
	color: dimgray;
	background-repeat: no-repeat;
	font-family: Verdana;
}

TD.nav
{
	background-position: left top;
	font-weight: normal;
	font-size: 10px;
	background-image: url(knapper/nav.jpg);
	color: dimgray;
	background-repeat: repeat-y;
	font-family: Verdana;
}

.tdstripe
{
	background-position: right top;
	background-image: url(bilder/prikk2.jpg);
	background-repeat: repeat-y;
}

TD.tdnyhetv
{
	background-position: left top;
	background-image: url(nyheter/v_side.jpg);
	background-repeat: repeat-y;
}

TD.tdnyheth
{
	background-position: right top;
	background-image: url(nyheter/h_side.jpg);
	background-repeat: repeat-y;
}

.overskrift
{
	font-weight: bold;
	font-size: 12px;
	color: dimgray;
	font-family: Verdana;
}


TD.toppnav
{
	background-position: right top;
	background-image: url(images/banner2.jpg);
	background-repeat: no-repeat;
}

TD.toppbanner
{
	background-position: right top;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

TD.navtopp
{
	background-position: left top;
	background-image: url(../knapper/navtopp.jpg);
	background-repeat: no-repeat;
}

.nyhet
{
	font-weight: normal;
	font-size: 12px;
	color: dimgray;
	font-family: Verdana;
}

.seref
{
	font-weight: normal;
	font-size: 10px;
	color: #301e34;
	font-family: Verdana;
}

.serefs
{
	font-weight: normal;
	font-size: 10px;
	color: darkred;
	font-family: Verdana;
}

.seurl
{
	font-size: 10px;
	color: #301e34;
	font-family: Verdana;
}

.firma
{
	font-weight: bold;
	font-size: 12px;
	color: #181f36;
	font-family: Verdana;
}

.pris
{
	font-size: 10px;
	color: maroon;
	font-family: Verdana;
}

.produkt
{
	font-size: 10px;
	color: dimgray;
	font-family: Verdana;
}

TD.plan
{
	background-position: right bottom;
	font-weight: normal;
	background-image: url(bakgrunner/plan.jpg);
	background-repeat: no-repeat;
}

/********************************/
/******** Overskrifter **********/
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}
H1
{
	font-weight: bold;
	font-size: 18px;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana;
	letter-spacing: normal;
	text-decoration: none;
}

H2
{
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

/********************************/
/********** Tabeller ************/


TABLE.Rammetabell
{
	border-right: dimgray 2px solid;
	border-top: dimgray 2px solid;
	border-left: dimgray 2px solid;
	border-bottom: dimgray 2px solid;
	background-color: #ffffff;
}

TABLE.hoved /* Brukes som hovedtabell*/
{
	font-size: 10px;
	font-family: Verdana;
}

TABLE.prodtabell
{
	border-right: #447ea9 2px ridge;
	border-top: #447ea9 2px ridge;
	border-left: #447ea9 2px ridge;
	border-bottom: #447ea9 2px ridge;
}

TABLE.start
{
	border-right: #447ea9 1px ridge;
	border-top: #447ea9 1px ridge;
	font-size: 12px;
	border-left: #447ea9 1px ridge;
	border-bottom: #447ea9 1px ridge;
	font-family: Verdana;
}

TABLE.referanser
{
	border-right: 0px solid;
	border-top: 0px solid;
	font-size: 12px;
	border-left: 0px solid;
	border-bottom: 0px solid;
	background-color: transparent;
}



/********************************/
/********** Anker tagger ************/
A
{
	color: #666666;
	text-decoration: none;
}

A:hover
{
	color: darkgray;
	text-decoration: none;
}


/********************************/
/******* Bilder og Input ********/

IMG
{
	border-right: 0px solid;
	border-top: 0px solid;
	margin: 0px;
	border-left: 0px solid;
	border-bottom: 0px solid;
}




