	/* opmaak voor een standaardpagina */

	body {
	background-color: #4E4E4E;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: black;
	text-align: justify;
	}

    table.buiten{
       background-color: #7F7F7F;
    }

    table.binnen{
        background-color: #E1E1E1;
    }

    td.titel{
        font-family: 'Microsoft Sans Serif', sans-serif;
        color:white;
        font-size: 24px;
    }

    img.foto{
     border: solid black 1px;
     margin: 0px 10px;
    }

    .kop1{
      color:#7F7F7F;
      font-weight: bold;
  }

    /* Links in gewone pagina's */
	a:link {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: blue;
	text-decoration: none}

	a:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: blue;
	text-decoration: none}

	a:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color:black;
	text-decoration: none}

    /* opmaak voor het linkermenu */
    
        td.menu{
        background-color:white;
        margin-left: 5px;
        }

    /* Links */
	a.menu1:link {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: none;
	margin-left: 5px;
        }

	a.menu1:visited {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: none;
        margin-left: 5px;
        }

	a.menu1:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #AED962;
	text-decoration: none;
        margin-left: 5px;
        }

	a.menu2:link {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: none;
        margin-left: 5px;
        }

	a.menu2:visited {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: none;
        margin-left: 5px;
        }

	a.menu2:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #B2AFC3;
	text-decoration: none;
        margin-left: 5px;
        }

	a.menu3:link {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: none;
        margin-left: 5px;
        }

	a.menu3:visited {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: none;
        margin-left: 5px;
        }

	a.menu3:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #AF9D88;
	text-decoration: none;
        margin-left: 5px;
        }

	a.menu4:link {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: none;
        margin-left: 5px;
        }

	a.menu4:visited {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: none;
        margin-left: 5px;
        }

	a.menu4:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	color: #BEBA63;
	text-decoration: none;
        margin-left: 5px;
        }


