
body
{
	font-family: "Lato", sans-serif;
	font-size: 1.063em;
	font-weight: 300;
	color: #0a4b8d;
}
span
{

}

.tablestyle
{

}

.tdstyle
{
	text-align: left;
	/*padding: 5px;*/
	font-weight: bold;
}

.selectstyle
{
	display: block;
	float: left;
	width: 98%;
	/*margin-bottom: 10px;*/
	height: 34px;
	/*padding: 6px 12px;*/
	font-size: 14px;
	line-height: 1.42857143;
	color: #0a4b8d;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.editstyle
{
	color: #0a4b8d;
	margin-top: 5px;
	width: 98%;
}

.buttonstyle
{
	background-color: #0a4b8d;
	color: #fff;
	margin-top: 10px;
}
.buttonstyle:hover
{
	color: #727272;
	background-color: #e4e4e4;
}

td
{
	width: 48%;
}

a
{
	color: #585757;
}
a:hover
{
	color: #0a4b8d;

}
.kopstyle
{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.2em;
	color: #0a4b8d;
}

span.print-overzicht, span.print-overzicht pre{
	font-family: Arial narrow; font-size: 8pt;
}

span.print-overzicht pre {
	background-color: inherit;
	border: none;
	margin: 0;
	padding: 0;
	line-height: inherit;
}
