
        b { font-weight: bold; }
        
        img { border: 0; }

        body {
                font-family: verdana;
                font-size: 70%;
        }

        h2 {
                color: #336666;
                font-size: 140%;
                /* font-style: italic; */
        }

        h3 {
                color: #336666;
                font-size: 120%;
                font-style: bold;
                margin: 1em 0 0.1em 0;
        }

        h4 {
                color: black;
                font-size: 100%;
                font-style: bold;
                margin: 1em 0 0.1em 0;
        }

        .content {
                position: absolute;
                top: 90px;
                left: 210px;
                width: 400px;
                padding: 5 5 5 5;
        }
        .content p {
                margin: 0.5em 0 1em 0;
        }


        .content form {
                background: #D9ECEC;
                border: solid 1px #336666;
                line-height: 1.2em;
        }

        .content form p {
                padding: 10px 10px 10px 10px;
        }

        .banner {
                position: absolute;
                left: 10px;
                top: 10px;
                width: 190px;
                height: 80px;

                background: white;
                margin: 0 0 0 0;
                padding: 0;
        }

        .banner1 {
                position: absolute;
                background: white;
                left: 210px;
                top: 30px;
                height: 40px;
        }

        .leftpic {
                position: absolute;
                top: 95px;
                left: 10px;
                background: white;
                color: black;
                border: none;
        }

        .rightpic {
                position: absolute;
                top: 95px;
                left: 630px;
                background: white;
                color: black;
                border: none;
        }

        .menu {
                position: absolute;
                top: 95px;
                left: 10px;
                width: 180px;
                background: #D9ECEC;
                color: black;
                border: dashed 1px #336666;
        }

        .menu ul { 
                color: #336666;
                list-style-type: none;
                line-height: 1.3em;
                margin: 0 0 0 0px;
                padding: 10px 5px 10px 10px;
        }

        .menu ul ul {
                margin: 0 0 0 15px;
                padding: 0 0 0 0;
        }        

        .menu a {
                color: #336666;
                text-decoration: none;
        }

        .menu a:hover { 
                color: black;
                text-decoration: underline;
        }
        

        .faktaruta {
                float : right;
                background: #99CCCC;
                width: 300px;
                padding: 7 10 10 10;
                margin: 0 0 10 10;

        }
        
        #left {
                float: left;
                margin: 5px 10px 5px 0px;
        }

        .c0 { color: #CCFFFF; }
        .c1 { color: #99CCCC; }
        .c2 { color: #669999; }
        .c3 { color: #336666; }
        .c4 { color: #003333; }


