body { /* de stijlen voor het hele document */
	margin: 0;
	padding: 1em;
	font: 70%/ 1.5em Verdana, Tahoma, arial, sans-serif;
}

a { /* de stijlen voor de links */
	color: #3c7796;
}

a:hover { /* de stijlen voor de links waar de cursor boven zweeft */
	color: #9ecf39;
}

a:visited { /* de stijlen voor de bezochte links */
	color: #9ecf39;
}

#container {
	/* de stijlen voor het omvattende deel van de navigatie, inhoud en voet */
	width: 94%;
	height: 100%;
	margin: auto;
	padding: 0.5em;
	border: 1px solid #3c7796;
	text-align: left;
}

#header { /* de stijlen van de header, het logo */
	display: none;
}

#slogan { /* de stijlen van de header, het logo */
	color: white;
	margin-left: 155px;
}

#nav { /* de stijlen van de navigatie */
	margin: 0;
	padding: 0;
	display: none;
}

#content { /* de stijlen voor de inhoud, de tekst */
	margin: 0 0 0 0.5em;
	padding: 0 0.5em 0 0.5em;
}

#news { /* de stijlen voor de kolom links, het nieuws */
	border: 1px solid #3c7796;
	padding: 0;
	margin: 0 0 0 0.5em;
	margin-bottom: 1em;
	display: none;
}

#news h2 { /* de stijlen voor de kopjes in de kolom nieuws */
	border: 1px solid #3c7796;
	text-indent: 0.5em;
	font-size: 12px;
	font-variant: small-caps;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	background: #004800;
}

#news p { /* de stijlen voor de alinea's in de kolom nieuws */
	margin: 1em;
}

#content h1 { /* de stijlen voor de kopjes in de inhoud */
	border: 1px solid #3c7796;
	text-indent: 0.5em;
	font-size: 12px;
	font-variant: small-caps;
	color: #ffffff;
	margin: 0;
	padding: 0.5em;
	background: #004800;
}

#content p { /* de stijlen voor de alinea's in de inhoud */
	margin: 0.5em;
	padding: 0;
}

#footer { /* de stijlen voor de voet, de copyright */
	display: none;
}

#footer p { /* de stijlen voor de alinea's in de voet */
	margin: 0;
	padding: 0;
}

#footer a
{
	color: white;
}

.table {
	border: 1px solid green;
	width: 100%;
	margin-top: 5px;
}

.select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	width: 135px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input {
	padding: 2px;
	border: 1px solid #007400;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}

textarea {
	width: 98%;
	padding: 2px;
	font: normal 11.4px Verdana, sans-serif;
	border: 1px solid #007400;
	height: 75px;
	display: block;
	color: #777;
}

input.button {
	margin: 0;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 1px 1px;
	background: #FFF;
	/*color: #88ac0b;*/
	color: #004800;
	height: 20px;
}

.TableHeader {
	background-color: #004800;
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	text-decoration: none;
	height: 20px;
	border-bottom: 1px solid #d7d7d7;
}

.TableHeader td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0 0px 0px;
	font-weight: bolder;
	text-decoration: none;
	color: white;
	background-color: #004800;
	border: 1px solid #EFF0F1;
}

.TableLightRow {
	background-color: #fff;
	height: 20px;
	font: inherit;
	color: #333;
}

.TableLightHeader {
	background-color: #f6f6f6;
	height: 20px;
	font: inherit;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

.TableLightHeader td {
	background-color: #f6f6f6;
	height: 20px;
	font: inherit;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

.TableWhiteRow {
	background-color: white;
	height: 20px;
	font: inherit;
	color: #333;
}

.TableWhiteRowBorder {
	background-color: white;
	height: 20px;
	font: inherit;
	color: #333;
	border-bottom: 1px solid #eee;
}

.TableWhiteRowBorder td {
	background-color: white;
	height: 20px;
	font: inherit;
	color: #333;
	border-bottom: 1px solid #eee;
}

.TableBoldWhiteRow {
	background-color: white;
	height: 20px;
	font: inherit;
	color: #333;
	border-bottom: 1px solid #eee;
}

.TableBoldWhiteRow td {
	background-color: white;
	height: 20px;
	font: inherit;
	color: #333;
	border-bottom: 1px solid #eee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.required {
	color: red;
}

#required {
	color: red;
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.img {
	border: 0px
}

.number {
	padding: 2px;
	border: 1px solid #007400;
	font: normal 1em Verdana, sans-serif;
	color: #777;
	width: 50px;
}

moneyTotal {
	font-weight: bold;
}

.notBalanced {
	font-weight: bold;
	color: red;
}

.error {
	color: red;
}

.error-over {
	color: blue;
}

.error-short {
	color: red;
}

.success {
	color: green;
}

.bigtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
}

.orangeTitle {
	margin-top: 10px;
	font: Bold 145% Verdana, 'Trebuchet MS', Sans-serif;
	color: #FF8800;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
}

.blueTitle {
	margin-top: 10px;
	font: Bold 115% Verdana, 'Trebuchet MS', Sans-serif;
	color: #6297BC;
	padding: 5px 0 5px 25px;
	border-bottom: 1px solid #EFF0F1;
}

/**/
.textarea {
	width: 98%;
	padding: 2px;
	font: normal 11.4px Verdana, sans-serif;
	border: 1px solid #eee;
	color: #777;
	height: auto;
}

.welcometext {
	font: 1.0em verdana, sans-serif;
	color: #33333;
}

.anchor{
	color: #007600;
}

.anchor :hover { /* de stijlen voor de links waar de cursor boven zweeft */
	color: #9ecf39;
}

a {
	color: #007600;
}

.table a {
	color: #007600;
}
.checkbox
{
	border: none;
}
.plainbutton
{
	border:none;
	background-color: white;
	text-decoration:underline;
	color: black;
	cursor:hand;
	
}

.adminMenu
{
	list-style-type: none;
}

.adminMenu li
{
	height:20px;
}

.adminMenu li a
{
	text-decoration: none;
	height: inherit;
	color: #007600;
}

.adminMenu li a :hover { /* de stijlen voor de links waar de cursor boven zweeft */
	color: #9ecf39;
}

.nav-down-info
{
	display: none;
}

.left-menu-td {
	width:5px;
}

.contents-td {
	width: 95%
}

.news-td {
	width:5px;
}