﻿/* her legges css klasser som skal være tilgjengelig i rad-editor */

body 
{
	margin:0;
	padding: 0px 0 0 0;
	/* background-color: #908680; */
	background-color: #6d6058;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
    color:#6d6058;
}

h1
{
    font-family: Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #908680;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}

h1 a:link, h1 a:active, h1 a:visited
{
    font-family: Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #908680;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    }
h1 a:hover
{
    font-family: Verdana;
    font-size: 20px;
    font-weight: normal;
    color: #908680;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    text-decoration: underline;
    }


a.forward:link, a.forward:visited, a.forward:hover, a.forward:active
{
    font-family: Arial;
    font-size: 12px;
    color: #660000;
    text-decoration: none;
    padding-left: 5px;
    background-image: url(images/forward.jpg);
    background-repeat: no-repeat;
    background-position: left 2px;
}

a.back:link, a.back:visited, a.back:hover, a.back:active
{
    font-family: Arial;
    font-size: 12px;
    color: #660000;
    text-decoration: none;
    padding-left: 5px;
    background-image: url(images/back.jpg);
    background-repeat: no-repeat;
    background-position: left 2px;
}



div.innhold a:active, div.innhold a:hover
{
    font-family: Arial;
    font-size: 12px;
    color: #660000;
    text-decoration: underline;
}