body { 
        background-color: #cfcfcf;
        
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        
        text-align: center;      
}


#content {
        background-color: white;
        
        text-align: left;
        
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;       
    
        padding-top: 5px;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        
        border-style: none;
        
        width: 875px;
}

#menu-spalte {
        padding: 0px;
        margin-bottom: 14px;
        border-style: none;
        width: 130px;
        float: left;
        text-align: center;
}

#tekst-spalte {
        padding: 25px;
        border-style: none;
        width: 520px;
        position: relative;
        float: left;
}

#billed-spalte {
        padding: 0px;
        border-style: none;
        width: 175px;
        height: 570px;
        float: right;
}

#footer {
        border-style: solid;
        border-width: 1px;
        padding: 2px;
        clear: both;
        text-align: center;
        font-family: ariel, sans-serif;
        font-size: 75%;     
}

#billedtekst {
        padding: 5px;
        font-style: italic;
        text-align: left;
        width: 450px;
}

a.menulink {
        margin-top: 8px;
        margin-left: 7px;
        margin-right: auto;
        margin-bottom: 0px;
        
        padding-top: 2px;
        padding-bottom 2px;
        padding-left: 2px;
        padding-left: 2px;
        
        width: 110px;
        border-style: outset;
        border-width: thick;
        border-color: #33cc66;
        
        text-align: center;
        text-decoration: none;
        font-family: arial, sans-serif;
        font-variant: small-caps;
        font-weight: normal;
        font-size: 95%;
        
        background-color: #33cc66;
        color: white;
        
        float: left;
}

a.sprogmenu {
        text-decoration: none;
        color: black;
}

span.errormsg {
        color: red;
}

span.firmanavn {
        color: #33cc66;
        font-size: 150%;
}

div.textblok {
        padding-left: 30px;
}

a.submenu {
        padding: 3px;
        padding-bottom: 3px;
        background-color: white;
        border-width: 1px;
        border-color: gray;
        border-top-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: hidden;
        color: black;
        font-family: arial|sans-serif;
        font-size: 80%;
        text-decoration: none;
        text-transform: capitalize;
        z-index: 1;
}

a.dennesubmenu {
        padding: 3px;
        padding-bottom: 3px;
        background-color: gray;
        border-width: 1px;
        border-color: gray;
        border-top-style: solid;
        border-left-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        color: white;
        font-family: arial|sans-serif;
        font-size: 80%;
        text-decoration: none;
        text-transform: capitalize;
        z-index: 3;
}

#menulinie {
        margin-top: 2px;
        background-color: gray;
        width: 100%;
        height: 6px;
        z-index: 2;
}

