
	/* general	*/
	body, table, td, a, span, li, h1, h2, h3, h4, div, input, select {
		font-size : 11px;
		font-family: "Century Gothic", verdana, sans-serif;
	}

	h1 {font-size : 18px; font-weight:bold}
	h2 {font-size : 16px; font-weight:bold}
	h3 {font-size : 16px; font-weight:bold}
	h4 {font-size : 16px; font-weight:bold}

	/* speciaal TEST voor title van Stap 3 : auto en motoren */
	span.staptitle {font-size : 16px; font-weight:bold}

	
	/* anchors */
	a:active { color: #339900; text-decoration: underline; } 
	a:hover { color: #339900; text-decoration: none; } 
	a:link { color: #339900;  } 
	a:visited { color: #339900;  } 
	
	a.big { font-size: 16px; font-weight:bold; color:black}
	a.big:active { background-color: #ffffff; color: black; text-decoration: none; } 
	a.big:hover { background-color:#ffffff; color: black; text-decoration: none; } 
	a.big:link { background-color: #ffffff; color: #339900; } 
	a.big:visited { background-color: #ffffff; color: black; } 
	
	a.normal:active { background-color: white; color: #009900;  text-decoration: underline; } 
	a.normal:hover { background-color: white; color: #009900;  text-decoration: none; } 
	a.normal:link { background-color: white; color: #009900;   } 
	a.normal:visited { background-color: white; color: #009900;   } 
	
	a.linkpagina:active { background-color: #009900; color: black;  text-decoration: underline; } 
	a.linkpagina:hover { background-color:#99cc66; color: white; text-decoration: underline; } 
	a.linkpagina:link { color: black;  text-decoration: underline;} 
/*	a.linkpagina:visited { color: black; text-decoration: underline;} */

	a.menuclass:active { text-decoration: none; } 
	a.menuclass:hover { text-decoration: none;} 
	a.menuclass:link {  text-decoration: none; } 
	a.menuclass:visited { text-decoration: none;} 

	a.nav {
		text-decoration:none;
		background-color:#99cc66;
		width:100%;
	}

	a.nav:active { background-color: #009900; color: black; text-decoration: none; } 
	a.nav:hover { background-color:#009900; color: white; text-decoration: none; } 
	a.nav:link { color: #000000; text-decoration:none;} 
	a.nav:visited { color: black; text-decoration:none;} 

	a.button:active { background-color: #009900; color: black; text-decoration: none; } 
	a.button:hover { background-color:#009900; color: white; text-decoration: none; } 
	a.button:link { color: #000000; text-decoration:none;} 
	a.button:visited { background-color:#99cc66; color: black;text-decoration:none; }  

	a.button {
		text-decoration:none;
		background-color:#99cc66;
		width:100%;
	}
	

	/* index.html styles */
	#earth {
		position : absolute;
		left : 100px;
		top : 115px;
		z-index : 10;
		visibility:visible;
	}
	#logobar{
		position : absolute;
		left : 100px;
		top :89px;
		z-index : 9;
	}
	#content{
		position : absolute;
		left : 100px;
		top : 151px;
		z-index : 7;
		border-right-color : Black;
		border-right-style : solid;
		border-right-width : 4px;
		border-left-color : Black;
		border-left-style : solid;
		border-left-width : 4px;
	}
	#menu{
		position : absolute;
		left : 100px;
		top : 451px;
		z-index : 7;
	}
	#home{
		position : absolute;
		left : 120px;
		top : 467px;
		z-index : 13;
	}

	.logoContents{
		border-bottom-color : Black;
		border-bottom-style : solid;
		border-bottom-width : 4px;
		
		border-top-color : Black;
		border-top-style : solid;
		border-top-width : 4px;		

		border-right-color : Black;
		border-right-style : solid;
		border-right-width : 4px;		
		border-left-color : Black;
		border-left-style : solid;
		border-left-width : 4px;
	}

	.menu{
		border-top-color : Black;
		border-top-style : solid;
		border-top-width : 4px;
		
		border-bottom-color : Black;
		border-bottom-style : solid;
		border-bottom-width : 4px;

		border-right-color : Black;
		border-right-style : solid;
		border-right-width : 4px;		
		border-left-color : Black;
		border-left-style : solid;
		border-left-width : 4px;		
	}
	

	/* co2test.html styles */
	input {
		border : 1px solid black;
		width: 38px;
		text-align : right;
		font-size: 11px; 		
	}
	input.small {
		border : 0px;
		width: 12px;
		text-align : left;
		font-size: 11px; 		
	}
	input.radio {
		border : 0px;
		width: 16px;
		background-color:#009900;
		font-size:11px;
	}
	input.checkbox {
		border : 1px solid black;
		width: 16px;
		background-color:#009900;
		font-size:11px;
	}
	
	select {
		border : 1px solid black;
		width: 38px;
		text-align : right;
		font-size: 11px; 		
	}
	#navigatie {
		position:absolute;
		bottom:20px;
		left : 0px;
		visibility:visible;
	}
	.navigation {
		border-left: 2px solid black;
		border-bottom: 2px solid black;
		border-top: 2px solid black;
		background-color:#99cc66;
		width:20px;
		text-align : center;
		height:20px;
		font-weight:bolder;
		text-decoration :none;
	}
	.activenavigation {
		border-left: 2px solid black;
		border-bottom: 2px solid black;
		border-top: 2px solid black;
		background-color:#99cc66;
		width:20px;
		text-align : center;
		height:20px;
		font-weight:bolder;
		text-decoration :none;
	}
	.lastnavigation {
		border-left: 2px solid black;
		border-bottom: 2px solid black;
		border-right: 2px solid black;
		border-top: 2px solid black;
		background-color:#99cc66;
		width:20px;
		text-align : center;
		height:20px;
		font-weight:bolder;
		text-decoration :none;
	}
	.kleineletters {
		font-size: 9px;
		font-family: verdana, sans-serif; 		
	}
	.debet { 
		background-color : #996600; 
		line-height:6px; 
		padding-left: 4px;
		padding-right: 4px 
	}
	.credit { 
		background-color : #339900; 
		line-height:6px; 
		padding-left: 4px;
		padding-right: 4px 
	}
	.sectieValue { 
		text-align:right 
	}	
	td.greyLine { 
		background-color : #333333; 
		line-height:1px 
	}

	table.linkpagina{
		background-color: #99cc66;
	}
	.citaat {
		font-style : italic;
		padding: 4px;
	}
	input.tips {
		border : 1px solid black;
		width: 38px;
		text-align : right;
	}

	/* tips.html styles */
	div.tips, td.tips, p {
		font-size : 12px;
	}
	h3.tips { 
		font-size :14px;
		font-weight: bold; 
	}
	div.tips {
		position: absolute;
		visibility : hidden;
		left: 0px;
		top: 0px;
	}

	/* faq.html styles */
	div.faq {
		position:absolute;
		visibility:hidden;
		left: 0px;
		top: 0px;
		width:300px;
		z-index: 10;
	}

	td.faqContents {
		vertical-align:top;
		background-color:#99cc66;
		width:370px;
		height:200px;
		padding:4px;
	}

	span.vraagTitel { 
		font-weight : bold; 
		font-size: 11px;
		height: 12px;
	}
	span.toolTip { 
		font-size : 11px; 
		background-color : #ffffcc;
		border:1px black solid;
		visibility : hidden;
		position : absolute;
		left : 0px; 
		top : 0px;
		width : 200px; 
		z-index:11;
	}

	/* links.html styles */
	div.links {
		visibility : hidden;
		position : absolute;
		width : 245px;
		height : 175px;
		left : 240px;
	}
	
	div.faqlinks {
		visibility : hidden;
		position : absolute;
		width : 245px;
		height : 175px;
		left : 280px;
	}
	
	td.linksContents {
		vertical-align:top;
		background-color:#99cc66;
		padding:4px;
	}
	table.links {
		vertical-align:top;
	}
	
	/* nieuwsbrief styles */
	input.nieuwsbrief
	{
		border : 1px solid black;
		width: 200px;
		text-align : left;
	}
	
