	/* MAIN */

body {
	font-family: arial,verdana,tahoma;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	/* scrollbar-base-color: #FFFFFF; */
}

div.main {
	font-size: 80%;
	padding: 0px 0px;
/*	width: 720px; */
	text-align: left;
}
div.main hr {
	position: relative;
	left: 0px;
}

	/* /MAIN */

	/* LINKS */

a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}

.caption a {
	color: #333399;
}
.top a {
	color: #000000;
}

	/* /LINKS */

	/* FORM */

select {
	font-size: 80%;
}

input {
	font-size: 80%;
}

input.menu {
	width: 190px;
	font-size: 100%;
	border: none;
	height: 24px;
	margin-bottom: 1px;
}

input.login {
	background-color: #F4F4F0;
	border: 1px solid #999999;
	font-family: arial;
	font-size: 90%;
	padding-left: 2px;
	width: 99px;
}

input.knop, input.knopm {
	background-color: #F4F4F0;
	border-style: solid;
	border-width: 1px;
	border-color: #003C74; /* [onmouseover color: #F8B230] */
}
input.knopm { /* knop mailingen */
	width: 80px;
}

input.omhoog {
	
}
input.verwijder {
	
}
input.omlaag {
	
}

input.txt, textarea.txt {
	border: 1px solid #999999;
	font-family: arial;
	font-size: 90%;
	padding-left: 2px;
}

.inp {
	border: 1px solid #999999;
	font-family: arial;
	font-size: 90%;
	padding-left: 2px;
	width: 360px;
}

form {
	display: inline;
}

	/* /FORM */

	/* LIST */

ul .title {
	position: relative;
	left: -34px;
}

li {
	left: 34px;
}

li.opsomming {
	list-style-image:url(images/opsomming.png);
	margin-left: -24px;
}

	/* /LIST */

	/* TABLE */

table table {
	border: 0px dashed #333333;
	width: 100%;
	margin: 4px 0px;
}

table.none {
	border: none;
}

tr.bold td {
	font-weight: bold;
}

td {
	font-size: 12px;
	color: #000000;
}

caption {
	text-align: left;
	font-size: 100%;
}

.empty {
	height: 10px;
	background-color: transparent;
}
.actions {
	background-color: #bbbbbb;
	font-weight: bold;
}
.caption, tr.caption td {
	/* background-color: #A47A2B; color: #FFFFFF; */
/*	background-color: #B0C0E0; */
	background-color: #EDEDED;
/*	border-bottom: 1px solid #003399; */
	font-weight: bold;
	padding: 2px 10px 2px 4px;
}
.data, tr.data td {
	/* background-color: #F5CA19; */
}

.actions, .data, tr.data td {
	padding: 2px 10px 2px 2px;
}

tr.actief td {
	font-weight: bold;
}

	/* /TABLE */

	/* REST */

.rechts {
	float: right;
	text-align: right;
}

.ttt {
	font-family: tahoma, verdana, arial;
	font-size: 85%;
	font-weight: bold;
	color: #333333;
}
.ttt a {
	color: #666666;
}

.db {
	font-size: 85%;
	float: right;
	font-style: italic;
	color: #333333;
}

.error {
	color: #660000;
}

.header {
	color: #000066;
	font-family: garamond, times new roman;
	font-size: 200%;
	font-weight: bold;
}
.header_main {
	font-size: 200%;
}

fieldset {
	border: 1px solid #999999;
	padding: 4px;
/*	display: inline; */
}
legend {
	font-size: 100%;
	font-family: tahoma;
	font-weight: bold;
	padding-bottom: 4px;
	color: #003399;
}
legend.groot {
	font-size: 120%;
}

.inline {
	display: inline;
}
.block {
	display: block;
}

.goed {
	color: #009900;
}

.fout {
	color: #990000;
}

img.rand {
	border: 1px solid #666666;
}

	/* /REST */
.bottomtekst {
	font-size: 10px;
	color: #000000;
}

div.warning {
	background-color: #ffffff;
	border: 2px solid red;
	color: #000000;
	font-weight: bold;
	margin: 20px;
	padding: 10px;
}

a.lijn {
	text-decoration: underline;
}
a.lijn:hover {
	color: #000066;
}