html { 
	padding:0px;
	margin:0px;
}

div#container {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
}

div#weather_content {
	width: 635px;
	padding: 0px;
	position:relative; 
	/*overflow: auto;*/
	display:inline;
	float: left;
}

div#grafcontent {
	width: 800px;
	padding: 0px;
	position:relative; 
	/*overflow: auto;*/
	display:inline;
	float: left;
}

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.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;
}


div.delay { /* vertraagde gegevens */
	color: #BBB;
}

span.big {
	font-size: 20pt;
	font-weight: bold;
}

span.medium {
	font-size: 14pt;
	font-weight: bold;
}

span.small {
	font-size: 8pt;
	font-weight: bold;
}
