/* Her settes style for artiklene*/
.PS_Main 
{
	font-family: Helvetica; 
	font-size: 13px;
	padding: 15px;
}
/**************************************
		   HOVEDTITTEL START
**************************************/

/* Denne er hovedtittel */
.PS_HeaderViewer
{
	font-family: Helvetica;
	font-size: 16px;
	padding-bottom: 4px;
	font-weight: normal;
	color : #414141;
}

/* Header ved listing av artikler */
a.PS_Tittel:link, a.PS_Tittel:visited
{
	font-family: Helvetica;
	font-size: 15px;
	padding-bottom: 4px;
	font-weight: normal;
	color : #414141;
	text-decoration : none;	
}

/* Header ved listing av artikler ved mus over */
a.PS_Tittel:hover
{
	text-decoration : underline;	
}
/**************************************
		   HOVEDTITTEL SLUTT
**************************************/

/**************************************
		   INGRESS START
**************************************/

/* Denne er vanlig ingress */
.PS_Ingress
{
	font-family: Helvetica;
	font-size : 12px;
	color: #414141;
	font-weight: normal;
}

/* Denne er ingress ved listing av artikler */
.PS_Ingress_Liten
{
	font-family: Helvetica;
	font-size : 11px;
	color: #414141;
	font-weight: normal;
	text-decoration : none;	
}
/**************************************
		   INGRESS SLUTT
**************************************/


/**************************************
		   HOVEDTEKST START
		(overstyrer PS_Body)
**************************************/
/* Disse bør være like: PS_TD, TD og PS_Text */

/* Denne er hovedelement for vanlig tekst */
.PS_TD 
{
font-family: Helvetica;
	font-size: 12px;
	color : #414141;
}

/* Tekst inne i tabell i en artikkel */
TD
{
	font-family: Helvetica;
	font-size: 12px;
	color : #414141;
}

/* Gjestebok,mailadd,mailmessage */
.PS_Text 
{
font-family: Helvetica;
	font-size: 12px;
	color : #414141;
}

/* Denne definerer vanlig linker */
a:link, a:visited
{
	font-family: Helvetica;
	font-size: 12px;
	text-decoration: none;
	color: #6F6F6F;
}

/* Mus over link */
a:hover{
	text-decoration : underline;
}
/**************************************
		   HOVEDTEKST SLUTT
**************************************/

/**************************************
		   ANNET START
**************************************/

/* Alle tekster i kontaktskjema */
.PS_TextHeader 
{
	font-family: Helvetica;
	font-size: 12px;
	/*font-weight: bold;*/
	color: #414141;
}

/* Denne er for visning av dato */
.PS_Date
{
	font-family : ITC arial;
	font-size : 10px;
	font-style : italic;
}

/* Gjestebok skillelinje */
hr.PS_line 
{
	border-style: solid none none none;
	border-width: thin;
	border-color: #a01d5e;
}

/* Powered by Publisoft tekst */
.PS_Powered
{
	font-family : Verdana;
	font-size : 10px;
	color: black;
}

/* Powered by Publisoft link */ 
a.PS_Powered:link, a.PS_Powered:visited
{
	font : 10px Verdana;
	text-decoration : none;
}

/* Powered by Publisoft link */
a.PS_Powered:hover
{
	text-decoration : underline;
}
/**************************************
		   ANNET SLUTT
**************************************/

/* Farger på scrollbar */
html{
	scrollbar-arrow-color: #c0c0c0;
	scrollbar-track-color: #c0c0c0;
	scrollbar-face-color: white;
	scrollbar-base-color: #c0c0c0;
	scrollbar-shadow-color: #c0c0c0;
	scrollbar-darkshadow-color: #c0c0c0;
}

/*******************************************
		Resten SKAL ikke forandres!
 *******************************************/
 
.PS_Green 
{
	font : 13px Verdana;
	color : Green;
}

.PS_Red 
{
	font : 13px Verdana;
	color : Red;
}

/* GALLERI */
/* Small thumbnail */
.img_tn_cntr_72 {height: 84px; vertical-align: middle; display: inline;}
/* Medium thumbnail */
.img_tn_cntr_144 {height: 156px; vertical-align: middle; display: inline;}
/* Large thumbnail */
.img_tn_cntr_288 {height: 300px; vertical-align: middle; display: inline;}
/* Ramme rundt thumbnail */
.img_tn {padding: 5px; border: 1px solid #c0c0c0; margin: 5px;}

/* Denne brukes kun for å vise handpekeren */
.PS_Pointer
{
	cursor: pointer;
}

/*******************************************
			Kanskje ikke i bruk!
*******************************************/

/* Er ikke sikker på om denne er i bruk */
a.PS_Tittel_Small:link, a.PS_Tittel_Small:visited
{
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	color: #404040;
}

/* Samme som over */
a.PS_Tittel_Small:hover{
	text-decoration : underline;	
}
