<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global white space */
* {
	padding : 0;
	margin : 0;
}

body {
	background-color: #000;
	font-family: 'Roboto', verdana, arial;
}

abbr {
	border-bottom: .1em dotted;
	cursor: help;
}

.complete{
    display:none;
}

/*slideshow*/
#slideshow {
    position:relative;
    height:180px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}


/* layout */
#page {
	width:700px;
	margin:0 auto;
	text-align:left;
}

#wrapper {
	padding: 0;
	margin: 0;
	background: #fff url('img/bg.gif') repeat-y 0 0;
}

#top {
	position:relative; 
	background-color: #e52821;
	height: 45px;
	color: #fff;
	background-image: url('img/top-bg-red.jpg');
	background-position: left;
	background-repeat: no-repeat;
	font-family: verdana, arial;
	font-size: 10px;
	width: 100%;
	border-bottom: 1px solid #892622;
}

#top img {
	margin-left: 7px;
	margin-top: 4px;
	margin-right: 7px;
}

#top span {
	float:right; 
	margin-top: 6px; 
	margin-right: 4px; 
	text-align:right;
}

#sidebar {
	width: 149px;
	position:relative;
	float:left;
	background-color: #e5e5e5;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	padding-bottom: 20px;
	margin-bottom:0;
}

#sidebar .rub {
	font-family: 'Roboto Condensed', verdana, arial;
	font-size: 13px;
	font-weight: 700;
	color: #777;
	text-transform: uppercase;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #aaa;
}

#sidebar p {
	line-height: 1.5;
	margin-right: 15px;
	margin-top: 4px;
}

#sidebar a {
	display: block;
}

#sidebar a:link {
	color: #2f5057;
	text-decoration: none;
}

#sidebar a:visited {
	color: #2f5057;
	text-decoration: none;
}

#sidebar a:hover {
	color: #6d0c00;
	text-decoration: underline;
}

#sidebar a:active {
	color: #004d70;
}

#sidebar a:visited.sel, #sidebar a:link.sel {
	color: #6d0c00;
	text-decoration: none;
}

#sidebar p.counter {
	color: #999;
	font-weight: normal;
	font-size: 9px;
	margin-top: 30px;
}

#content {
	border-left: 1px solid #8f8f8f;
	width: 550px;
	display:inline; 
	position: relative;
	float: right;
	background-color: #fff;
	color: #333;
	font-size: 13px;
	font-family: 'Roboto', verdana, arial;
	margin-bottom: 20px; 
}

#content p{
	margin: 15px;
	margin-top: 0;
	line-height: 1.4;
}

#top5 {
	width: 185px;
	float: right;
}

#top5 img {
	margin-top: 15px;
	margin-left: 10px;
	display: block;
}

#top5 table {
	margin-top: 0;
	margin-left: 10px;
	width: 158px;
	margin-bottom: 10px;
}

#footer {
	color: #777;
	font-family: 'Roboto', verdana, arial;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
	clear: both;
}


/* Course - Holes */
#course_holes_top5 {
	float:left;
	width: 165px;
}

#course_holes_bios {
	float:left;
	width: 165px;
}

#course_holes_top5 table {
	margin: 15px;
	margin-top: 0;
	width: 100%;
}

#course_holes_info {
	float:left;
	width: 140px;
}

#course_holes_stat {
	float:left;
	width: 200px;
}

#course_holes_img {
}


#events_show {
	border: 1px solid #999;
	background-color: #f8f8f8;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}


/* guestbook */
#guestbook_add {
}


#guestbook_view {
	
}

#gadd label {
	width: 110px;
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 14px;
	margin-bottom: 0px;
	text-align: right;
	font-weight: bold;
}

#gadd input.h {
	display: none;
}

#gadd fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#gadd input {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 180px;	
	border: 1px solid #999;
	padding: 4px;
	font-family: 'Roboto', verdana, arial;
	font-size: 13px;
}

#gadd input.submit {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 80px;
	width: 80px;
	border: 1px solid #999;
	font-family: 'Roboto', verdana, arial;
	font-size: 13px;
}

#gadd textarea {
	margin-left: 5px;
	margin-top: 10px;
	width: 350px;
	border: 1px solid #999;
	padding: 4px;
	font-family: 'Roboto', verdana, arial;
	font-size: 13px;

}

#gsearch label {
	width: 100px;
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 14px;
	margin-bottom: 0px;
	text-align: right;
	font-weight: bold;
}

#gsearch input.h {
	display: none;
}

#gsearch fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#gsearch input {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 5px;	
	border: 1px solid #999;
	padding: 4px;
	font-family: 'Roboto', verdana, arial;
	font-size: 13px;
}
#gsearch input.submit {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 115px;
	width: 80px;
	border: 1px solid #999;
	font-family: 'Roboto', verdana, arial;
	font-size: 13px;
}
#gsearch textarea {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 57px;
	width: 234px;
	border: 1px solid #999;
	padding: 4px;
	font-family: 'Roboto', verdana, arial;
	font-size: 13px;
	float: right;
}



#ui-datepicker-div {
	font-size:10px !important;
}

span.highlight_word {
	background-color: #fff2a8;
	color: #000;
}

.gb_wrapper {
	margin: 30px 30px; 
}


.gb_header {
	color: #fff;
	background-color: #222; 
	margin: 0; 
	padding: 10px 10px 4px 15px; 
}

.gb_header  a {
	color: #fff !important;
}

.gb_text {
	margin: 0 !important; 
	padding: 15px; 
	background-color:#222; 
	color: #eee;
}
.gb_text  a {
	color: #fff !important;
}

.gb_reply {
	background-image:url('img/replied.png'); 
	background-repeat:no-repeat; 
	background-position:5px 17px; 
	margin: 0 0 0 20px !important;
	padding: 15px 15px 15px 30px;  
	background-color: #e5e5e5; 
	border-top: 1px dotted #fff;
}

.gb_reply_text {
	margin: 5px 0 0 0 !important;  
	color: #444;
}


/*
.gb_header {
	color: #555;
	border-bottom: 2px solid #b9c5a1; 
	background-color: #fff; 
	margin: 0; 
	padding: 10px 10px 4px 15px; 
}

.gb_text {
	margin: 0 !important; 
	padding: 15px; 
	background-color:#fafbf8; 
	color: #5a6144;
}

.gb_reply {
	background-image:url('img/replied.png'); 
	background-repeat:no-repeat; 
	background-position:5px center; 
	margin: 0 !important; 
	padding: 15px 15px 15px 30px;  
	background-color: #fdfdfd; 
	border-top: 1px dotted #bbb;
}

.gb_reply_text {
	margin: 5px 0 0 0 !important;  
	color: #777;
}
*/


.guestbook_post {
	width: 85%;
	margin: 15px auto;
	margin-bottom: 30px;
}

.guestbook_post h2 {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #333;
	color: #bbb;
	padding: 5px;
	margin-bottom: 0;
	letter-spacing: 0; 
}

.guestbook_post h2  a:link {
	color: #fff;
	text-decoration: none;
}

.guestbook_post h2  a:visited {
	color: #fff;
	text-decoration: none;
}

.guestbook_post h2 a:hover {
	color: #fff;
	text-decoration: underline;
}

.guestbook_post h2 a:active {
	color: #fff;
}


.guestbook_post p {
	margin-top: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}


/* Page style */

.news {
	margin-bottom: 30px;
}

.submenu_end {
	border-right: 1px solid #8f8f8f;
}

a:link.submenu, a:visited.submenu {
	display:block;
	float:left;
	background-color: #e5e5e5;
	color: #2f5057;
	border-top: 1px solid #8f8f8f;
	border-bottom: 1px solid #8f8f8f;
	padding: 7px 12px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	margin-top: 12px;
	margin-left: 0;
	position: relative;
	left: -1px;
	
}
a:hover.submenu {
	color: #6d0c00;
	text-decoration: underline;
}

a:link.submenu_sel, a:visited.submenu_sel {
	color: #6d0c00;
	text-decoration: none;
}

h4, h5, h6, p, pre, blockquote, ul, ol, dl, fieldset, address {
	margin: 15px;
}

h1 {
	font-size: 22px;
	margin: 15px;
	padding: 6px;
	color: #556270;
	border-bottom: 1px dotted #ccc;
	font-family: 'Roboto Condensed',Georgia, "Times New Roman", serif; 
	font-weight: 700;
	letter-spacing: 1px;
}

h1.with_sub {
	margin-top: 30px;
	text-align: right;
}

h2 {
	font-size: 17px;
	margin: 15px;
	margin-bottom: 8px;
	color: #556270;
	font-family: 'Roboto Condensed',Georgia, "Times New Roman", serif;
	font-weight: 700;
	letter-spacing: 1px; 
}

h3 {
	font-size: 15px;
	margin: 15px;
	margin-bottom: 8px;
	color: #556270;
	font-family: 'Roboto Condensed',Georgia, "Times New Roman", serif; 
	font-weight: 700;
	letter-spacing: 1px;
}

li, dd {
	margin-left : 5%;
}

fieldset {
	padding : 0.5em;
}

a:link {
	color: #4E6042;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #4E6042;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

a:active {
	
}

abbr {
	color: #666;
}


table.events {
	margin: 15px;
	margin-top: 5px;
}

table.events td {
	padding: 3px;
	padding-left: 10px;
}

table.events td.month {
	padding-left: 0;
	color: #99ad87;
	font-family: 'Roboto', Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 900;
}

table.member {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 2px;
}

table.member td {
	padding: 3px;
}

table.member input, table.member select, table.member textarea {
	padding: 2px;
	border: 2px solid #99ad87;
	font-family: 'Roboto', verdana,arial;
}

table.kd {
	width: 450px; 
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
}

table.kd td {
	padding: 2px;
	text-align: center;
}

table.kd td.sort {
	background-color: #dedede;
}

table.kd thead {
	font-weight: bold;
	color: #bbb;
	background-color: #000;
}

table.kd thead td {
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url('img/bg_tablehead.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
}


table.kd thead a {
	font-weight: bold;
	color: #fff;
}

table.kdres {
	margin-left: 15px;
	border-spacing: 0;
	border-collapse: collapse;
}

table.kdres th {
	font-weight: bold;
	color: #bbb;
	background-color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	background-image: url('img/bg_tablehead.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
}

table.kdres td {
	width: 19px;
	padding: 2px;
	text-align: center;
}

table.kdlive {
	border-spacing: 0;
	/* border-collapse: collapse; */
	width: 520px;
	margin-left: 15px;
	border-collapse:separate;
}

table.kdlive th {
	font-weight: bold;
	color: #bbb;
	background-color: #000;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	background-image: url('img/bg_tablehead.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
}

table.kdlive td {
	width: 18px;
	padding: 1px;
	text-align: center;
}

div.yearpick {
	margin-top: 10px;
	margin-right: 10px;
	float:right;
}

.bio {
	color: #fff;
	background-color: #75DF17;
}


.under {
	color: #fff;
	background-color: #96B2DD;
}

.par {
}

.over {
	color: #fff;
	background-color: #C5887B;
}

.dubbel {
	color: #fff;
	background-color: #8F675F;
}

.trippel {
	color: #fff;
	background-color: #4F3737;
}


select {
	padding: 2px;
	border: 1px solid #aaa;
	margin: 4px;
	font-family: 'Roboto', verdana, arial;
}

option {
	padding-left: 4px;
	padding-right: 6px;
}


/* Float containers fix: http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.clearer { clear: both; height: 1px; overflow: hidden; margin-top: -1px; }



</pre></body></html>