.header1 {
    width: 100%;
    position: fixed;
    margin: auto;
    padding: 20px;
    top: 0px;
    text-align: center;
    color: rgb(250, 250, 250);
    font-size: 1.7em;
    text-shadow: 2px 2px rgb(44, 44, 44);
    background-color: #223A5E;
    z-index: 2;
}

.header2 {
    width: 100%;
    position: fixed;
    margin: auto;
    padding: 0px;
    top: 50px;
    color: rgb(250, 250, 250);
    font-size: 1em;
    text-align: center;
    text-shadow: 0px 0px rgb(44, 44, 44);
    background-color: #223A5E;
    z-index: 3;
}

.header3 {
    width: 100%;
    position: fixed;
    margin: auto;
    padding: 10px;
    top: 72px;
    background-color: #223A5E;
    z-index: 2;
    display: block;
    -webkit-box-shadow: 0px 0px 0px 1px #000000;
    -moz-box-shadow: 0px 0px 0px 1px #000000;
    box-shadow: 2px 3px 3px 0px #000000;
}

.bodycenter {
    width: 60%;
    margin: auto;
    padding: 3px;
    position: absolute;
    top: 125px;
    left: 20%;
    right: 20%;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 15px;
    font-weight: normal;
}

h2 {
    color: #223A5E;
    font-size: 1.6em;
    text-shadow: 0.5px 1px rgb(44, 44, 44);
}       

h3 {
    color: rgb(0, 0, 0);
    font-size: 1em;
    text-shadow: 0.5px 0px rgb(44, 44, 44);
}       

.mark {
    background: rgb(255, 255, 230);
    padding: 4px; 
    margin: 6px;
}

#red {
    color: red;
    font-family: "Courier New", Courier, monospace;
    font-size: 0.8em;
}

#rot {
    writing-mode: vertical-rl;
}

#tableleverwijze {
    font-size: 0.9em;            
}


.tabledeliverymethod{
    font-family: "arial", Courier, monospace;
    font-size: 0.9em;
    border-width: thin;
    padding-top: 5px;
}

.tdmrow1 {
    text-align: left;
    vertical-align: bottom;
    color: #FDFEFE;
    background-color: #002060;
    padding: 15px;
}

.tdmrow2 {
    text-align: left;
    vertical-align: bottom;
    color: #FDFEFE;
    background-color: #5D6D7E;
    padding: 15px;
}

.tdmrow3 {
    text-align: left;
    vertical-align: bottom;
    color: #1B2631;
    background-color: #AEB6BF;
    padding: 15px;
}

.tdmrow4 {
    text-align: left;
    vertical-align: bottom;
    color: #1B2631;
    background-color: #EBEDEF;
    padding: 15px;
}

.white {
    background-color: white;
    border: 0px;
}

.center {
    text-align: center;
}



/* unvisited link */
a:link {
    color: #223A5E;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #004B8D;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #D2691E;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #D2691E;
    text-decoration: none;        
}          



table#t01 {
    width: 80%;
    font-size: 0.8em;				
    color: rgb(80, 80, 80);
    background-color: rgb(250, 250, 250);
}

table#t02 {
    width: 80%;
    font-size: 0.8em;				
    color: rgb(80, 80, 80);
    background-color: rgb(250, 250, 250);
}



.dropdownb {
    display: floating-block;
    float: left;
    width: 150px;
    height: 1px;
    margin: 1px;
    border: 0px;
    text-align: center;
    background-color: #223A5E;
    color: rgb(250, 250, 250);
    font-size: 1em; 
    padding: 16px; 
    border: none;
    cursor: pointer;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    z-index: 4;   
}

.dropdown {
    position: relative;
    display: inline-block;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    background-color: #223A5E;
    color: rgb(250, 250, 250);   
}

.dropdown-content {
    display: none;
    position: absolute; 
    background-color: #f9f9f9;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    min-width: 160px;                                      
    z-index: 5;
}

.dropdown-content a {
    color: black; 
    padding: 6px 16px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.dropdown:hover .dropdown-content {
    display: block;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.dropdown:hover .dropdownb {
    background-color: #223A5E;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


a.unlink:visited {color:inherit;}
.unlink {text-decoration: none;}


.inlinecolour {
    color: rgb(255, 157, 0);
}


.gototop {
    position: fixed;
    bottom: 10%;
    right: 10%;
    background-color: #223A5E;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    z-index: 6;
}

.gototop:hover {
    position: fixed;
    bottom: 10%;
    right: 10%;
    background-color: #D2691E;
    border: none;
    color: white;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    z-index: 6;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}



.imgBox { width: 600px; height: 200px; background: url (dropship.jpg) no-repeat; } .imgBox:hover { -moz-box-shadow: 0 0 40px #ccc; -webkit-box-shadow: 0 0 40px #ccc; box-shadow: 0 0 40px #ccc; } - See more at: http://www.corelangs.com/css/box/hover.html#sthash.X2HXCchs.dpuf
