/* CSS Document - keemz.familieriemersma.nl */ 
/* 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:#FFFFFF url(../images/keemz-wit.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: gray;
					line-height: 22px;
					text-align: center;
					font-family: "Trebuchet MS";
					font-size: 16px;
					font-weight: bold;
					text-decoration: none;
					letter-spacing: 1px;
					color: #FFFFFF;
				}

a.keemz:hover	{	color: white; background-color: silver; }
  
/* MIDDEN-BLOK */
#midden			{	
					margin-top: 5px;
					border: 1px solid #707070;
					padding: 20px;
					background-color: transparent;
					text-align: justify;
				}
				
/* LET OP! - KADER */
#letop			{	border: 1px dotted #707070;
					padding: 10px;
					background-color: #F0F0F0;
					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: #303030;
					font-size: 18px;
				}

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

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

.subtekst		{	font-family: "Trebuchet MS";
					color: #A0A0A0;
					font-size: 9px;
					line-height: 10px;
				}
				
.help			{	background-color:transparent;
  					border-bottom: 1px dashed #707070;
  					cursor: help;
				}
				
/* DEFINITIE: LINKS */
a.linkTN		{	font-family: "Trebuchet MS";
					color: #707070;
					font-size: 14px;
					text-decoration: none;
				}
a.linkTN:hover	{	color: #303030;
					text-decoration: underline;
				}

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