body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #27328B url(/skin/page-bg.png) 50% 0 repeat-y;
    background-attachment: fixed;
}
div#page {
    position: relative;
    width: 778px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div#top {
    position: absolute;
    top: 0;
    left: 0;
    width: 778px;
    height: 118px;
    background-image: url('/skin/belko-header.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #FFF;
    vertical-align: bottom;
    text-align: right;
}
ul#banner {
    display: block;
    margin: 92px 0 0 170px;
    height: 22px;
    line-height: 120%;
    list-style: none;
    padding: 0;
}
ul#banner li {
    float: left;
}
#banner a {
    display: block;
    float: left;
    height: 18px;
    background: transparent url(/skin/banner.png) 0 0 repeat-x;
    text-align: center;
    color: #FFF;
    font-size: 10pt;
    text-decoration: none;
    padding: 3px 0 1px 0;
}
#banner a:hover, #banner a.active {
    background-image: url(/skin/bannerMO.png);
}
#banner a div {
    border-right: 1px solid #FFF;
    height: 17px;
    padding: 0 10px 0 10px;
    cursor: pointer;
}
/* IE SNAFU fix */
* html #banner a div {
    width: 40px;
}

div#left {
    position: absolute;
    top: 118px;
    left: 0;
    float: left;
    width: 170px;
/*    border-left: 2px solid #FFF;*/
    border: 0;
    text-align: left;
}

ul#mainnav {
    display: block;
    width: 170px;
    height: 42px;
    line-height: 120%;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 2px solid #FFF;
    background-color: #FF8600;
}
ul#mainnav li {
    float: left;
}
#mainnav a {
    display: block;
    float: left;
    height: 38px;
    width: 84px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 3px 0 1px 0;
}
#mainnav a:hover, #mainnav a.active {
    background: transparent url(/skin/mainnavMO.png) 0 0 repeat-x;
}
div#av {
    height: 31px;
    font-size: 9pt;
    border-right: 1px solid #FFF;
    padding-top: 5px;
}
div#news {
    height: 31px;
    font-size: 11pt;
    padding-top: 8px;
}
div.vspace {
    height: 100px;
}

ul#nav {
    display: block;
    width: 170px;
    line-height: 120%;
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 2px solid #FFF;
    background-color: #FF8600;
}
ul#nav a {
    display: block;
    background-color: #FF8600;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
}
ul#nav a:hover, ul#nav a.active {
    background: transparent url(/skin/mainnavMO.png) 0 100% repeat-x;
}
ul#nav a div {
    margin: 0 5px 0 30px;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #FFF;
}
* html #nav a div {
    width: 125px;
}

div#search {
    width: 140px;
    margin-top: 3px;
    padding: 0 0 4px 30px;
    background-color: #FF8600;
    color: #FFF;
}
div#search div#searchheader {
    font-weight: normal;
    font-size: 12pt;
}
div#search form {
    margin: 0;
    padding: 0;
}
div#search input {
    border-color: #000;
    border-style: solid;
    border-width: 0 0 1px 1px;
    width: 100px;
    color: #000;
    font-size: 10pt;
}

div#address {
    padding-left: 6px;
    margin-top: 10px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    color: #27328B;
}
div#address a {
    color: #27328B;
    text-decoration: none;
}
div#address a:hover {
    text-decoration: underline;
}

div#product {
    position: absolute;
    top: 118px;
    left: 171px;
    width: 129px;
    text-align: center;
}
div#product img {
    border: 0;
    margin: 10px 0 0 1px;
}

div#searchagain {
    margin: 10px 0 10px 0;
    padding: 5px;
    background-color: #FF8600;
    color: #FFF;
}
div#searchagain form {
    margin: 0;
}
div#searchagain input.searchText, div#searchagain select {
    border: 1px solid #FF8600;
}
div#searchagain input.searchSubmit {
    background-color: #FF8600;
    color: #FFF;
    border: 0;
    font-weight: bold;
    font-size: 100%;
}
div#searchagain input.searchSubmit:hover {
    background-image: url(/skin/bannerMO.png);
}
a.matchurl {
    font-size: 90%;
}
div#content {
    position: absolute;
    top: 118px;
/*    left: 305px;
    width: 460px;
*/
    left: 181px;
    width: 579px;
    padding: 10px 10px 20px 0;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10pt;
    color: #27328B;
}
div#content img {
    border: 0px;
}
div#content h1 {
    margin-bottom: 0;
    font-size: 130%;
    color: #FF8600;
}
div#content h2 {
    margin-bottom: 0;
    font-size: 110%;
    color: #FF8600;
}
div#content h3 {
    margin-bottom: 0;
    font-size: 100%;
    color: #FF8600;
}
div#content div {
    clear: both;
    margin-top: 0;
}
div#content img[align="left"] {
    margin: 0 5px 5px 0;
}
div#content img[align="right"] {
    margin: 0 0 5px 5px;
}
div#content a {
    color: #FF8600;
    font-weight: bold;
}
div#content ul {
    padding: 0;
    margin-left: 0;
    list-style: none;
}

input.form, textarea {
    border: 1px solid #FF8600;
    width: 100%;
}

}
div#contact {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 109px;
    background-image: url(contact/evertjan-final.jpg);
}

/*--- visitekaartje met effect ---*/
div.visitekaartje {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #FF8600;
    text-align: center;
}
div.visitekaartje div {
    width: 250px;
    height: 159px;
    margin: 0 auto;
    background-position: left top;
    background-repeat: no-repeat;
}
div.visitekaartje div:hover {
    background-position: left bottom;
}

/*--- file access ---*/
#login table {
    border-collapse: collapse;
    margin: 10px auto;
    border: 1px solid #27328B;
}
#login td {
    padding: 4px;
}
#login input[type="text"], #login input[type="password"] {
    border: 1px solid #27328B;
}
#login input[type="submit"] {
    border: 0;
    background: #FF8600;
    color: #FFF;
    font-weight: bold;
}
#userdata {
    text-align: right;
    border-bottom: 1px solid #27328B;
}

#upload table {
    border-collapse: collapse;
    width: 400px;
}
#upload td {
    padding: 4px;
}
#upload input[type="text"], #upload textarea {
    border: 1px solid #27328B;
}
#upload input[type="submit"] {
    border: 0;
    background: #FF8600;
    color: #FFF;
    font-weight: bold;
}

table.filelist {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
table.filelist th, table.filelist td {
    border: 1px solid #DDD;
    padding: 2px;
    font-size: 90%;
}
table.filelist th {
    background; #DDD;
}
div#content table.filelist a {
    font-weight: normal;
}
