/* CSS Document */


a:link { color: #000000; text-decoration: underlined;}
a:visited { color: #000000; text-decoration: underlined;}
a:active { color: #000000; text-decoration: underlined;}
a:hover { color: #000000; text-decoration: underlined;}


.navigatie A:link {color: #ffffff; text-decoration: none; font-size:10px;}
.navigatie A:visited {color: #ffffff; text-decoration: none; font-size:10px;}
.navigatie A:active {color: #ffffff; text-decoration: none; font-size:10px;}
.navigatie A:hover {color: #ffffff;text-decoration: underline; font-size:10px;}

.subnav A:link {color: #ffffff; text-decoration: none; font-size: 11px;}
.subnav A:visited {color: #ffffff; text-decoration: none; font-size: 11px;}
.subnav A:active {color: #ffffff; text-decoration: none; font-size: 11px;}
.subnav A:hover {color: #ffffff;text-decoration: underline; font-size: 11px;}

.footer A:link {color: #000000; text-decoration: none}
.footer A:visited {color: #000000; text-decoration: none}
.footer A:active {color: #000000; text-decoration: none}
.footer A:hover {color: #000000;text-decoration: underline;}
	

body
		{
		padding: 0px;
		margin: 0px;	
		background-image:  url(../images/bg.gif);	
    font-family: Courier, arial, serif;
		}

div {
      padding: 0px;
      margin: 0px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
    }

img
		{
		border: 0px solid black;
		}

.header
		{
		background-image:  url(../images/header.gif);
		background-repeat: no-repeat;
		}
		
td.navigatie
		{
		background-image:  url(../images/bgNav.gif);
		background-repeat: no-repeat;
    	padding: 13px 30px 12px 30px;
		}

div.navigatie
    {
      margin: 0px;
      padding: 0px;
      width: 100%;
      color: #FFFFFF;
			font-size:12px;
    }


td.content
		{
		background-image:  url(../images/bgContent.gif);
    padding: 10px;
		}

.footer
		{
		background-image:  url(../images/footer.gif);
		background-repeat: no-repeat;
		font-family:"Courier New", Courier, monospace;
		text-align: center;
		padding-top: 10px;
		font-size: 11px;
		}

.leftcontent {
    float: left;
    display: block;
    width: 180px;
}

.maincontent
		{
    float: left;
    display: block;
    margin: 0px 0px 0px 10px;
		width: 590px;
		background-color: #CEC698;
		background-image:  url(../images/bgText.gif);
		background-repeat: no-repeat;
    padding: 10px;

    color: #7D0000;
    font-size: 12px;
    font-family: arial, sans-serif;
		}
		
.maincontent h1
    {
    font-weight: bold;
    font-size: 24px;
    color: #A05048;
    margin: 0px 0px 10px 0px;
    }
    
.subnav {
    width: 180px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.substart {
		background-image:  url(../images/bgSubStart.gif);
		background-repeat: no-repeat;
    width: 180px;
    height: 14px;
}

.subcontent {
		background-image:  url(../images/bgSub.gif);
		background-repeat: repeat-y;
    width: 180px;
		padding: 0 6;
		font-family: "Courier New", Courier, monospace;
		}

.subend {
		background-image:  url(../images/bgSubEnd.gif);
		background-repeat: no-repeat;
    width: 180px;
    height: 14px;
    margin: 0px 0px 10px 0px;
}

.subimg {
  border: 1px
}
