/* ckweb.css 
  2005-11-06
   - Ook blauwe deel met k's
   - Achtergrond nu 100 x 100 pixels
  2006-05-26
   - header-left, header-mid, header-right, contents en footer toegevoegd.
*/

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11pt;
	color: #336699;
	background-image: url("blue-k-100.gif");
	background-repeat: repeat;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

a:visited {
}

a:hover {
	background-color: #FFF;
	color: #F00;
}

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; }

.ch1 {font-size: 3.3em; color: #336699; font-weight: bold}
.ch2 {font-size: 2.5em; color: #336699; font-weight: bold}
.ch3 {font-size: 1.9em; color: #336699; font-weight: bold}
.ch4 {font-size: 1.5em; color: #336699; font-weight: bold}
.ch5 {font-size: 1.2em; color: #336699; font-weight: bold}
.ch6 {font-size: 1.0em; color: #336699; font-weight: bold}

.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; }
.f12ptsred { font-size: 1.2em; color: red; font-weight: bold; }
.f10ptsred { font-size: 1.0em; color: red; font-weight: bold; }		

#container {
	position: relative;
	display: block;
	width: 740px;		/* Breedte uitwendig 761 pixels = 1 + 10 + 740 + 9 + 1 */
	height: auto;
	background-image: url("yellow-k-100.gif");
	background-repeat: repeat;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 9px;
	border: solid 1px #FC0;
	overflow: hidden;
}

#header-left {
	font-size: 9pt;
	display: block;
	width: 270px;
	float: left;
}

#header-mid {
	font-size: 7pt;
	display: block;
	width: 190px;
	text-align: center;
	float: left;
}

#header-right {
	font-size: 9pt;
	display: block;
	width: 270px;
	text-align: right;
	margin: 0px;
	float: right;
}

#titel {
	display: block;
	text-align: center;
	width: 740px;
	height: auto;
	border: solid 0px #FC0;
	margin: 0px 0px 2px 0px;
	padding: 10px 0px 10px 0px;
	float: left;
}

#titel-left {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 150px;
	height: auto;
	border: solid 0px #FC0;
	float: left;
}

#titel-mid {
	display: block;
	text-align: center;
	width: 440px;
	height: auto;
	border: solid 0px #FC0;		
	float: left;
}

#titel-right {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 150px;
	height: auto;
	border: solid 0px #FC0;
	float: right;
}

#ads {
	display: block;
	border: solid 1px #FC0;
	background: #FFFFAD;
	margin: 0px 0px 3px 0px;
	padding: 2px 4px 0px 4px;
	width: 730px;               
	height: auto;
	float: left;
}

#ads-b
{
	display: block;
	border: solid 1px #FC0;
	background-image: url("yellow-k-100.gif");
	background-repeat: repeat;
	margin: 2px 0px 3px 0px;
	padding: 6px 4px 6px 4px;
	text-align: center;
	width: 730px;               
	height: auto;
	float: left;
}
	
#remark
{
	display: block;
	border: solid 1px #FC0;
	background-image: url("yellow-k-100.gif");
	background-repeat: repeat;
	margin: 2px 0px 3px 0px;
	padding: 12px 14px 12px 14px;
/*	text-align: center;*/
	width: 710px;               
	height: auto;
	float: left;
}
	
#contents {
	border-top: solid 1px #FC0;
	padding: 10px 10px 10px 10px;
	width: 720px;
	float: left;
}

.links {
	padding: 4px 0px 6px 0px;
	border: solid 1px	#FC0;
	margin: 10px 0px 10px 0px;
	width: 718px;
	font-size: 9pt;
	text-align: center;
	float: left;
}	

#f-s-m {
	display: block;
	width: 728px;
	height: auto;
	border: solid 1px #FC0;
	margin: 3px 0px 3px 0px;
	padding-right: 10px;
	float: left;
}

#free {
	display: block;
	width: 343px;
	height: auto;
	border: solid 0px #FC0;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px 10px 10px;
	float: left;
}

#share {
	display: block;
	width: 344px;
	height: auto;
	border: solid 0px #FC0;
	border-left: solid 1px #FC0;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	float: right;
}

#meer {
	display: block;
	width: 343px;
	height: auto;
	border: solid 0px #FC0;
	border-top: solid 1px #FC0;
	margin: 5px 0px 5px 0px;
	padding: 5px 10px 10px 10px;
	float: left;
}

#nieuw {
	width: auto;
	border: solid 1px #FC0;
	margin: 3px 0px 3px 0px;
	float: left;
}
	
#nieuw-l {
	width: 343px;
	border: solid 0px #FC0;
	padding: 5px 10px 10px 10px;
	float: left;
}
	
#nieuw-r {
	width: 354px;
	border: solid 0px #FC0;
	padding: 5px 10px 10px 10px;
	float: right;
}

#footer {
	display: block;
	text-align: center;
	width: 720px;
	height: auto;
	border-top: solid 1px #FC0;
	margin: 2px 0px 0px 1px; 
	padding: 10px;
	float: left;
}

table {
	display: table;
	font-size: 11pt;
	width: 740px;
	height: auto;
	border: solid 1px #FC0;
	margin: 4px 0px 3px 0px;
	border-collapse: collapse;
	float: left;
}
	
td {
	border: solid 1px #FC0;
	padding: 2px;
	margin: 0px;
}

