/* CK-Center.css 
  2005-11-06
   - Ook blauwe deel met k's
   - Achtergrond nu 100 x 100 pixels
*/

body {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11pt;
  color: #336699;                                      /* Tekst #336699 */
  background-image: url("blue-k-100.gif");
  background-repeat: repeat;
  margin: 0px;
}

#cntr {
  margin: auto;
  position: relative; top: 10px;   /* Anders witte strook aan bovenkant */
  width: 750px;
  height: auto;
  background-image: url("yellow-k-100.gif");
  background-repeat: repeat;
  border: solid 2px #FC0;
  }

div {
  margin-left: 5px;                     /* Tweemaal div, dus samen 10px */
  width: 730px;
}

code, tt, pre {
  font-family: "Courier New", Courier, monospace;
}

code {
  font-size: 14pt;
}

.nomarg {
  background-color: #eeeecc;
  margin-left: 0px;
  margin-right: 0px;
}

.nomarg {
  background-color: #eeeecc;
  margin-left: 0px;
  margin-right: 0px;
}

a:link {
}

a:visited {
}

a:hover {
	background-color: #FFF;         /* FC0; */
	color: #F00;                    /* FFF; */
}

a:active {
	background-color: #039;
	color: #FFF;
	cursor: pointer;
}
		
h1 { margin: 0px; font-size: 3.3em; color: #336699; }
h2 { margin: 0px; font-size: 2.5em; color: #336699; }
h3 { margin: 0px; font-size: 1.9em; color: #336699; }
h4 { margin: 0px; font-size: 1.5em; color: #336699; }
h5 { margin: 0px; font-size: 1.2em; color: #336699; }
h6 { margin: 0px; font-size: 1.0em; color: #336699; }

.inline {display: inline; }

.f33ptsblue { font-size: 3.3em; color: #336699; font-weight: bold; }
.f23ptsblue { font-size: 2.5em; color: #336699; font-weight: bold; }
.f19ptsblue { font-size: 2.0em; color: #336699; font-weight: bold; }
.f16ptsblue { font-size: 1.6em; color: #336699; font-weight: bold; }
.f13ptsblue { font-size: 1.3em; color: #336699; font-weight: bold; }
.f12ptsblue { font-size: 1.2em; color: #336699; font-weight: bold; }
.f11ptsblue { font-size: 1.1em; color: #336699; font-weight: bold; }
.f10ptsblue { font-size: 1.0em; color: #336699; font-weight: bold; }

.f33pts { font-size: 3.3em; }
.f30pts { font-size: 3.0em; }
.f25pts { font-size: 2.5em; }
.f23pts { font-size: 2.3em; }
.f20pts { font-size: 2.0em; }
.f19pts { font-size: 1.9em; }
.f16pts { font-size: 1.6em; }
.f15pts { font-size: 1.5em; }
.f14pts { font-size: 1.4em; }
.f13pts { font-size: 1.3em; }
.f12pts { font-size: 1.2em; }
.f11pts { font-size: 1.1em; }
.f10pts { font-size: 1.0em; }
.f9pts { font-size: 0.9em; }
.f8pts { font-size: 0.8em; }
.f7pts { font-size: 0.7em; }
.f6pts { font-size: 0.6em; }
.f5pts { font-size: 0.5em; }

.f16ptsred { font-size: 1.6em; color: red; font-weight: bold; }
.f13ptsred { font-size: 1.3em; color: red; font-weight: bold; }
.f10ptsred { font-size: 1.0em; color: red; font-weight: bold; }