@charset "iso-8859-1";

body {
	background-image: url('images/kringachtergrondkleur.gif');
	background-repeat:  center 50%; background-position-y:50%
}

body, a, p, tr, td, definition, h1, h2, ul {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 90%; 
	text-decoration: none }
	
body, a, p, td	{ color: #000066 }
	
	
a:link    { color: #0000FF }/* blauw*/

a:visited { color: #800080 }/* paars*/

a:active  { color: #999999 }/* grijs */
               
a:hover   { color: #FF3300; font-weight:bold }/* rood */
               

.Euro	      { font-family: Euro Sign }

.bijgewerkt  { font-size: 80% }/* voor de regel die aangeeft wanneer een pagina is bijgewerkt */
	
.citaat      { font-size: 100%; color: #cc0000; margin-left: 24 }/* zachtrood */

.bladwijzer  { font-size: 130%; text-align: left; color: #006600; margin-top: 12; 
               margin-bottom: 12 }
			   
.linkerkolom { font-size: 100%; text-align: right; valign: top }

table		{
			width: "100%";
			bordercolor:"#000066";
			border: 1px none;
			}
			
.linkerkolom {
			text-align: right;
			vertical-align: top;
			width:"30%";
			}

.middenkolom {
			text-align: center;
			vertical-align: top;
			width:"15%";
			}

.rechterkolom {
			text-align: left;
			vertical-align: top;
			width:"55%";
			}
			
.advertentielinks {
			text-align: left;
			vertical-align: top;
			width:"80%";
			}

.advertentierechts {
			text-align: left;
			vertical-align: bottom;
			width:"20%";
			}


td	{valign: top }

tr	{valign: top }

Definition	{Color: #336600	}

h1  { font-size: 150%; font-weight: normal; color: #CC6633; text-align: left }

h2  { font-size: 130%; font-weight: normal; color: #CC6633; text-align: left }

h6			{	/* gebruikt voor de wijzigingsregel, kleiner lettertype */
			font-size: 80%;
			font-weight: normal;
			background-color: transparent;
			}

h6 a 		{ font-size: 100%; } /* om de hyperlink in h6 op hetzelfde formaat als h6 te krijgen */



ul	{margin-bottom: 6}

.naartop {
		position:absolute;
		visibility:show;
		left:0px;
		top:-200px;
		z-index:2 }
