* {
padding:0;
margin:0 auto;
border:none;
outline:none;

}
body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 line-height: 1.3em;
}
h2 {
    font-size: 2em;
    padding:10px;
    padding-left:3px;
}
#wrapper {
    padding:2px;
    margin:4px;
    padding-left:3px;
    float: left;
}
#lesonal {
float: right;
background: white;
}
#meny {
    background-color: #6699ff;
    min-height: 40px;
    padding:8px;
    border-bottom: 0.5px solid #aeaeae; 
    background-image: url('bilxtra.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 0%;
}
#meny .meny-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}
#meny .meny-valg {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
}
.switch-link {
    color: #003399;
    background: rgba(255,255,255,0.92);
    border: 1px solid #c7d6ff;
    font-weight: bold;
    padding: 6px 10px;
    margin-left: auto;
    margin-right: 115px;
}
.switch-link:hover {
    color: #cc0000;
    text-decoration: none;
}
select {
    color: black;
    background-color: white;
    border: 1px double #99ccff;
    margin:10px 0;
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
    
}
#autodata {
    background: white;
    width: 400px;
    border: 1px solid #cccc99;
    height: 110px;
}
#autodata .beskjed {
    font-weight: bold;
    background: #ffffcc;
    border-bottom: 1px solid #cccc99;
    text-align: center;
    border-right: 1px solid #cccc99;
    width: 100px;
    margin: 0px;
    padding: 2px;
}
#autodata .tekst {
    font-family: verdana;
    font-size: 12px;
}
a { text-decoration: none; color: blue; }

a:visited {
    color: blue;
}
a:hover {
    color: red;
    text-decoration: underline;
}
