/*
	default stuff
*/

body
{
	background:white;
	font-family:verdana, "Bitstream vera sans", arial, helvetica, sans;	
	color:black;
	
	padding:0;
	margin:0;
	
	font-size:13px;
	line-height:20px;
}

/*
	mosterd: #cfd407;
	blauw: #14356f;
	warm-red:#f35c19;
*/

h1
{
	font-size:14px;
	color:#cfd407;
	padding:0;
	margin:0;
	
	margin-top:20px;
}

h2, h3 
{
	font-size:13px;
	color:black;
	padding:0;
	margin:0;
	
	margin-top:20px;
}

sub
{
	font-size:10px;	
}

a:link
{
 	color:#cfd407;
}
a:visited
{
 	color:#666;
}

a:hover
{
 	color:#14356f;
}

a:active
{
 	color:#f35c19;
}

a img
{
	border:none;
}

ul
{
	margin:0;
	padding:0;
	
	list-style-image:url(../content/image/bullet.png);
	
	padding-left:15px;
}

p
{
	padding:0;
	margin:0;
}

p.intro
{
	font-weight:bold;
	color:#14356f;
}

p.first
{
	padding-top:20px;
}

p.date
{
	font-size:10px;
	margin-top:20px;
	margin-bottom:-20px;
}

p.source
{
	font-size:10px;
	margin:0;
	padding:0;

	margin-top:-10px;	
	margin-bottom:10px;
}

.hidden
{
	position:absolute;
	left:-999em;
	top:-999em;
	height:0;
	width:0;
	margin:0;
	padding:0;
}

#content.news
{
	
}
/*
	main
*/


#main
{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	
	position:relative;

}

#logo
{
	position:absolute;
	top:19px;
	right:42px;
	z-index:100;
}

#flags
{
	position:absolute;
	top:19px;
	left:55px;
	z-index:100;
}

/*
	content
*/

#content
{

	padding-top:280px;
	padding-left:45px;
	padding-right:43px;
}
/*
	footer
*/

#footer ul
{
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin:0;
	padding-top:20px;
	padding-left:45px;	
}

#footer ul li
{
	float:left;
	margin-right:23px;
}

/*
	header
*/

object
{
	margin-top:-10px;
}

#header
{
	position:absolute;
	top:0;
	left:0;
	width:770px;
	height:171px;
	background:transparent url(../content/image/header.jpg) no-repeat;
	
}

#menu, #menu ul
{
	padding:0;
	margin:0;	

	list-style-type:none;	
	list-style-image:none;
}

#menu
{
	border-top:5px solid #14356f;
	margin-top:170px;
	padding-left:46px;
}

#menu li
{
	border-top:15px solid white;
	float:left;
	
}

#menu li ul
{
	position:absolute;
	left:-999em;
}


#menu li:hover ul, #menu li.sfhover ul
{
	left:auto;
}

#menu li a, #menu li a:visited
{
	margin-right:20px;
	
	
	border:1px solid #14356f;
	display:block;
	width:68px;
	height:68px;
	
	padding:5px;
	color:#14356f;
	background:white;
		
	font-size:11px;
	text-decoration:none;
	
	text-align:center;
}

#menu li a:hover
{
	background:#14356f;
	color:white;
	
}

table
{
	width:100%;
	border-collapse:collapse;
	
}

caption
{
	border:1px solid #14356f;
	padding:3px;
	font-weight:bold;
}

th
{
	
	padding-top:12px;
	padding-bottom:12px;
		
	text-align:left;
	width:33%;
	border-bottom:1px solid #cfd407;
}

td
{
	margin:10px;
	padding:5px;
	border-left:1px solid #cfd407;
	border-right:1px solid #cfd407;
}

tr.last td
{
	border-bottom:1px solid #cfd407;
}

.right
{
	text-align:right;
}

/* stroomnetwerk */
table.map {
	font-size:11px;
	border:none;
	font-weight:normal;
}
table.map td {
	border:none;
}

/* table */
table.prov {
	width:80%;
}

table.prov, table.prov td, table.prov th,
table.energy, table.energy td, table.energy th {
	border:1px solid #cfd407;
}
table.prov col.first {
	width:30%;
}
table.prov col.second {
	width:40%;
}
table.prov col.third {
	width:30%;
}

table.prov th,table.energy th  {
	background-color:#fff;
	color:#000;
}
table.prov td.center {
	text-align:center;
}
.red {
	color:#FF0000;
}
.green {
	color:#008000;
}

img.hre-panel {
	float:right;
	padding:10px 0px 10px 10px;
}

table.energy col.first {
	width:20%;
}
table.energy col.second {
	width:45%;
}
table.energy col.third {
	width:15%;
}
table.energy col.fourth {
	width:20%;
}
