body {
	font-size 	: 13px;
	color		: #000000;
	font-family : "Century Gothic", Arial, Verdana, Sans-Serif;
	font-weight : 500;
	line-height	: 1.4;
	margin		: 0px;
	background-image: url('../media/achtergrond.gif');
	background-repeat: repeat;	
	
}

td {
	font-size 	: 13px;
	color		: #000000;
	font-family : "Century Gothic", Arial, Verdana, Sans-Serif;
	font-weight : 500;
	line-height	: 1.4;
	vertical-align: top;
}

h1 {
	font-family : "Century Gothic", Arial, Verdana, Sans-Serif;
	font-weight : 800;
	font-size 	: 22px;
}

h2 {
	font-family : "Century Gothic", Arial, Verdana, Sans-Serif;
	font-weight : 800;
	font-size 	: 19px;
}

h3 {
	font-family : "Century Gothic", Arial, Verdana, Sans-Serif;
	font-weight : 800;	
	font-weight : normal;
	font-size 	: 16px;
}

#tbl_framework {
	width		: 100%;
	height		: 100%;
	border		: 0px;
	padding		: 0px;
	border-collapse: collapse; 
}

#tbl_border {
	width		: 100%;
	height		: 100%;
	border		: 1px;

	border-style: solid;	
	border-color: #000000;
	border-collapse: collapse; 	
}

#bottommenu_border {
	width		: 73px;
	height		: 57px;
	border		: 1px;
	border-style: solid;	
	border-color: #999999;
	border-collapse: collapse; 	
	cursor		: pointer;	
	background-color: #ccecff;
	}

#bottommenu_noborder {
	width		: 160px;
	height		: 57px;
	border		: 0px;
	border-style: none;	
	border-color: #000000;
	border-collapse: collapse; 	
}

table.inputform {
	border-width: 1px;
	border-style:solid;
	background-color: #E0E0E0;
	border-color: #999999;
	empty-cells:show;
	border-spacing: 4px;
	margin: 1px;
	padding: 5px;
}

.div_bovenaan {
	position	: relative;
	height		: 20px;
	width		: 100%;
	top			: 0px;
}

.div_bovenkant {
	position	: relative;
	float		: left;
	height		: 200px;
	width		: 640px;
	top			: 0px;
	background-color: #FFFFFF;
	z-index		: 0;	
}

.div_logo {
	position	: relative;
	float		: left;
	height		: 152px;
	width		: 152px;
	Left		: 244px;
	top			: 0px;
	margin-top	: -76px;
	background-color: #FFFFFF;
	z-index		: 1;	
}

.div_onderkant {
	position	: relative;
	float		: left;
	height		: auto;
	width		: 640px;
	margin-top	:-77px;	
	background-color: #FFFFFF;
	z-index		: 0;		
}

.div_menu {
	position	: relative;
	float		: right;
	height		: auto;
	width		: 140px;
	top			: 0px;	
}

.div_menuitem {
	position	: relative;
	height		: 110px;
	width		: 110px;
	left		: 30px;
	top			: 0px;
	cursor		: pointer;
	background-color: #0E0E0;
}

.div_menufiller{
	height		: 20px;
}

img {
	border		: 0px;
}


a, a:visited, a:active {
	color 		: #eb9428;
	text-decoration: none;
	font-weight : bold;
}

a:hover {
	color 		: #eb9428;
	text-decoration: underline;
	font-weight : bold;
}


.tabletext {
	font-size 	: 10px;
	color		: #000000;
	font-family : "Century Gothic", Arial, Verdana, Sans-Serif;
	font-weight : bold;
}

.tableheader {
	font-size 	: 13px;
	color		: #000000;
	font-family : "Century Gothic", Arial, Verdana, Sans-Serif;
	font-weight : bold;
	
}

select,
textarea,
input {
	color: #000000;
	font-family: "Courier New", Courier, Terminal;
	font-size: 14px;		
	background-color:#fca529;
	border-width: 1px;
	border-style:solid;
	border-color: #999999;
	border-collapse: collapse;
	padding:1px 2px;
}

.submitinput {
	color: #000000;
	font-family: "Century Gothic", Arial, Verdana, Sans-Serif;
	font-weight:500;
	font-size: 13px;		
	background-color:#fca529;
	border-width: 1px;
	border-style:single;
	border-color: #000000;
	border-collapse: collapse;
	padding:1px 2px;
}


hr {
	color		: #000000;
	height		: 1px;
	border-style: none;
}