BODY
/* Dette er globale innstillinger for siden */
{
    background-color: #363636;
    font-family: verdana;
    font-weight: normal;
    font-size: 10px;
    color: #000;
		margin: 0; 
		margin-top:10px;
		background-color: #c8c8c8;
		background-image:url(/konfig/background.gif);
		background-position:top;
		background-repeat:repeat-x;
}
/* Global innstilling for lenker på siden */
A
{
    font-family: verdana;
    font-weight: normal;
    font-size: 10pt;
    color: black;
    text-decoration: none;
}
/* Global innstilling for besøkte lenker på siden */
A:visited
{
    color: #000000;
    text-decoration: none;
}
/* Global innstilling for aktiv lenke på siden */
A:active
{
    color: #000000;
    text-decoration: underline;
}
/* Global innstilling for når man fører muspeker over lenker på siden */
A:hover
{
    color: #000000;
    text-decoration: underline;
}
hr {
	color: #ddd;
	/*background-color: #f00;*/
	height: 1px;
}
#ueno {
	position:absolute;
	right:0px;
	bottom:1px;
	z-index:2;
	width:12px;
	}	
/* Meny
#hovedmeny
{
    font-family: verdana;
		text-decoration: underline;
    font-size: 11px;
    color: #fff;
    margin-right: 0px;
    }
/* Innstilling for "les mer"-linken */
#hovedmeny a
{
    font-family: verdana;
    text-decoration: underline;
    font-size: 11px;
    color: #fff;
    margin-right: 0px;
}
/* Innstilling for utseende på les mer-link når muspeker føres over teksten */
#hovedmeny a:visited
{
    font-family: verdana;
    text-decoration: underline;
    font-size: 11px;
    color: #fff;
    margin-right: 0px;
}
#hovedmeny a:hover
{
    text-decoration: underline;
    color: #fff;
    margin-right: 0px;
}
/* Innstillinger for forfatterlenken	
/* Global innstilling for "les mer"-linken */
.lesmertekst
{
    font-family: verdana;
		text-decoration: underline;
    font-size: 11px;
    color: #044ea3;
    margin-right: 0px;
    }
/* Innstilling for "les mer"-linken */
.lesmertekst a
{
    font-family: verdana;
    text-decoration: underline;
    font-size: 11px;
    color: #044ea3;
    margin-right: 0px;
}
/* Innstilling for utseende på les mer-link når muspeker føres over teksten */
.lesmertekst a:visited
{
    font-family: verdana;
    text-decoration: underline;
    font-size: 11px;
    color: #044ea3;
    margin-right: 0px;
}
.lesmertekst a:hover
{
    text-decoration: underline;
    color: #044ea3;
    margin-right: 0px;
}
/* Innstillinger for forfatterlenken
#forfatter
{
    font-family: verdana;
    font-size: 8px;
    color: #2c2c2c;
}
#forfatter p
{
    font-family: verdana;
    font-size: 8px;
    color: #2c2c2c;
}
#forfatter a
{
    font-family: verdana;
    text-decoration: underline;
    font-size: 8px;
    color: #2c2c2c;
}
#forfatter a:visited
{
    font-family: verdana;
    text-decoration: underline;
    color: #2c2c2c;
}
#forfatter a:hover
{
    text-decoration: underline;
    color: #2c2c2c;
}
/* Innstillinger for hele venstre-feltet */
#venstre
{
    
    left: 0px;
    width: 130px;
    top: 269px;
    background: #ffffff;
}
/* Innstilling for underkategorier */
#subkategorier 
{
    font-family: verdana;
        font-size: 8px;
        font-color: #f9c379;
        margin:7px 0px 7px 0px;
        font-weight: none;

}
/* Innstilling for underkategorier */
#submenyer a {
    font-family: verdana;
        font-size: 8px;
        font-color: #f9c379;
        margin:5px 0px 7px 0px;
        font-weight: none;

}
/* Innstilling for underkategorier, når muspeker føres over */
#submenyer a:hover {
    font-family: verdana;
        font-size: 9px;
        font-color: #f9c379;
        margin:5px 0px 7px 0px;
        font-weight: none;
text-decoration: underline;
}
/* Innstilling for overskrift */
.overskrift_forside
{
    color: #000080;
    font-face: verdana;
    font-weight: bold;
    font-size: 16px;
}
.overskrift
{
    color: #800000;
    font-face: verdana;
    font-weight: bold;
    font-size: 16px;
		text-decoration: underline;
}
.overskrift h1
{
		color: #800000;
		font-face: verdana;
		font-weight: bold;
		font-size: 16px;
		text-decoration: underline;
}
/* Innstilling for overskrift med lenke */
.overskrift a
{
    color: #2c2c2c;
    font-face: verdana;
    font-weight: bold;
    font-size: 16px;
    margin-left: 0px;
}
.overskrift a:visited
{
    color: #2c2c2c;
    font-face: verdana;
    font-weight: bold;
    font-size: 16px;
    margin-left: 0px;
}
/* Innstilling for overskrift med lenke, når muspeker føres over */
.overskrift a:hover
{
    color: #044ea3;
    text-decoration: underline;
}
/* Innstilling for artikkeltekst */
#artikkelskrift
{
    color: #000000;
    font-face: verdana;
    font-weight: normal;
    font-size: 12px;
    margin: 0px 0px 20px 0px;
}
#artikkelskrift h1
{
    color: #000000;
    font-face: verdana;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 0px 0px;
}
#artikkelskrift p
{
    color: #000000;
    font-face: verdana;
    font-weight: normal;
    font-size: 12px;
    /*margin: 0px 0px 5px 0px;*/
}
/* Innstilling for lenker i artikkeltekst */
#artikkelskrift a
{
    color: #800000;
    font-face: verdana;
    font-weight: normal;
    font-size: 12px;
    margin-left: 0px;
}
/* Innstilling for lenker i artikkeltekst, når muspeker føres over teksten */
#artikkelskrift a:hover
{
    text-decoration: underline;
    color: #ff0000;
}
#artikkelskrift a:visited
{
    text-decoration: none;
    color: #800000;
}
/* Innstilling for publiseringsdato */
.kategoriartikkeldato
{
    color: #000000;
    font-face: verdana;
    font-weight: normal;
    font-size: 9px;
    margin-left: 5px;
}
/* Innstilling for feltet til høyre */
#hoyre
{
    
    right: 0px;
    width: 125px;
    top: 269px;
    font-family: verdana;
    font-size: 10px;
    font-color: #000000;
    /*background: #f8ecce;*/
}
/* Innstilling for feltet FØR KATEGORIER til venstre */
#preleft
{
    font-family: verdana;
    font-weight: normal;
    font-size: 10px;
}
/* Innstilling for feltet ETTER KATEGORIER til venstre */
#postleft
{
    font-family: verdana;
    font-weight: normal;
    font-size: 10px;
}
/* Innstilling for feltet FØR SISTE ARTIKLER til venstre */
#preright
{
    font-family: verdana;
    font-weight: normal;
    font-size: 10px;
}
/* Innstilling for feltet ETTER SISTE ARTIKLER til venstre */
#postright
{
    font-family: verdana;
    font-weight: normal;
    font-size: 10px;
}
td.hoved a
{
    font-face: verdana;
    font-weight: normal;
    font-size: 12px;
    color: #696969;
    text-decoration: none;
}
td.hoved a:visited
{
		color: #800000;
}
td.hoved a:hover
{
		text-decoration: underline;
}