/* CSS Document - keemz.familieriemersma.nl */ 
/* SPEL-STIJL: WIT */

body,table,td,tr,div,p,dd,dl,dt,span,form,h1,h2,h3,h4,h5,h6,textarea,input
     {font-family:'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
     }

body			{	background: white;
					margin-top: 10px;
					margin-left: 10px;
					margin-right: 10px;
				}

/* TEKST-'FRAME' */
#tekst			{	margin-top: 15px;
					margin-left: 5px;
					margin-right: 5px;
					border: 1px solid gray;
					padding: 10px;
					background-color: transparent;
					text-align: justify;
				}      

/* COPYRIGHT */
#copyright		{	margin-top: 2px;
					margin-left: 5px;
					margin-right: 5px;
					border: 0px;
					padding: 0px;
					background-color:transparent;
					text-align: right;
				}

/* NAVIGATIE (KNOPPEN) */
#knoppen		{	margin-top: 10px;
					margin-left: 5px;
					margin-right: 5px;
					border: 0px;
					padding: 0px;
					background-color: transparent;
					text-align: center;
				}

/* DEFINITIE: TEKST */
.kop			{	font-family: "Trebuchet MS";
					color: #606060;
					font-size: 18pt;
				}

.tekstnormaal	{	font-family: "Trebuchet MS";
					color: gray;
					font-size: 10pt;
				}

.tekstklein		{	font-family: "Trebuchet MS";
					color: gray;
					font-size: 8pt;
				}

/* DEFINITIE: LINKS */
a.linkTK		{	font-family: "Trebuchet MS";
					color: gray;
					font-size: 8pt;
					text-decoration: none;
				}
a.linkTK:hover	{	color: #303030;
					text-decoration: underline;
				}