﻿/* CSS FOR MATOPPSKRIFT.NO */
/* HER FINNER DU ALLE CSS FOR MATOPPSKRIFT.NO.  
   ENDRINGER I DETTE DOKUMENTET GJØR ENDRINGER 	PÅ HELE HJEMMESIDEN. 
*/

/* HSCROLLBAR */
/* Her kan du bestemme fargene og utseende på scrollbarene, ikke sikker på hvilken browsere den fungerer */
body { scrollbar-face-color: #ffffff; scrollbar-shadow-color: #000000; scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #445555; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #000000; 
margin-bottom : 0px; margin-left : 0px; margin-right : 0px; margin-top : 0px; marginheight : 0px; marginwidth: 0px; topmargin: 0px; 
leftmargin: 0px; rightmargin: 0px; bottommargin: 0px; font-family: verdana,Geneva,Helvetica,sans-serif; font-size: 10pt; }

/* PEKERE */
a { color: #000000; text-decoration: none; font-family: Verdana,Geneva,Helvetica,sans-serif;}
a.bold {
	color: #996633;
	text-decoration: none;
	font-family: Verdana,Geneva,Helvetica,sans-serif;
}

a:hover	{text-decoration:none;}	
a:active {text-decoration:none;}

 
/* BOKSTAVER */
/* Setter fontstørrelse og fonttype for hele hjemmesiden. */
font { font-size: 10pt; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; }

/* BLOCKQUOTE  */
/* Drar inn alle tekst som er omringet av BLOCKQUOTE 10px fra høyre og venstre. */
.blockquote1 {
	margin-left:30px;
	margin-right: 0px;
	margin-top: 34px;
}
.blockquote2 {
	margin-right: 0px;
	margin-left: 27px;
}

/* -------- BOX    */
/* Kan brukes i alle inputform og send knapp for form */
.box { font-size: 10pt; font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; color: black; background-color: #FFFFFF; 
BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; }

/* -------- ALLE STORE TABELLER SOM INNEHOLDER MANGE OPPTELLINGER    */
/* Brukes i topp linjen overfor hovedteksten sammen med MAIN LINJE */

/*Setter størrelsen og font type for all text i alle tabeller.*/
td {
	font-size: 10pt;
	font-family: Verdana,Geneva,Helvetica,sans-serif;
	margin-left: 26px;
}

.border { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; padding: 10px 10px 10px 10px;}

.border1 { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 0px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: 0px; margin-top: 3px;}

.border2 { BORDER-RIGHT: black 1px solid; BORDER-TOP: 2px; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 0px solid;}

/* Brukes rundt bilder på forsider, lager ramme og marginer*/
.image2 { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; margin-top: -8px; margin-bottom 3px; margin-right: 5px; margin-left: 5px; }

/* Brukes rundt bilder i artikler, lager ramme*/
.image { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; margin-top: 3px; margin-bottom: 0px; margin-right: 5px; margin-left: 3px; }


p { margin-bottom: 0 }
h2, h3, h4, h5, h6 { margin-bottom: 0; font-size: 9pt; }
h1 { color: #000000; margin-bottom: 6 }
h2 { color: rgb(102,102,0);}
h3 { color: rgb(102,0,0); }
h4 {
	color: #996633;
	font-style: normal;
}
h5 { color: rgb(0,0,0); }
h6 { color: rgb(102,0,102); }

                       
/* Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good one is www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.*/

/* Font settings -- change your font, colour, alignment etc.  Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.*/
.lowText { text-decoration: none; color: #000000; font: 12px Verdana, Arial, Helvetica; text-align: left }
.highText { text-decoration: none; color: #000000; font: 12px Verdana, Arial, Helvetica; text-align: left }

/* Borders used by some items */
.itemBorder { border: 1px solid #666666 }
.itemBorderBlank { border: 1px solid #CCCCDD }

/* The "button" demo menu styles, as used by the "File-Reopen" menu */
.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }

#logo {
		background-image: url(gfx/side/ferdig-mano-logo.jpg);
		width: 780px;
		height: 550px;
		
	}
	
.links {
	font-weight: normal;
	text-decoration: none;
	color: #996633;
	font-size: 9px;
	}

