


/* KLEUREN */


.groen { color: #005440; }

.licht_groen { color: #84af32; }

.geel { color: #d4d50e; }



/* OPMAAK */

.ContainerFrame 
{
	width: 600px !important;
	}

.bigframe_header
{
    /*width:640px;*/
    height:25px;
    background-image:url(images/bigframe_header.jpg);
    background-position:center top;
    background-repeat:no-repeat;
}

.bigframe_footer
{
    /*width:640px;*/
    height:25px;
    background-image:url(images/bigframe_footer.jpg);
    background-position:center bottom;
    background-repeat:no-repeat;
}


.bigframe_main
{
    /*width:640px;*/
    background-image:url(images/bigframe_main.jpg);
    background-position:center;
    background-repeat:repeat-y;
        padding-top:0px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:10px;
}

/* ------------------------------------------------------------ CONTENT IN CONTAINERS ---------------------------------------------- */


.Normal
{
    padding:0px; margin:0px;
    font-family:Helvetica; font-size:13px; line-height:150%; color:#000000;
}

.Normal span, .Normal td, .Normal tr, .Normal th
{
    font-family:Helvetica; font-size:13px; line-height:150%; color:#000000;
}

.Normal p
{
    font-family:Helvetica; font-size:13px; line-height:150%; color:#000000;
    margin-top:13px; margin-bottom:0px;
}

/* LINKS */

.Normal A, .Normal A:link, .Normal A:visited, .Normal A:active
{
    color:#84af32; text-decoration:none;
}

.Normal A:hover
{
    color:#d4d50e; text-decoration:none;
}

.CommandButton, CommandButton:link, .CommandButton:visited, .CommandButton:active,
A, A:link, A:visited, A:active
{
    color:#84af32; text-decoration:none;
}

A:hover, .CommandButton:hover
{
    color:#d4d50e; text-decoration:none;
}

/* TITLES */

.myH1, .Normal .myH1, .Normal myH1
{
    font-family:Verdana;
    font-size:22px;
    color:#005440;
}



