/*
Site_id: 1
*/

html, body {
    background-color: ;
}

#contentmain {
    background-color: ;
}
#contentbanner {
    background-color: ;
}

img #content {
    margin: 5px;
}

#nav {
    background-color: #FFFFFF;

}

#header
{
    background-image: url('../include/images/header.jpg');
    height: 100px;
}

#footer {
    background-color: #BBBCB7 ;
}

html, body, table, tr, td, h, p {
    color: ;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

H1 {
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-bottom:0px;
    color: white;
    background: url(../include/images/h1_background.gif);
    font-weight:bold;
    font-size: 12px;
}

H2 {
    text-align: left;
    padding: 2px;
    margin-bottom:0px;
    background-color:;
    font-weight:bold;
    font-size: ;
}

H3 {
    text-align: left;
    padding: 2px;
    margin-bottom:0px;
    background-color:;
    font-weight:bold;
    font-size: ;
}

H4 {
    text-align: left;
    padding: 2px;
    margin-bottom:0px;
    background-color:;
    font-weight:bold;
    font-size: ;
}

.size8pt {font-size: 8pt}
.size10pt {font-size: 10pt}
.size12pt {font-size: 12pt}
.size14pt {font-size: 14pt}
.size16pt {font-size: 16pt}

.specialtext {
 font-color: aqua;
 font-size: 8pt;
}

contentmain th {
    background-color: #ff6600;
    background: url(../include/images/th_background.gif);
    font-color: red;
}

A:link {
    font-weight: normal;
    font-size: 10px;
    color: #000000;;
    text-decoration: underline;
}
A:visited {
    font-weight: normal;
    font-size: 10px;
    color: #000000;;
    text-decoration: underline;
}
A:hover {
    font-weight: normal;
    font-size: 10px;
    color: #000000;;
    text-decoration: underline;
}
A:active {
    font-weight: normal;
    font-size: 10px;
    color: #000000;;
    text-decoration: underline;
}

/* opmaak van standaard menu-items */
.menu A:link {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 10px;
}
.menu A:visited {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 10px;
}
.menu A:hover {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
    margin-right: 10px;
}
.menu A:active {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
    margin-right: 10px;
}

/* opmaak van actieve menu-items */
.menu_active A:link {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 10px;
}
.menu_active A:visited {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 10px;
}
.menu_active A:hover {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
    margin-right: 10px;
}
.menu_active A:active {
    font-weight: bold;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: underline;
    margin-right: 10px;
}


A.menugray:link {
    font-weight: normal;
    font-size: 10px;
    color: #b2b2b2;
    text-decoration: none;
}
A.menugray:visited {
    font-weight: normal;
    font-size: 10px;
    color: #b2b2b2;
    text-decoration: none;
}
A.menugray:hover {
    font-weight: normal;
    font-size: 10px;
    color: #b2b2b2;
    text-decoration: underline;
}
A.menugrey:active {
    font-weight: normal;
    font-size: 10px;
    color: #b2b2b2;
    text-decoration: underline;
}


.menu {
    width: 180px;
    height: 21px;
    background: url(../include/images/menu_item_background.gif);
    background-repeat: no-repeat;
    padding-bottom: 2px;

    text-align: right;
    font-family: Microsoft Sans Serif, Arial;
}
.menu_active {
    width: 180px;
    height: 21px;
    background: url(../include/images/menu_item_active_background.gif);
    background-repeat: no-repeat;
    padding-bottom: 2px;
    text-align: right;
    font-family: Microsoft Sans Serif, Arial;
}
.menu_sub {
    width: 180px;
    height: 21px;
    background: url(../include/images/menu_item_background.gif);
    background-repeat: no-repeat;
    padding-bottom: 2px;
    text-align: right;
    font-family: Microsoft Sans Serif, Arial;
}


#nav th {
    background: url(../include/images/menu_header_background.gif);
    width: 180px;
    height: 21px;
    font-family: Microsoft Sans Serif, Arial;
    color: #003A75;
}
#nav table {
    width: 180px;
    margin: 0px;
    padding: 0px;
}
#loginform {
    border-width: 1px;;
    border-style: solid;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
}
#poll {
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
}


span.menu
{
     font-weight: bold;
     color: #FFFFFF}

span.menugray {
    font-weight: bold;
    font-size: 10px;
    color: #b2b2b2;
    text-decoration: none;
}

span.cart
{
     color: #FFFFFF;
     font-size: 75%;

}

span.cartgray {
    color: #b2b2b2;
}

tr.cartborder td {
  border-top: 1px solid #FFFFFF;
}

/*overlib popup styles*/

table.olBgClass
{
    background-color: silver;
    border: 1px solid black;
    color: blue;
}

table.olFgClass
{
    background-color: white;
    border: 1px solid silver;
}

.olTextFontClass
{
    font-size: 10px;
    color: black;
}

.olCaptionFontClass
{
    font-size: 12px;
    color: black;
}

.olCloseFontClass
{
    font-size: 10px;
    font-weight: bold;
    color: black;
}

table.jobs
{
    border: 1pt solid silver;
    font-size: 10px;
}

.even
{
    font-size: 10px;
    background-color: #F7F7F7;
}
.odd
{
    background-color: #E3E9F0;
    font-size: 10px;
}

div#specialtext
{
    color: #003A75;
}

th.header
{
    font-size: 12px;
    font-weight: normal;
    background: url(../include/images/th_background.gif);
}

hr
{
    color: lightblue;
}

th.header_job
{
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #FFFFFF;
    background-color: #003A75;
}

th.header_nostyle
{
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #000000;
    background-color: #FFFFFF;
}

textarea.styletextarea {
    font-family: verdana;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    border: 1px #000000 solid;
    background-color: #FFFFFF;
    padding: 1px;
}

input.styleinput {
    font-family: verdana;
    font-size: 10px;
    border: 1px #000000 solid;
    background-color: #FFFFFF;
    padding: 1px;
}

input.stylefile {
    font-family: verdana;
    font-size: 10px;
    border: 1px #000000 solid;
    background-color: #FFFFFF;
}

span.required {
    color: red;
    font-weight: normal;
}

div.info_site
{
    width: 98%;
    color: #003A75;
    font-weight: bold;
    margin: 3px;
    text-align: justify;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    
}

a.email
{
    color: #003A75;
    font-weight: bold;
    font-size: 12px;
}

a.email:hover
{
    color: #003A75;
    font-weight: bold;
    font-size: 12px;
}

#multipage {
    font-family: arial;
    font-size: 10pt;
}
#multipage a {
    color: #003A75;
}
#multipage .blank {
    width: 60px;
    margin-left: 2px;
    height: 20px;
    background-color: white;
    color: #003a75;
    text-align: center;
}
.prev {
    width: 20px;
    margin-left: 2px;
    height: 20px;
    background-color: #003a75;
    color: #FFFFFF;
    text-align: center;
}
.next {
    width: 20px;
    margin-left: 2px;
    height: 20px;
    text-align: center;
    background-color: #003a75;
    color: white;
}
.page {
    width: 20px;
    margin-left: 2px;
    height: 20px;
    text-align: center;
    background: #FFFFFF;
    border-color: #003A75;
    color: #003A75;
    border: 1px solid;
}
.current {
    width: 20px;
    margin-left: 2px;
    height: 20px;
    text-align: center;
    border: 1px solid;
    border-color: #003A75;
    font-weight: bold;
    background: #003A75;
    color: #FFFFFF;
}
#multipage .showdisplay {
    text-align: left;
    color: #003A75;
    font-size: 10px;
}

#multipage .showdisabledlink {
    color: #003A75;
    font-size: 10px;
}

.adsyner_63 a
{
	font-weight: bold !important;
}