/* CSS Document - keemz.familieriemersma.nl */
/* STIJL: ZWART */

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:#000000 url(../images/keemz-zwart.jpg) top center no-repeat;
				}

/* BASIS-'FRAME' */
#frame			{	width: 650px;
					margin-top: 150px;
					margin-left: auto;
					margin-right: auto;
					border: 0px;
					padding: 0px;
					background-color: transparent;
				}
      
      
/* NAVIGATIE (MENU) */
#navigatie		{	
					margin-top: 0px;
					border: 0px;
					padding: 0px;
					background-color: transparent;
				}

a.keemz			{	display: block;
					width: 100% ;
					background-color: #808080;
					line-height: 22px;
					text-align: center;
					font-family: "Trebuchet MS";
					font-size: 16px;
					font-weight: bold;
					text-decoration: none;
					letter-spacing: 1px;
					color: #000000;
				}

a.keemz:hover	{	color: black; background-color: #C0C0C0; }
  
/* MIDDEN-BLOK */
#midden			{	
					margin-top: 5px;
					border: 1px solid #808080;
					padding: 20px;
					background-color: transparent;
					text-align: justify;
				}

/* LET OP! - KADER */
#letop			{	border: 1px dotted #808080;
					padding: 10px;
					background-color: #101010;
					text-align: justify;
				}

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

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

.tekstnormaal	{	font-family: "Trebuchet MS";
					color: 808080;
					font-size: 14px;
				}

.tekstklein		{	font-family: "Trebuchet MS";
					color: 808080;
					font-size: 11px;
				}

.subtekst		{	font-family: "Trebuchet MS";
					color: #505050;
					font-size: 9px;
					line-height: 10px;
				}
				
.help			{	background-color:transparent;
  					border-bottom: 1px dashed #505050;
  					cursor: help;
				}

/* DEFINITIE: LINKS */
a.linkTN		{	font-family: "Trebuchet MS";
					color: #808080;
					font-size: 14px;
					text-decoration: none;
				}
a.linkTN:hover	{	color: #C0C0C0;
				}

a.linkTK		{	font-family: "Trebuchet MS";
					color: #808080;
					font-size: 11px;
					text-decoration: none;
				}
a.linkTK:hover	{	color: #C0C0C0;
				}