/*----------------------------*/
/*-- Rabo Top Noord-Holland --*/
/*----------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	height: 100%;
	width: 100%;
}

p { margin-bottom: 1em; }
p.error { border: 1px solid #f00; background: #fcc; color: #000; padding: 0.5em; }
.hidden { display: none; }
dt { font-weight: bold; }
dd { margin: 0px 0px 1em 15px; }
label { float: left; width: 9em; cursor: pointer; }
label.niet { float: none; width: auto; }
option { padding: 0em 1em 0em 1em; }
input.submit { margin-left: 9.2em; }
.formalign { margin-left: 9.2em; }
.aangepast { clear: both; font-style: italic; font-size: 75%; margin-bottom: 2em; }
.klein { font-size: 75%; }
ul { margin-left: 2em; }
ol { margin-left: 2em; }
h3 { margin: 1em 0px 0.5em 0px; }
fieldset { padding: 1em; }
legend { font-weight: bold; }
img { border: 0px; }

th{ text-align: left; font-size: 65%; font-weight: normal; }

/* -- ------- -- */
/* -- LAY-OUT -- */
/* -- ------- -- */
div#menu_space {
	padding: 10px 0px 10px 0px;
	background: #fff;
}
div#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url('../images/columns.gif') repeat-y center;
}

div#header { background: #fff; }
div#header img { display: block; }

div#footer { 
	bottom: 0px;
	clear: both;
	text-align: center;
	margin: 5em 0em 0.5em 0em;
	font-size: 75%;

	/*position: absolute;
	bottom: 0px;
	width: 1000px;
	bordeR: 1px solid black;
	height: 50px;*/
}

/* -- ---- -- */
/* -- MENU -- */
/* -- ---- -- */
div#menu {
	height: 17px;
	background: #00f;
}
div#menu h2 {
	display: none;
}
div#menu ul { margin: 0px; }
div#menu ul li {
	float: left;
	display: inline;
}
div#menu ul li a {
	display: block;
	background: url('../images/knop_bg.jpg');
	color: #fff;
	width: 95px;
	height: 17px;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-left: 5px;
}

/* -- ----------------- -- */
/* -- LEFT/RIGHT COLUMN -- */
/* -- ----------------- -- */
div#organisatie {
	float: left;
	width: 208px;
	text-align: center;
}
div#organisatie img, div#sponsors img {	border: 0px; margin-bottom: 5px; }
div#organisatie ul, div#sponsors ul { list-style-type: none; color: #fff; font-weight: bold; margin: 0px; }
div#organisatie h2, div#sponsors h2 { color: #fff; font-size: 120%; margin: 5px 0px 5px 0px; }

div#sponsors {
	float: right;
	text-align: center;
	width: 208px;
}


/* -- ------- -- */
/* -- CONTENT -- */
/* -- ------- -- */
div#content {
	/*tussen columns 584px*/
	width: 560px;
	float: left;
	margin-left: 10px;
	padding-bottom: 1em;
}

div#content h2 {
	background: orange;
	font-size: 120%;
	padding: 3px;
	margin-bottom: 1em;
}

/* nieuws */
h3 a {
	color: #000;
	text-decoration: none;
}
h3.nieuws {
	margin: 0px;
	padding: 1px 0px 2px 0px;
	background: orange;
	display: block;
	height: 1.3em;
	line-height: 1.3em;
	clear: both;
	margin-bottom: 5px;
	_font-size: 120%;
}
h3.nieuws span {
	float: left;
}
h3.nieuws span.datum {
	float: right;
	font-weight: normal;
	font-style: italic;
	font-size: 80%;
	padding-right: 0.1em;
}
div.nieuws {
	margin-bottom: 2em;
}
div.nieuws img {
	float: right;
}

table td.plaats { 
	background: #ccc;
}
table.reglement th {
	font-weight: bold;
	font-size: 100%;
}

table.teller {
	border: 1px solid #000;
	border-width: 0px 0px 1px 1px;
	font-size: 85%;
}
table.teller tr td, table.teller tr th {
	border: 1px solid #000;
	border-width: 1px 1px 0px 0px;
	padding: 3px;
}

table.uitslagen td { font-size: 75%; background: #eee;}
/*table.uitslagen td.1 { background: #fff; } table.uitslagen td.2 { background: #ccc; }*/


/* kalender */
table.kalender th {
    width: 10em;
}

