/* HTML tags */
html {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    background-color: #ffffff

    scrollbar-3dlight-color:white;
    scrollbar-arrow-color:white;
    scrollbar-base-color:#D63000;
    scrollbar-darkshadow-color:gray;
    scrollbar-face-color:#D63000;
    scrollbar-highlight-color:white;
    scrollbar-shadow-color:white;
}

th {
    font-size: 10px;
    font-family: verdana,sans-serif,Arial;
}

img {
    border: 0;
}

p {
    color: black;
}


/* Container */
div#container {
    text-align: left;
    margin: 0 auto;
    width: 780px;
    height: 100%;
    position: relative;
}

* html div#container {
    overflow: hidden;
    padding: 150px 0 100px 0;
}

/* Header */
div#header {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

div#header p {
    float: left;
}

div#header div#subheader {
    float: left;
    background-image: url(image/top.gif);
    background-repeat: no-repeat;
    height: 150px;
    width: 570px;
}

div#subheader ul {
    margin-top: 40px;
}

div#subheader ul li {
    display: inline;
}


/* Menu */
div#submenu {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 210px;
    background-image: url(image/menu.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

div#submenu ul {
    margin: 220px 0 15px 0;
    padding: 0;
}

div#submenu ul li {
    list-style-type: none;
    padding: 7px 0 0 0;
    margin: 9px auto 0 15px;
    width: 114px;
    color: white;
    font-family: "Times New Roman";
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    font-style: italic;
}

* html div#submenu ul li {
}

div#submenu ul li a {
    display: block;
    line-height: 32px;
    background: url("image/menu/leeg.gif") top left no-repeat;
    width: 194px;
    text-decoration: none;
    color: white;
}

div#submenu ul li.current a,
div#submenu ul li a:hover,
div#submenu ul li a:active {
    background-image: url("image/menu/over.gif");
    font-family: "Times New Roman";
    font-size: 14px;
    font-weight: bold;
    color: #D63000;
}


/* Bovenste menu */
div#content_menu {
    margin: 0 30px 0 0;
    text-align: center;
}

div#content_menu a {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

div#content_menu ul li {
    display: inline;
    margin: 0 15px 0 15px;
}


/* Content */
div#content {
    width: 570px;
    background: url(image/text.gif);
    background-repeat: repeat-y;
    color: black;
    position: absolute;
    right: 0;
    top: 150px;
    bottom: 100px;
    overflow: auto;
}

* html div#content {
    position: relative;
    float: right;
    top: 0;
    bottom: 0;
    height: 100%;
}

div#content div#content_inner {
    padding: 0 40px 0 20px;
}


div#content a:link,
a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

div#content a:hover {
    color: gray;
    text-decoration: underline;
    font-weight: bold;
}



/* Adres */
div#adres a.adres,
div#adres a:link.adres,
div#adres a:visited.adres {
    font-size: 12px;
    color: gray;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
}

div#adres a:hover.adres {
    font-size: 12px;
    color: gray;
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
}

div#adres {
    font-size: 12px;
    font-family: Arial;
    color: gray;
    font-weight: bold;
    font-style: italic;
}


/* Footer */
div#footer {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 570px;
    height: 100px;
    background-image: url('image/bottom.gif');
    background-position: right bottom;
}

div#footer div#tijden {
    position: absolute;
    right: 60px;
    bottom: 20px;
}

fieldset.csc-mailform {
	border: 0;
}

fieldset.csc-mailform div.csc-mailform-field label{
	width: 80px;
	float: left;
}

fieldset.csc-mailform div.csc-mailform-field label{
	margin-bottom: 12px;
	width: 80px;
	float: left;
}

fieldset.csc-mailform input.csc-mailform-submit {
	margin-left: 80px;
}

div.csc-mailform-field{
	margin-bottom: 18px;
}