body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
}
form {
	margin: 0px;
	display: inline;
}
img {
	border-width: 0;
}
p {
	margin: 0px;
	padding: 3px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	background-color: inherit;
	color: #000000;
}
select,textarea,input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-width: 1px;
	padding: 0px 0px 0px 0px;
	background-color: rgb(247, 247, 247);
}

/* Logo and title bar */
div.logo {
	height: 67px;
	max-width: 970px;
	margin: 10px auto 5px auto;
	display: block;
}
div.titlebar {
	border-color: rgb(26, 102, 26);
	border-style: solid;
	border-width: 0 0 5px 0;
	margin: 0px;
}
div.titlehead {
	max-width: 970px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	border-width: 1px 1px 0 1px;
	margin: 0 auto 0 auto;
}
div.titlehead ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.titlehead ul li {
	border-color: rgb(204, 204, 204);
	border-style: solid;
	border-width: 0 0px 0 0;
}
div.titlehead ul li div {
	border-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px 1px 0 1px;
	background-color: rgb(26, 102, 26);
	color: rgb(255, 255, 255);
	padding: 4px 8px 3px 8px;
	text-transform: uppercase;
	font-size: 1.2em;
}

/* Wrapper for everything not title or footer */
div.content
{
	max-width: 970px;
	margin: 7px auto 7px auto;
}

div#selectie, div#links, div#gespeeld, div#tespelen, div.matrix, div.list, div.block, div.contentblock table, ul ul {
	margin: 7px 0px 0px 0;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	border-width: 1px;
}
div#selectie div.head, div#links div.head, div#gespeeld div.head, div#tespelen div.head, div.block div.head, div.blockcol div.head, div.matrix div.head {
	background-color: rgb(247, 247, 247);
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: rgb(204, 204, 204);
	height: 23px;
	margin: 0 0 3px 0;
}
div#selectie h2, div#links h2, div#gespeeld h2, div#tespelen h2, div.block h2, div.blockcol h2, div.matrix h2 {
	margin: 5px 5px 0 5px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: normal;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	line-height: 20px;
	float: left;
	background-color: rgb(255, 255, 255);
	color: rgb(26, 102, 26);
}
div.block h2 a, div.blockcol h2 a, div.matrix h2 a {
	font-size: 12px;
	font-weight: normal;
	color: rgb(26, 102, 26);
}

/* Selectie box (links op scherm) */
div#selectie {
	float: left;
	width: 49.5%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
}
div#selectie table {
	margin: 0px;
	padding: 3px;
}

/* Box met linkjes (rechts op scherm) */
div#links {
	padding: 0px;
	margin: 0px 0px 0px 50.5%;
	display: block;
}
div#links a:visited, div#links a, div#links a:hover {
	color: rgb(26, 102, 26);
}

/* Block colums for frontpage */
div.blockcol {
	padding: 0px;
	float: left;
}
div.blockcol div.scroll {
	overflow: auto;
	height: 350px;
	margin-bottom: 0px;
}
div.blockcol div.list {
	padding: 0px;
}
div.list a {
	display: block;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(26, 102, 26);
}
div.list a:hover {
	background-color: rgb(247, 247, 247);
}

/* Standen matrix */
div.matrix {
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	padding: 0px;
	background-color: rgb(247, 247, 247);
}
div.matrix table {
	border-style: solid;
	border-width: 0px;
	margin: 0px;
	clear: both;
}
div.matrix th {
	border-style: solid;
	border-width: 0 0 1px 0;
	font-weight: normal;
	padding: 1px 2px 1px 2px;
}
div.matrix td {
	border-style: solid;
	border-width: 0px;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	border-width: 0px 1px 1px 0px;
	text-align: center;
	background-color: rgb(255, 255, 255);
}
div.matrix td a {
	color: rgb(26, 102, 26);
	text-decoration: none;
}
div.matrix .prom {
	border-bottom-style: solid;
	border-bottom-color: #00aa00;
	border-bottom-width: 1px;
}
div.matrix .deg {
	border-bottom-style: solid;
	border-bottom-color: #ff0000;
	border-bottom-width: 1px;
}
div.matrix td.aL {
	text-align: left;
}
div.matrix td.aR {
	text-align: right;
}
div.matrix table, div.matrix td, div.contentblock td.tbt {
	border-color: rgb(247, 247, 247);
}
div.matrix th {
	border-color: rgb(204, 204, 204);
}
div.matrix table, div.matrix td {
	border-color:  rgb(204, 204, 204);
}
div.matrix th.tbl {
	border-right-width: 1px;
}
div.matrix td.aL, th.aL {
	text-align: left;
}
div.matrix td.aR {
	text-align: right;
}

/* Gespeelde wedstrijden lijst */
div#gespeeld {
	border-style: solid;
	border-width: 1px;
	float: left;
	width: 49.5%;
	padding: 0px;
	margin: 7px 0 0px 0;
}
div#gespeeld div {
	padding: 0px 3px 0px 3px;
}
div#gespeeld table {
	width: 100%;
}
div#gespeeld td {
	white-space: nowrap;
}

/* Te spelen wedstrijden lijst */
div#tespelen {
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	margin: 7px 0px 0px 50.5%;
}
div#tespelen div {
	padding: 0px 3px 0px 3px;
}
div#tespelen table {
	clear: none;
	width: 100%;
}
div#tespelen td {
	white-space: nowrap;
}
div#tespelen .gewijzigd {
	text-decoration: underline;
}

/* Normal content block */
div.block {
	border-width: 1px;
	border-style: solid;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	white-space: nowrap;
}
div.block h2 a {
	color: rgb(26, 102, 26);
}
div.block th {
	padding: 1px 3px 1px 3px;
	text-align: left;
}
div.block td {
	border-style: solid;
	border-width: 0px;
	white-space: nowrap;
	padding: 1px 3px 1px 3px;
	text-align: left;
}
div.block td.aR {
	text-align: right;
}
div.block td.aC {
	text-align: center;
}
div.block td.tbt {
	border-style: solid;
	border-top-width: 1px;
}
div.block td.gewijzigd {
	text-decoration: underline;
}

/* Footer */
div.footer {
	padding: 7px 0 0 0;
}
div.footer div {
	max-width: 970px;
	margin: 0 auto 0 auto;
	background-color: rgb(26, 102, 26);
}
div.footer td {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
/* 	padding: 2px 5px 2px 5px; */
}
div.footer a {
	font-size: 12px;
	text-decoration: underline;
}
div.footer select {
	font-size: 9px;
}
div.footer select { color: #000000; }
div.footer td { color: #ffffff; }

ul {padding: 0; margin: 0;}
ul.cssmenu li, ul.icssmenu li {list-style-type: none;
  position: relative; margin: 0; padding: 2px;
  white-space: nowrap;text-decoration: underline;}
ul.cssmenu ul, ul.icssmenu ul {display: none; border-width: 1px; border-style: solid;}
ul.cssmenu ul ul {min-width: 200px; max-height: 300px; overflow: auto;}
ul.cssmenu li:hover > ul {display: block; position: absolute; top: -1px; left: 50px; z-index: 1;}
li a {display: block; text-decoration: none;}
ul.cssmenu > li:hover > ul {top: 1.2em; left: 0px;}

ul.icssmenu li:hover > ul {display: block; position: absolute; bottom: 10px; left: 50px; z-index: 1;}
ul.icssmenu > li:hover > ul {bottom: 1.2em; left: 4em;}
ul.cssmenu li a:hover, ul.icssmenu li a:hover {background-color: #ffffff;}
ul ul { background-color: #ffffff; border-color: rgb(204, 204, 204); }

.aR	{ text-align: right; }
.aL	{ text-align: left; }
.aC	{ text-align: center; }

