body, td, input, label, span, select, table, td {
    font: 13px Arial, 'Segoe UI', Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: #222;
}

    a:hover {
        color: #dd6600;
        text-decoration: none;
    }

select {
    min-height: 23px;
    -webkit-appearance: none; /* for � unng� runde knapper p� apple iPad */
    -moz-appearance: none; /*for mozilla*/
    padding: 0 4px;
    margin: 0 1px;
}

input[type=submit] { /*input [type=button],*/
    /*font-size: 14px;*/
    min-height: 24px;
    border: 1px solid #999;
    -webkit-appearance: none; /* for � unng� runde knapper p� apple iPad */
    -moz-appearance: none; /*for mozilla*/
}

    input[type=submit]:hover {
        /* font-size: 14px;*/
        background-color: #ddd;
        text-decoration: none;
    }

input[type=text] {
    border: 1px solid #aaa;
    margin: 0;
    padding: 0 4px;
    min-height: 20px;
    -webkit-appearance: none; /* for � unng� runde knapper p� apple iPad */
    -moz-appearance: none; /*for mozilla*/
}


.lgBtns {
    height: 80px;
    min-width: 80px;
    text-align: left;
}

.text_small {
    font: 12px Arial, Helvetica, sans-serif;
}

.ibsen18 {
    font: bold 18px Arial, Helvetica, sans-serif;
}

.tekst_orange {
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #FF6600;
}

.tekst_orange18 {
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #FF6600;
}

.courier12 {
    font: 12px "Courier New", Courier, mono;
}

.courier12Bold {
    font: bold 12px "Courier New", Courier, mono;
}

.rpColor1 {
    background-color: #ddd;
}

.rpColor2 {
    background-color: #f7f6f3;
}

.background1 { /*most windows*/
    background-color: wheat; /*#eee  wheat */
}

.background2 { /*top and bottom bar*/
    background-color: aquamarine; /*#f7f6f3*/
}

.footer1 {
    border: 0 none;
    height: 18px;
    white-space: nowrap;
}

.footerButtons {
    border: 0 none;
    background: transparent;
    font-weight: bold;
    height: 18px;
    white-space: nowrap;
}

.topMenu1 {
    padding: 14px;
    border: 1px solid #bbb;
    background: #ddd;
    font-weight: bold;
    white-space: nowrap;
    line-height: 22px;
}

#kunder {
    border-collapse: collapse;
    border: 0;
}

    #kunder td {
        text-align: left;
        white-space: nowrap;
        padding: 1px 4px;
    }

#ordrehode_outer {
    border: 1px solid #bbb;
    /*max-width: 980px;*/

    margin: 0 auto;
    padding: 8px 0;
}

#ordrehode {
    border: none;
    text-align: left;
    border-collapse: collapse;
}

    #ordrehode td {
        border: 0px solid transparent;
        padding: 1px 4px;
        white-space: nowrap;
    }


/* Kundevindu: */
.searchDiv {
    width: 99.0%;
    height: auto;
    padding: 6px;
    overflow: hidden;
    position: fixed;
    left: 0px;
    bottom: 152px;
    border: 0px solid #ddd;
    vertical-align: middle;
}

.footerDiv {
    width: 99.0%;
    height: 140px;
    padding: 6px;
    overflow: auto;
    position: fixed;
    left: 0px;
    bottom: 0px;
    border: 0px solid #ddd;
}
