﻿.kantlinje {    border: #FF6600; 
                        border-style: solid; 
                        border-top-width: 1px; 
                        border-right-width: 1px; 
                        border-bottom-width: 1px; 
                        border-left-width: 1px;
        }  
        .kantlinje2 {   border: #FF6600; 
                        border-style: solid; 
                        border-top-width: 1px; 
                        border-right-width: 1px; 
                        border-bottom-width: 0px; 
                        border-left-width: 1px;
        }
        
        .linje      {   border: #FF6600; 
                        border-style: solid; 
                        border-top-width: 1px; 
                        border-right-width: 0px; 
                        border-bottom-width: 0px; 
                        border-left-width: 0px;
        }
        
        h1 {            font-family: verdana;
                        font-size: 12pt;
                        font-weight: bold;
                        color:#000000;
                         }
                         
        h2 {            font-family: verdana;
                        font-size: 11pt;
                        font-weight: bold;
                        color:#000000;
                         }
                         
        .mellanrubrik { font-family: verdana;
                        font-size: 10pt;
                        font-weight: bold;
                        color: #000000;
                        }                
                        
        .link {         color: #000000;
                        font-weight: bold;
                        font-family: verdana;
                        font-style: underline;
                        }  
                        
       .scrollbox {

                        padding-left: 0px; 
                        padding-right:22px; 
                        height: 400px;
                        width: 500px;
                        border: 0px solid #ffffff;
                        overflow: auto; 

                        }                        
       body {
                        scrollbar-face-color: #ffffff;
                        scrollbar-highlight-color: #ffffff;
                        scrollbar-shadow-color: #ffffff;
                        scrollbar-3dlight-color: #cccccc;
                        scrollbar-arrow-color: #cccccc;
                        scrollbar-track-color: #ffffff;
                        scrollbar-darkshadow-color: #cccccc;
                        }
                        
                        
        
        #menu ul{
                font-family: Verdana, Sans-Serif;
                font-size: 12px;
                font-weight: bold;
                margin: 0;
                padding: 0;
                list-style: none;
            }
            
       #menu>ul>li {
                display: block;
                position: relative;
                float: left;
            }
       #menu li ul {
                display: none;
            }
       #menu ul li a {
                display: block;
                text-decoration: none;
                color: #ffffff;
                border: 2px solid #FF6600;
                padding: 5px 15px 5px 15px;
                background: #FF6600;
                margin-left: 1px;
                white-space: nowrap;
            }
       #menu ul li a:hover {
            background: #ffffff;
            color:#000000;
            }
       #menu li:hover ul {
                display: block;
                position: absolute;
            }
       #menu li:hover li {
                float: none;
                font-size: 12px;
            }
       #menu li:hover a { background: #ffffff; }
       #menu li:hover li a:hover {
                background: #FF6600;
            }