body {
    background: #EAE9E8;
    color: #000000;
    margin: 0px;
    font-family: Verdana;
    padding:0px;
    margin: 0px;
    font-size: 12px;
}

h1 {
    font-family: Calibri;
    font-size: 24px;
}

a {  color: #000; text-decoration: none}
a:hover {  color: #003399; text-decoration: underline}


.content_small {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000}

    
#page {

    margin: 100px auto 0px auto;
    width: 780px;
    height: 420px;
    /*overflow: hidden;*/
    background: url(img/background.jpg) no-repeat #FFF;
}

#meny {
    margin: 64px 0px 0px 0px;
    float: right;

 }
 
#meny ul {
    list-style: none;
    text-transform: uppercase;
}

#meny li {
    float: left;
    margin: 0px 0px 0px 0px;
    color: #FFF;
    font-size: 10px;
    width: 104px;
    /*border: 1px solid #ff0000;*/
    text-align: center;
    font-weight: bold;
}

#meny li a {
    text-decoration: none;
    color: #FFF;
}

#meny li a:hover {
    text-decoration: underline;
}
    
#content {
        clear: both;
        padding: 20px 20px 0px 300px;
        overflow: auto;
        height: 300px;
}
 
.kontakt {
    float: left;
    display: block;
    width: 200px;
}    

#footer {
    margin: 0px auto;
    width: 700px;

 }

    
#startbox li a:hover {
    color: #003399;
    text-decoration: none;
}
