/* Her settes style for atiklene*/
.PS_Main
{
	font-family: arial;
	font-size: 11.5px;
	color: #5d5d5d;
	padding: 10px;
	padding-right: 260px;
}

/**************************************
		   HOVEDTITTEL START
**************************************/

/* Denne er hovedtittel */
.PS_HeaderViewer
{
	font-family: arial;
	font-size: 13px;
	color: #002d62;
	font-weight: bold;
	padding-bottom: 6px;
}

/* Header ved listing av artikler */
a.PS_Tittel:link, a.PS_Tittel:visited
{
	font-family: arial;
	font-size: 13px;
	color: #002d62;
	text-decoration: none;
	padding-bottom: 0px;
}

/* Header ved listing av artikler ved mus over */
a.PS_Tittel:hover
{
	text-decoration: none;
}
/**************************************
		   HOVEDTITTEL SLUTT
**************************************/

/**************************************
		   INGRESS START
**************************************/

/* Denne er vanlig ingress */
.PS_Ingress
{
	font-family: arial;
	font-size: 12px;
	color: #5d5d5d;
	font-weight: normal;
	line-height: 15px;
}

/* Denne er ingress ved listing av artikler */
.PS_Ingress_Liten
{
	font-family: arial;
	font-size: 11px;
	color: #5d5d5d;
	padding-bottom: 20px;
	line-height: 15px;
}
/**************************************
		   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: arial;
	font-size: 11px;
	color: #00000;
	line-height: 14px;
}

/* Gjestebok,mailadd,mailmessage */
.PS_Text
{
	font-family: arial;
	font-size: 11px;
	color: #00000;
	line-height: 14px;
}

/* Denne definerer vanlig linker */
a:link, a:visited
{
	font-family: arial;
	font-size: 11px;
	color: #00000;
	line-height: 14px;
	text-decoration: underline;
}

/* Mus over link */
a:hover
{
	text-decoration: underline;
}
/**************************************
		   HOVEDTEKST SLUTT
**************************************/

/**************************************
		   ANNET START
**************************************/

/* Alle tekster i kontaktskjema */
.PS_TextHeader
{
	font-family: arial;
	font-size: 12px;
	color: #5d5d5d;
	font-weight: normal;
}

/* Denne er for visning av dato */
.PS_Date
{
	font-family: arial;
	font-size: 10px;
	font-style: italic;
}

/* Gjestebok skillelinje */
hr.PS_line
{
	color: #008082;
	background-color: #008082;
	height: 1px;
	border: dashed;
}

/* 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-family: 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: Black;
	scrollbar-track-color: Black;
	scrollbar-face-color: #c4c2ba;
	scrollbar-base-color: #c4c2ba;
	scrollbar-shadow-color: #c4c2ba;
	scrollbar-darkshadow-color: #c4c2ba;
}

/*******************************************
		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;
}

