﻿/* DETTE ER EN TEST _ DENNE FILEN ER SHELVET */

@font-face {
    font-family: 'GillSans';
    src: url('Fonts/gillsansmtstd-light-webfont.eot');
    src: local('☺'), url('Fonts/gillsansmtstd-light-webfont.woff') format('woff'), url('Fonts/gillsansmtstd-light-webfont.ttf') format('truetype'), url('Fonts/gillsansmtstd-light-webfont.svg#webfontSjTzxgLg') format('svg');
    font-weight: normal;
    font-style: normal;
    }

* {
    margin: 0;
    padding: 0;
    }

body {
    font-family: "Trebuchet MS", Sans-Serif;
    font-size: 13px;
    color: #786860;
    }
    
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #ed1a3b;
    }
    
h1 {
    color: #ed1a3b;
    font-size: 18px;
    padding: 5px 0px 10px 0px;
    }
    
h2 {
    color: #726660;
    font-size: 18px;
    }
    
h3, h3 a { font-size: 15px; }

h3 a:hover {
    color: #017fbb;
    text-decoration: none;
    }
    
h4 {
    color: #666666;
    font-size: 16px;
    }
    
p {
    line-height: 18px;
    padding-bottom: 15px;
    }
    
ul, ol, li { margin-left: 15px; }

ul, ol { margin-bottom: 10px; }

img { border: 0px; }

a, a:visited {
    color: #000;
    cursor: pointer;
    text-decoration: underlines;
    }
    
a:hover { text-decoration: none; }

fieldset { border: 0px; }

textarea { overflow: auto; }

.clear, .Clear { clear: both; }

.ingress { font-weight: bold; }

table td { vertical-align: top; }
