@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #CCC;
}

div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #container #mainContent p a {
	color: #666;
}
.thrColFixHdr #container #mainContent p a:hover {
	color: #999;
}

.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #container #sidebar2 p {
	margin-top: 10px;
}
.thrColFixHdr #container #sidebar2 p a {
	color: #666;
}
.thrColFixHdr #container #sidebar2 p a:hover {
	color: #999;
}


.thrColFixHdr #mainContent {
	margin-right: 200px;
	margin-bottom: 20px;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 15px;
} 

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #container #footer p a {
	color: #666;
}
.thrColFixHdr #container #footer p a:hover {
	color: #999;
}
.LinkNatalie {
	float: right;
	margin-right: 20px;
}

.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.LinksOff {
	width: 191px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: right;
	margin-top: 30px;
	margin-right: 10px;
}
.KRLogo {
	width: 180px;
	margin: 20px;
}




h1 {
	font-size: 100%;
	color: #666;
}

h3 {
	margin-bottom: 10em;
	color: #666;
	font-size: 90%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 150%;
}
h4 {
	font-size: 12px;
	color: #666;
}

h5 {
	color: #666;
}

h6 {
	color: #999;
	font-size: 70%;
}




p {
	font-size: 80%;
	color: #666;
	line-height: 17px;
}
.thrColFixHdr #container #mainContent p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.thrColFixHdr #container #mainContentKalender {
	margin-left: 200px;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 10px;
}




.thrColFixHdr #container #mainContentKalender h1 a {
	color: #666;
}
.thrColFixHdr #container #mainContentKalender h1 a:hover {
	color: #999;
}
.thrColFixHdr #container #mainContentKalender h4 a {
	color: #666;
}
.thrColFixHdr #container #mainContentKalender h4 a:hover {
	color: #999;
}

.thrColFixHdr #container #mainContentKalender p a {
	color: #666;
}
.thrColFixHdr #container #mainContentKalender p a:hover {
	color: #999;
}


#Inschrijven01 {
	width: 250px;
	margin-top: 10px;
	padding: 10px;
	margin-bottom: 50px;
}
#Inschrijven01 h3 {
	background-color: #D6D6D6;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Inschrijven01 p {
	padding-left: 5px;
}

#Paswoord {
	padding: 10px;
	width: 250px;
	margin-top: 5em;
	float: right;
}
#Paswoord h3 {
	background-color: #D6D6D6;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Paswoord p {
	padding-left: 5px;
}

.thrColFixHdr #container #mainContentKalender p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.thrColFixHdr #container #mainContentKalender #Inschrijven01 p a {
	color: #666;
}
.thrColFixHdr #container #mainContentKalender #Inschrijven01 p a:hover {
	color: #999;
}
.thrColFixHdr #container #mainContentKalender #Paswoord p a {
	color: #666;
}
.thrColFixHdr #container #mainContentKalender #Paswoord p a:hover {
	color: #999;
}
#TabelKampioenschap {
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
	margin-left: 30px;
}
#TabelKampioenschap td {
	font-size: 12px;
	padding-top: 5px;
	margin: 0px;
	height: 25px;
}

#TabelCommissie {
	font-size: 12px;
	color: #666;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#TabelCommissie td {
	height: 25px;
	padding-top: 2px;
}
#TabelCommissie a {
	color: #333;
}
.Veekmans01 {
	margin-left: 185px;
	margin-bottom: -30px;
}
.Veekmans1b {
	width: 283px;
	margin-left: -100px;
	margin-top: 5em;
	margin-bottom: -20px;
}
.Veekmans2 {
	width: 279px;
	margin-left: 220px;
}

.Veekmans4 {
	float: left;
	width: 239px;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 5px;
}
.Veekmans7 {
	float: right;
	width: 290px;
	margin-left: 15px;
	margin-top: 50px;
}
.Veekmans10 {
	width: 280px;
	margin-left: 280px;
	float: right;
	margin-top: -200px;
}

.Veekmans11 {
	margin-left: 180px;
}
.Year2011 {
	height: 300px;
	width: 400px;
	margin-left: 35px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.Hermans {
	height: 62px;
	width: 200px;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 4px;
}

