* {
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;
    height: 40px;
    padding:8px;
    border-bottom: 0.5px solid #aeaeae; 
    background-image: url('bilxtra.png');
    background-repeat: no-repeat;
    background-position: 98% 0%;
}
select {
    color: black;
    background-color: white;
    border: 1px double #99ccff;
    margin:10px;
    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;
}