/* Achtergrond */

body { 	background-color: #FFFFFF ;
	background-image: url("media/figuren/backstar.gif");
	background-attachment: fixed;

	scrollbar-base-color: black; /* achtergrondskleur schuifbalk */
	scrollbar-face-color: ; /* kleur schuifbalk */
	scrollbar-track-color: black; /* kleur balk */
	
	scrollbar-highlight-color: white; /* kleur bovenkant schuifbalk */
	scrollbar-shadow-color: white; /* kleur onderkant schuifbalk */
	scrollbar-3d-light-color: silver; /* kleur ??? zijkant schuifbalk ??? */	

	scrollbar-dark-shadow-color: silver; /*kleur schaduw */

	scrollbar-arrow-color: white; /* kleur pijl */

	/* cursor: help; */

	}

/* Links */

A:link { color: #ffffff; }
A:visited { color: #ffffcc; }
A:active { color: #ffffff; }
A:hover { background: #fce702; color: #ff0000; font-size:12; font-weight:bold;  }

/* Illustraties */

img.figuur01 {src: url(http://www.astromobiel.com/media);
		align: center; }

/* Hoofdtitel */

#titel01 {	font-family: Curlz MT, Verdana, Arial, Helvetica, sans-serif;
		color: #ffaaaa;
		font-weight: bold;
		font-size: 24pt;
		text-align: center; }

/* Ondertitel */

#titel02 {	font-family: Curlz MT, Verdana, Arial, Helvetica, sans-serif;
		color: #ffff88;
		font-weight: bold;
		font-size: 14pt;
		text-align: center; }

/* Subtitel */

#titel03 {	font-family: Curlz MT, arial;
		color: #fce702;
		font-weight: bold;
		font-size: 11pt;
		text-align: center; }

/* tekst */

#tekst01 {	font-family: Andy, Verdana, Helvetica, sans-serif, ;
			color: #FF8040;
			font-size: 9pt;
			font-style: italic;
			text-align: justify; }

#tekst02 {	font-family: Andy, Verdana, Arial, Helvetica, sans-serif;
			color: #ffffff;
			font-size: 9pt;
			text-align: justify; }

#tekst03 {	font-family: Andy, Verdana, Helvetica, sans-serif;
			color: #ffffcc;
			font-size: 9pt;
			font-style: italic;
			text-align: justify; }

#tekst04 {	font-family: Andy, Verdana, Arial, Helvetica, sans-serif;
			color: #ffffcc;
			font-size: 9pt;
			text-align: justify; }

#tekst05 {	font-family: Andy, Verdana, Helvetica, sans-serif;
			color: #FF8040;
			font-size: 8pt;
			font-style: italic;
			text-align: right; }

/* citaat */

#citaat {	font-family: Andy, Verdana, Helvetica, sans-serif;
			color: #ffffcc;
			font-weight:bold;
			font-size: 9pt;
			font-style: italic;
			text-align: center; }

/* menu op pagina */

#menu {	font-family: Andy, Verdana, Arial, Helvetica, sans-serif;
			color: #ffffff;
			font-weight: bold;
			font-size: 7pt;
			text-align: justify; }

/* Links */

#lijst {	font-family: times new roman;
		color: #000000;
		font-weight: light;
		font-size: 9pt;
		text-align: center; }


/* Insert the following code right above your <form> tag */
/*After that, add </div> right after your </form> tag. */
 
/* <style type="text/css"> */
/* .customform1 INPUT, .customform1 SELECT, .customform1 TEXTAREA { */
/* background-color: yellow; */
/* color: red; */
/* font-family: arial, helvetica; */
/* font-size: 12px; */
/* border: outset 2px blue; */
/* padding: 2; */
/* } */
/* </style> */

/* <div class="customform1"> */



/* Note: */
/* If you want the custom cursor to work on the entire page you should: */
/* 1: insert the <span style="cursor:whatever;"> right under the <BODY>-tag */
/* 2: insert the </span> just before the ending </BODY>-tag */

/* If you want it to work on links within a single table only, you should: */
/* 1: insert the <span style="cursor:whatever;"> before the <TABLE>-tag */
/* 2: insert the </span> right after the ending </TABLE>-tag */

/* If you want it to work on links within a single link only, you should: */
/* 1: insert the style="cursor:whatever;" directly in the <A HREF>-tag */
/* For example: */
/* <A HREF="mypage.htm" style="cursor:crosshair;">CLICK HERE</A> */

