html {
    height: 101%;
}
body {
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
}
a {
    color: black;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
a:link, a:visited {
    color: black;
}
a.blue-link, a.blue-link:link, a.blue-link:visited {
    color: #163188;
}
h1, h2 {
    font-size: 15px;
    color: #163188;
    margin-top: 3px;
    padding: 0;
}
h3 {
    text-align: center;
    font-size: 14pt;
}
div#popup-content {
    color: #000;
    padding: 10px;
    width: 90%;
    margin: 10px;
    border: 1px solid #163188;
}
div#popup-content h2 {
    color: #000;
}
div#popup-content input, div#popup-content textarea {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.menu-button {
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;
    padding-left: 10px;
    color: #ffffff;
    font-family: Verdana;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    border-top: 1px solid #a8a3cf;
    border-bottom: 1px solid #a8a3cf;
    border-right: 1px solid #a8a3cf;
    border-left: 1px solid #a8a3cf;
}
.menu-button a, .menu-button a:link, .menu-button a:visited {
    position: relative;
    top: 3px;
    text-decoration: none;
    color: #ffffff;
}
.menu-column > .menu-button a, .menu-column > .menu-button a:link, .menu-column > .menu-button a:visited {
    top: 1px;
}
.menu-button-active {
    background-color: #fff;
    color: #163188;
    border-top: 1px solid #928dc5;
    border-bottom: 1px solid #928dc5;
    border-right: 1px solid #a8a3cf;
    border-left: 1px solid #a8a3cf;
}   
.menu-button-active a, .menu-button-active a:link, .menu-button-active a:visited {
    text-decoration: none;
    color: #163188;
}
.menu-caret {
     width: 20px;
     height: 20px;
}
#menu-item-1 {
    border-top: 1px solid #a8a3cf;
}
.top-logo-column {
    width: 200px;
}
.top-title-column {
    width: 780px;
    height: 107px;
}
.menu-column {
    width: 180px;
    height: 250px;
    background-color: #a8a3cf;
    border-bottom: 2px solid #928dc5;
    padding-top: 60px;
}
.content-column {
    width: 800px;
    background-color: white;
    color: black;
    padding: 5px;
    border-right: 2px solid #163188;
}
.top-content {
}
.admin-column {
    height: 329px;
}
.top-title {
    margin: auto;
}
td.top-title-center {
    background-color: #a8a8d4;
    width: 780px;
}
.main-table {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 85px;
}
.clickPath {
    font-size: 11px;
    font-weight: bold;
    background-color: #6566AB;
    color: #fff;
    width: 575px;
    padding: 5px;
}
.countries {
    background-color: #6566AB;
    width: 200px;
    padding: 1px;
    padding-top: 4px;
    text-align: right;
}
img.flag {
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    margin-right: 5px;
}
#companyinfo-bar {
    background-color: #000000;
    color: #ffffff;
    font-size: 11px;
    padding: 3px;
    text-align: center;
}
#companyinfo-bar a {
    color: #ffffff;
    font-weight: bold;
}
.form-column {
    font-weight: bold;
}
input, textarea, select {
    border: 1px solid #95A2CC;
    background-color: #fff;
    color: black;
    padding-left: 2px;
}
select {
    padding-left: 0px;
}
select.wide-select {
    width: 250px;
}
.button {
    font-weight: bold;
    font-size: 10px;
    padding: 2px 3px 1px;
}
ul {
    margin-left: 0px;
    padding-left: 15px;
}
img.logo {
    border: 1px solid #000000;
}
.contact-type {
    font-family: Courier New;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
}
.news-date {
    text-align: right;
}
h2.news {
    margin-bottom: 0px;
}
p.error-text {
    border: 1px solid #000;
    padding: 5px;
    color: #dd0000;
    background-color: #fff;
}
th {
    text-align: left;
    border-bottom: 1px solid #fff;
}
tr.select-row {
    cursor: pointer;
}
tr.highlight * {
    cursor: pointer;
    background-color: #ffffff;
    color: #163188;
}
tr.highlight td {
    padding-left: 2px;
}
.index-content {
    position: relative;
    width: 700px;
}
.left-address {
    position: absolute;
    left: 140px;
    top: 335px;
}
.right-address {
    position: absolute;
    left: 446px;
    top: 335px;
}
.menu-indent {
    padding-left: 20px;
    font-size: 10px;
}

h2.title
{
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

h2.title a,
    h2.title a:link,
    h2.title a:visited,
    h2.title a:active
{
    color: #163188;
}

.action-column {
    background-color: #ffffff;
    color: #000;
    padding-left: 3px;
}
.action-column img {
    border: none;
}
input.topSpace, textarea.topSpace, img.topSpace {
    margin-top: 2px;
}
img.topSpace {
    position: relative;
    top: 2px;
}
input.checkbox {
    border: none;
    background-color: transparent;
}

ul.leveringen-producten
{
    list-style-type: none;
}

li.leveringen-product
{
    margin-top: 20px;
    clear: both;
}

div.leveringen-product-image
{
    width: 120px;
    float: left;
    margin-right: 20px;
}

div.leveringen-product-info
{
    margin-left: 140px;
}

tr.sep {
    height: 1px;
    background-color: #fff;
}
td.sep {
    font-size: 0px;
    padding: 0px;
}
a img {
    border:none;
}

p.leveringBlock {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.productGroup {
    width: 150px;
    margin-right: 20px;
    height: 200px;
    float: left;
}

div.productGroup img.productGroupImage {
    width: 150px;
    height: 150px;
    border: 1px solid #163188;
}

h2.productGroupTitle {
    font-size: 13px;
    text-align: center;
    margin: 0;
}

div.productgroups {
    margin: auto;
    width: 680px;
}