html { 
	padding:0px;
	margin:0px;
}

body {
	font-size: 10pt; 
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: #000;
	background-color: #FFF8CC;	
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#container {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
}

div#content {
	width: 500px;
	padding: 0px;
	position:relative; 
	/*overflow: auto;*/
	display:inline;
	float: left;
}

div#grafcontent {
	width: 800px;
	padding: 0px;
	position:relative; 
	/*overflow: auto;*/
	display:inline;
	float: left;
}

div#rechts {
	width: 250px;
	position: relative;
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
	display:inline;
}

div#header {
	padding: 0px;
	margin: 0px;
}

div#header p {
	padding:0px;
	margin:0px;
}

table.normal_table {
	background: #E1F9E1; 
	/*width: 100%;*/
	font-size: 10pt;
}

div.content-title {
	line-height: 14px;
	background: #6ECD6E;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
	border:	1px solid #6ECD6E;
}

div.grafcontent-title {
	line-height: 30px;
	background: #6ECD6E;
	color: #ffffff;
	font-size: 14pt;
	font-weight: bold;
	border:	1px solid #6ECD6E;
}

div.content {
	background: #E1F9E1;
	color: #000000;
	border: 1px solid #6ECD6E;
	font-size: 10pt;
}

.error {
	font-size: 8pt;
	color: #ccc;
}


.aligncenter { /* center class */ 
	margin-top: 0;
	text-align: center;
}

h1 { /* hoofdkop */
	font-size: 16px;
	padding-top: 10px;
	background-color: transparent;
}

div.delay { /* vertraagde gegevens */
	color: #BBB;
}

h3 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #AAA;
}

h2 { /* subkop */
	font-size: 12pt;
	font-weight: normal;
}

a { /* link */
	color: #000;
	background-color:transparent;
	text-decoration: underline; 
}

span.big {
	font-size: 20pt;
	font-weight: bold;
}

span.medium {
	font-size: 14pt;
	font-weight: bold;
}

span.small {
	font-size: 8pt;
}

img {
	border: 0;
}

.clear {
	clear: both;
}
