/*
   This file contain various css settings, by Albert, for http://Albert.Mietus.nl
   Use and copy at will ..
   Once, the file will be 'cleanuped'
/*
Kleuren
   Blauw:  #000066		H.Licht blauw  #eeeeff
   Rood:   #cc3333		Licht rood     #ffcccc
   Silver  #c0c0c0		Gray:	       #808080
   Black: (#000000)		White	      (#ffffff)
*/


/* GENERAL */
*				{ font-family: "Georgia", "Times New Roman", "Times", serif;}
html,body			{ font: 11pt Georgia, sans-serif;
				  margin:0; padding:0;
				  background: white;
				  color: black;}

.hidden				{ display: none; }
h1.url				{ display: block; float: left; padding:0;
				  float: left; padding:0; margin:0; }
h1.hidden			{ display: none; } /* overrrule 'h1.url' for h1[class=url hidden] */
a.url				{ display: none; }


/* Masthead*/
#mastHead *			{ color: black; background: #f1f1f1; /* a shadow-color in the image*/
				  text-align: center;
				  font-weight: normal; font-style: normal; letter-spacing: inherit;
				  padding: 0; margin:0; border: 0;}
#mastHead			{ font-size: 150%;}
#mastHead h1			{ font-size: 200%; font-variant: small-caps; letter-spacing: 2px;
				  padding: 0; margin:0;}
#mastHead h1 b			{ font-size: 120%;     }
#mastHead h1 i			{ font-variant: normal;letter-spacing: inherit;}
#mastHead h2			{ font-size: 100%; font-variant: normal; letter-spacing: 2px;
				  padding: 0; margin:0;}
#mastHead hr			{ border-top:	 1px solid rgb(0%,0%,50%);
				  border-bottom: 2px solid rgb(90%,95%,90%);}
#mastHead img 			{ height: 100%; width: 100% }

/*etc*/
div#navBorder			{ background: #cc3333; color: black;}
#Footer				{ clear:both; font-size: 80%;}


/**
 ** Links worden tabel-achtig weergegeven
 **/
.links			{ margin: 0.5em; width: auto; float: left; font-size: 10pt;}
.links p    		{ padding: 0.25em; margin: 0; text-align: center; font-weight:bold;} /*Kop*/
.links a 		{ text-decoration: none; 	display: block; padding: 0; text-indent: -1em; padding-left: 1em;}
.links a:hover		{ text-decoration: underline;}
.links li   		{ list-style: none inside; }
.links ul   		{ padding: 0 1em; margin:0.5em;}

/* Kleuren: */
.links			{ color: #eeeeff;	background: #808080;}
.links p    		{ color: #ffffff; 	background: #000066;}
.links a    		{ color: #000066;	background: transparent;}

/**
 ** show.IT contains a transcript of all text;
 **         needed for SEO. but keep it simple, small and unformated
 **/
div.transcript		{ white-space:pre;
                          font-size: xx-small;
                          color: #808080;}
div.transcript h1 {  color: #000066; size: auto;}
/* Bazaar revno=317 */
