body {
	font-family: arial;
	font-size: 10;
	color: #191970;
} 
.tekstDisabled {
	color: #999999; 
}
.tekstEnabled {
	color: #191970; 
}

.content {
	margin-left: 20px;
}

.menu {
	margin-left: 1px;
	margin-right: 2px;
}
table {
	font-family: arial;
	font-size: 12px;
	color: #191970;
}
textarea {
	font-family: arial;
	font-size: 12px;
	color: #191970;
}
input.tekst {
	font-family: arial;
	font-size: 12px;
	color: #191970;
}
input.button {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #191970; 
	border: 2px solid  #ffffff;
}
span.action {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #191970;
	background-color: #ffffff; 
	border: 2px solid #191970;
	text-align: center;
	cursor: hand;
}
span.noaction {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #191970;
	background-color: #ffffff; 
	border: 1px solid #191970;
	text-align: center;
	cursor: hand;
}
input.submitbutton {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #191970;
	background-color: #ffffff; 
	border: 1px solid #191970;
	text-align: center;
	cursor: hand;
}
input.nr {
	text-align: right;
}
.verborgen {
	display: none; 
} 
.getoond {
	display: inline; 
}

    A {text-decoration: none;}
    A:link      {color: #191970;}
    A:visited  {color: #191970;}
    A:active   {color: #6495ED;}
    A:hover    {
		color: #6495ED;
		text-decoration: underline;
	}

	
