body { 
	background: #FFFFFF none;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 0px;
	height: 100%; 
	color: #0067B1;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(../images/sleutel-achtergrond.jpg);

}


/*h1 wordt alleen gebruikt in op de homepage */
h1 {
	font-size: 22pt;
	font-weight: normal;
	background: none;
	color: #363636;
	text-align: center;
	position: absolute;
	top: 160px;
	left: 220px;
}


/*h2 wordt gebruikt als pagina kopje  */
h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background: none;
	text-decoration: none;
}


/*h3 wordt gebruikt als paragraaf kopje */
h3 {
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	background: none;
	text-decoration: none;
}


p {
	color: #0067B1;
	background: none;
	text-align: left;
	text-decoration: none;
}

ul, ol, li {
	text-align: left;
}


a:active, a:link  {
	font-size: 9pt; 
	font-style: none;
	color: #0067B1;
	background: none;
}

a:visited {
	font-size: 9pt; 
	text-decoration: none;
	color:  #0067B1;
	background: none;
}

a:hover {
	text-decoration: underline;
}

a:visited.menu_item_link, a:link.menu_item_link
{
	font-size: 10pt;
	color: white; 
	text-decoration: none;
	margin-left: 10px;
}

a:hover.menu_item_link, a:active.menu_item_link
{
	font-size: 10pt;
	color: #D44A40; 
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
	margin-left: 10px;
}

a:link.submenu_item_link, a:visited.submenu_item_link, a:hover.submenu_item_link, a:active.submenu_item_link
{
	background-color: white;
	font-size: 9pt;
	text-decoration: none;
	margin-left: 10px;
	width:156px;
}

a:hover.submenu_item_link
{
	color: #E50000;
}

td, th {
	background: none;
	border: solid 0px #ffffff;
	text-align: left;
	padding: 2%;
	text-decoration: none;
}


/*BASIS ELEMENTEN, POSITIONERING ETC. */
#menu {
	position: absolute;
	left:0px;
	top:0px;
	padding-top: 115px;
	width: 183px;
	height: 100%;
	visibility:visible;
	z-index:2;
	background-image:url(../images/streep2.gif);
}

.menu_item
{
	background-image:url(../images/knop-kaal.gif);
	background-repeat: no-repeat;
	height: 41px;
}


.submenu_item
{
	background-color: white;
}

#maincontent {
	position: absolute;
	top: 115px;
	left: 0px;
	padding-left: 212px;
	padding-bottom:50px;
	width: 800px;
	height: auto; 
	background: url(../images/streep.gif) repeat-y top left;
	text-align: left;
	margin-bottom: 0px;
	border-left: solid 1px #0047B6;
	z-index:1;
	text-decoration: none;
}

#knoppen {
	position: absolute;
	bottom: 10px;
	left: 500px;
	width: 250px;
	height: 25px; 
	background:transparent;
	margin-bottom: 0px;
	border-left: solid 0px yellow;
	z-index:1;
	text-decoration: none;
	text-align: right;
}

p.celcius-logo {
	position: absolute;
	left: 630px;
	top:  0px;
}

p.hoofpagina-image {
	position: absolute;
	left: 280px;
	top:  47px;
	border: solid 0px yellow;
}

p.hoofdpagina-logo {
	position: absolute;
	left: 610px;
	top:  235px;
	border: solid 0px blue;
}

table {
	font-size: 100%;
}

table.symbolen
{
	position: absolute;
	left: 210px;
	/*top:  364px;*/
	top:  394px;
	width: 500px;
	border: solid 0px purple;
}

td, th {
	background: none;
	border: solid 0px #ffffff;
	text-align: left;
	padding: 1%;
}

/*EINDE BASIS ELEMENTEN, POSITIONERING ETC. */


/*ANDERE & EXTRA LAY-OUTS EISEN VOOR POPUP-WINDOWS, O.A. AANGEROEPEN VANUIT 'FUNCTIES' */


/*EINDE DIVERSE CLASSES*/