/* --- style sheet www.nirpa.nl -------------------------------------- */


/* --- algemeen  --------------------------------------------------------- */
html {
	margin:0;
	padding:0;
	height:100%;
	border:none;
}
body {
	width : 100%;
	height : 100%;
	color: #1B1B1B;
	margin : 0;
	padding : 0;
	font-size : 80%;
	font-family:  helvetica, arial, verdana, sans-serif;
	line-height:1.2em;
	background: #f4f4f4;
}

div.buiten {
	width : 100%;
	height : 100%;
	margin : 0;
	padding : 0;
	left : 0;
	top : 0;
	text-align:center;
}

/*h1 {
	margin : 0.8em 0 0.8em 0;
	padding : 0;
	padding-bottom:5px;
	font-size : 1.5em;
	color : #888;
	letter-spacing: 0.2em;
	font-weight:bold;
	font-family: "Stone Serif", georgia, Times, serif;
	border-bottom:1px dotted #ccc;
	width:100%;
}*/

h1, h2 {
	margin : 1.5em 0 4px 0;
	padding : 0;
	font-size : 1.2em;
	letter-spacing : 2px;
	color:#444;
}

h2.subkop {
	margin: -0.5em 0 1.5em 1em;
	padding : 0 0 0.5em 0;
	color : #000;
	font-weight : normal;
	font-style: italic;
	font-size: 1em;
	letter-spacing: 0.1em;
}

h3 {
	margin : 1.5em 0 0 0;
	padding : 0;
	font-size:1.1em;
	font-weight: bold;
	color:#444;
}
h4 {
	margin: 1em 0 0 0;
	padding:0;
	font-size:1em;
	font-weight:bold;
	color:#444;
}

p, h5, h6 {
	padding: 0;
	margin: 0 0 1em 0;
	line-height:1.2em;
	font-weight:normal;
	font-size:1em;
}

p.intro {
	letter-spacing:1px;
}

a {
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #f60;
}

a:hover {
	text-decoration : underline;
}

ul {
	margin : 0 0 1em 2em;
	padding : 0;
}

li, li a {
	padding: 4px 0;
}
form {
	margin:0;
	padding:0;
}

/*--- Wrapper en header ------------------------------------------------------------------------------ */
table.wrapper {
	width : 950px;
	background: #fff url("/images/bgWrapper.gif") top left repeat-y;
	border: 1px solid #4f4f4f;
	text-align:left;
	margin: 0 auto;
	margin-top: 5px;
	vertical-align:top;
}

table.wrapper tr td {
	margin : 0;
	padding : 0;
	vertical-align : top;
}
table.header {
	width:100%;
	border-bottom:2px solid #fff;
	height: 82px;
	background: #ededed url("/images/bgHeader.gif") center right no-repeat;
}
table.header tr td.header {
	width:100%;
}
img, img.header {
	border:0;
}
img.print {
	display:none;
}

/*--- Content ---------------------------------------------------------------------------------- */
table.content {
	width:100%;
	vertical-align:top;
}


/*--- Menu ---------------------------------------------------------------------------------- */
td.menu {
	margin : 0;
	padding : 0;
	width : 188px;
	vertical-align:top;
}

td.menu ul {
	margin : 0;
	padding : 0;
	text-indent : 0;
	list-style : none;
	/*width : 188px;*/
	background:transparent;
}

td.menu ul li {
	margin : 0;
	padding : 3px 0 3px 0;
	list-style: none;
}
td.menu ul li.select {
	margin : 0;
	padding : 3px 0 3px 0;
	list-style: none;
	background: url('/images/bgselect.gif');
}

td.menu ul li a {
	margin : 0;
	padding : 3px 0 3px 12px;
	background: transparent;
	font-weight:normal;
	color:#000;
	font-size:0.95em;
}
td.menu ul li a:hover {
	color:#BF0000;
	text-decoration:none;
}
td.menu ul li a.select {
	color:#BF0000;
	text-decoration:none;
	padding : 3px 0 3px 12px;
	background: transparent url('/images/bgselect.gif');
}
table.content tr td.menu div.sponsorblok {
	margin-top:15px;
	padding: 0 0 0 7px;
}
td.menu div.sponsorblok table {
	width:176px;
	border:0;
	border-collapse:collapse;
}

/*-- sub menu -------------------------------------------------------------------------------- */
td.menu ul li ul.sub {
	margin : 0;
	padding : 0;
	text-indent : 0;
	list-style : none;
	background: url('/images/bgselect.gif') top repeat;
	width : 188px;
}
td.menu ul li ul.sub li {
	margin : 0;
	padding : 0;
	display : block;
	list-style: none;
}
td.menu ul li ul.sub li a {
	margin : 0;
	padding : 3px 0 3px 20px;
	display : block;
	background: transparent;
	font-weight:normal;
	color:#000;
	font-size:0.9em;
}
td.menu ul li ul.sub li a:hover, td.menu ul li ul.sub li a.select:hover {
	color:#bf0000;
}
td.menu ul li ul.sub li a.select {
	color:#bf0000;
}


/*--- Content cell --------------------------------------------------------------------------- */
table.content tr td.content {
	background:#fff;
}
table.content tr td.content div.content {
	width:95%;
	margin:0 10px;
	padding:0 10px;
}

/*--- Tabel voor registers ------------------------------------------------------------------- */

table.register {
	margin : 0 0 2em 0;
	padding : 0;
	border : 1px solid #b7b7b7;
	font-size:0.95em;
	width:95%;
	border-collapse:collapse;
}

table.register thead tr td {
	margin : 0;
	padding : 4px 10px;
	color : #1b1b1b;
	font-weight:bold;
	background : #e4e4e4;
	border-bottom : 1px solid #4f4f4f;
	vertical-align:bottom;
}
table.register tfoot tr td {
	margin : 0;
	padding : 0;
	color : #fff;
	background : #e1e1e1;
	border-top : 1px solid #333;
}

table.register tbody tr td {
	margin : 0;
	padding : 10px;
	background:#fff;
	border-bottom: 1px dotted #b5b5b5;
}
table.register tbody tr td span a, span.link a {
	text-decoration:none;
	color: #1B1B1B;
	font-weight:normal;
}
div.links a, div.links {
	color:#fff;
	text-decoration:none;
	font-size:75%;
	margin-left:-5000px;
}

table.register tbody tr.gekleurd td {
	background : #f3f3f3;
}

#sponsorblok {
	width:176px;
	border:0;
	margin:auto;
}
p.registernav {
	text-align:center;
	font-size:0.9em;
	margin-left:-1em;
	margin-bottom:2em;
}			
p.registernav span.selected {
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#999999;
	color:#f60;
	font-weight:bold;
	padding:2px 3px;
	vertical-align:top;
}
p.registernav a, p.registernav a:visited {
	border:1px solid #ddd;
	padding:2px 3px;
	text-decoration:none;
	color:#333;
	font-size:0.9em
}
p.registernav a:hover, p.registernav a:hover:visited {
	text-decoration:none;
	background:#f83 none repeat scroll 0 0;
	border-color:#c50;
	color:#FFFFFF;