/**************************************
			PUBLISOFT
**************************************/

/* Her settes style for artiklene*/
.PS_Main 
{
	padding: 10px;
}

/**************************************
		   HOVEDTITTEL START
**************************************/

/* Denne er hovedtittel */
.PS_HeaderViewer
{
	font-family : Verdana;
	font-size: 20px;
	color: black;
	font-weight : bold;
}

/* Header ved listing av artikler */
a.PS_Tittel:link, a.PS_Tittel:visited
{
	font-family : Verdana;
	font-size: 20px;
	color: black;
	font-weight : bold;
}

/* 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 : Verdana;
	font-size : 13px;
	color: black;
	font-weight : bold;
}

/* Denne er ingress ved listing av artikler */
.PS_Ingress_Liten
{
	font-family : Verdana;
	font-size : 13px;
	color: black;
	font-weight : bold;
}
/**************************************
		   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: Verdana;
	font-size: 12px;
	color: black;
}

/* Tekst inne i tabell i en artikkel */
TD
{
	font-family : Verdana;
	font-size: 12px;
	color: black;
}

/* Gjestebok,mailadd,mailmessage */
.PS_Text 
{
	font-family : Verdana;
	font-size: 12px;
	color : black;
}

/* Denne definerer vanlig linker */
a:link, a:visited
{
	font-family : Verdana;
	text-decoration : none;
	color: blue;
}

/* Mus over link */
a:hover{
	text-decoration : underline;
}
/**************************************
		   HOVEDTEKST SLUTT
**************************************/

/**************************************
		   ANNET START
**************************************/

/* Alle tekster i kontaktskjema */
.PS_TextHeader 
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
	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 : 10px Verdana;
	text-decoration : none;
}

/* Powered by Publisoft link */
a.PS_Powered:hover
{
	text-decoration : underline;
}
/**************************************
		   ANNET SLUTT
**************************************/

/* Farger på scrollbar */
Body {
	scrollbar-arrow-color: #d2c6b6;
	scrollbar-track-color: bl#d2c6b6ue;
	scrollbar-face-color: white;
	scrollbar-base-color: #d2c6b6;
	scrollbar-shadow-color: #d2c6b6;
	scrollbar-darkshadow-color: #d2c6b6;
}

/*******************************************
		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;	
}

















/* Denne er hoved element for vanlig tekst - overstyrer PS_Body sin teskt type og størrelse */
.PS_TD {
	font-family : Verdana;
	font-size: 12px;
	color : black;
}

/* Denne er hoved element for vanlig tekst - overstyrer PS_Body sin teskt type og størrelse */
.PS_Text {
	font-family : Verdana;
	font-size: 12px;
	color : black;
}

/* Denne er hoved element for vanlig tekst - overstyrer PS_Body sin teskt type og størrelse */
.PS_TextHeader {
	font-family : Verdana;
	font-size: 15px;
	color: black;
	font-weight : bold;
}
