body
	{
	font-family: sans-serif; 
	font-size: 12px;
	background-color: #FEE496;
	text-align: center;
	}

body.iframe
	{
	background-color: #fffaf0;
	}

/*Example for a Menu Style*/

.menu
	{
	background-color: #CC9966;
	color: #d7d7d7;
	font-weight: bold;
	border-bottom: 1px solid #d7d7d7; 
	height: 23px;
	width: 760px;
	}

.menu ul
	{
	margin: 0px; 
	padding: 0px;
	list-style: none; 
	text-align: center;
	}

.menu li
	{
	display: inline; 
	line-height: 23px;
	}

.menu li a 
	{
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px 6px 5px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	}

.menu li a.tabactive
	{
	border-left: 1px solid #d7d7d7; 
	border-right: 1px solid #d7d7d7;
	background-color: #618ec9;
	font-weight:bold;
	position: relative;
	}

/* Maximum number of menu-items is nine (9) */

#tabcontent11,#tabcontent12,#tabcontent13,#tabcontent14,#tabcontent15,#tabcontent16,#tabcontent17,#tabcontent18,#tabcontent19,
#tabcontent21,#tabcontent22,#tabcontent23,#tabcontent24,#tabcontent25,#tabcontent26,#tabcontent27,#tabcontent28,#tabcontent29
	{
	border: 1px solid #ececec; 
	background-color: #fffaf0;
	width: 760px; 
	height: 400px; 
	text-align: center;
	padding: 0px; 
	font-size: 12px; 
	margin-bottom: 5px;
	}

h1, h2
	{
	text-align: left;
	}

h1
	{
	color: #618ec9;
	font-size: 16px;
	}

h2
	{
	color: #CC9966;
	font-size: 14px;
	}

td.kaartnl
	{
	background-color: #618ec9;
	text-align: center;
	}

img
	{
	border: 0px;
	padding: 10;
	}

iframe
	{
	height: 100%;
	width: 100%;
	}

p
	{
	font-size: 12px;
	text-align: justify;
	}

ul
	{
	font-size: 12px;
	text-align: left;
	}

td
	{
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 10;
	}

th
	{
	color: #618ec9;
	padding: 10;
	}
