@charset "UTF-8";
/* CSS Document */

*{
margin:0px;
padding:0px;
}

html, body {
font-family:Arial, Helvetica, sans-serif;
background-image:url(../images/pattern.gif);
background-repeat:repeat;
}


/* FLOW */
.flow{
background-image:url(../images/flow2.gif);
background-repeat:repeat-x;
}



/* NAVIGATIE */
#nav{
padding-top:65px;
padding-bottom:5px;
}
.nav{
font-size:9px;
color:#007944;
}
.nav a:link, a:visited{
color:#007944;
text-decoration:none;
}
.nav a:hover, a:active{
color:#FFFFFF;
background-color:#007944;
text-decoration:none;
}


/* TITLE */
.title{
color:#007944;
font-size:24px;
text-transform:uppercase;
padding: 0 5px 0 10px;
}


/* SUBTITLE */
.subtitle{
color:#f5f3f3;
background-color:#9c9c9c;
font-size:14px;
text-transform:uppercase;
padding: 5px 5px 5px 10px;
border-bottom: 4px #fff solid;
border-top: 4px solid #FFFFFF;
}
.subtitlefirst{
color:#f5f3f3;
background-color:#9c9c9c;
font-size:14px;
text-transform:uppercase;
padding: 5px 5px 5px 10px;
border-bottom: 4px #fff solid;
}

/* DEFAULT */
p {
color:#636262;
font-size:12px;
padding: 7px 5px 5px 10px;
line-height:16px;
}
p a:link {
font-weight:bold;
color: #007944;
text-decoration: none;
}
p a:visited {
font-weight:bold;
color: #007944;
text-decoration: none;
}
p a:hover{
font-weight:bold;
color: #fff;
background-color:#007944;
text-decoration: none;
}
p a:active{
font-weight:bold;
color: #9c9c9c;
text-decoration: none;
}

/* FOTO HOMEPAGE */
.fotohomepage {
padding: 0;
}



/* SUBNAV */
.subnav{
color:#007944;
font-size:16px;
text-transform:uppercase;
padding: 5px 5px 0 10px;
line-height:24px;
}
.subnav a:link {
color: #007944;
text-decoration: none;
}
.subnav a:visited {
color: #007944;
text-decoration: none;
}
.subnav a:hover{
color: #fff;
background-color:#007944;
text-decoration: none;
}
.subnav a:active{
color: #9c9c9c;
text-decoration: none;
}



/* FOOTER */
.footer{
font-size:11px;
color:#9c9c9c;
padding-left:5px;
line-height:20px;
margin-top:-5px;
}
.footer a:link {
color: #9c9c9c;
text-decoration: none;
}
.footer a:visited {
color: #9c9c9c;
text-decoration: none;
}
.footer a:hover{
color: #007944;
text-decoration: none;
}
.footer a:active{
color: #9c9c9c;
text-decoration: none;
}


/* THUMBS */
.thumbs a:link {
border: #007944 3px solid;
}
.thumbs a:visited {
border: #007944 3px solid;
}
.thumbs a:hover{
border: #9cc79b 3px solid;
}
.thumbs a:active{
border: #007944 3px solid;
}



/* TABEL */

.tabelheader{
margin-bottom:4px;
border-bottom:4px #fff solid;
background-color:#dcdcdc;
color:#636262;
text-align:center;
}
.tabeldefault {
color:#636262;
font-size:12px;
text-align:center;
}
.tabeldefault a:link {
font-weight:bold;
color: #007944;
text-decoration: none;
}
.tabeldefault a:visited {
font-weight:bold;
color: #007944;
text-decoration: none;
}
.tabeldefault a:hover{
font-weight:bold;
color: #fff;
background-color:#007944;
text-decoration: none;
}
.tabeldefault a:active{
font-weight:bold;
color: #9c9c9c;
text-decoration: none;
}
.tablebottommargin{
margin-bottom:4px;
border-bottom:4px #fff solid;
}


/* CONTENT DEFAULT */
.default {
color:#636262;
font-size:12px;
}
.default a:link {
font-weight:bold;
color: #007944;
text-decoration: none;
}
.default a:visited {
font-weight:bold;
color: #007944;
text-decoration: none;
}
.default a:hover{
font-weight:bold;
color: #fff;
background-color:#007944;
text-decoration: none;
}
.default a:active{
font-weight:bold;
color: #9c9c9c;
text-decoration: none;
}

/* CONTENT DEFAULT TITLE */
.defaulttitle {
color:#3a3a3a;
font-size:12px;
font-weight:bold;
}
