body         { color: navy; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 5px 0px; padding: 5px 0px }
p        { color: navy; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 5px 0px; padding: 5px 0px }
td        { color: navy; font-weight: normal; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 5px 0px; padding: 5px 0px }
td.groot {font-size: 14px; font-weight: bold;}
a:link      { color: #4169e1; text-decoration: none }
a:visited      { color: #4169e1; text-decoration: none }
a:hover   { color: #b22222 }
a:active    { color: #00f; text-decoration: none }
.text.groot { font-size: 15px }
.text.klein  { font-size: 11px }
.titel1   { color: #0068cc; font-size: 14px; line-height: 15pt; vertical-align: baseline; margin-top: 3px; margin-bottom: 3px; padding-top: 3px; padding-bottom: 3px }
.titel_nieuws { color: #3e70c0; font-size: 13px; line-height: 13pt; vertical-align: baseline; margin-top: 3px; margin-bottom: 3px; padding-top: 3px; padding-bottom: 3px }
.foto.voetnoot  { color: #b0c4de; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.titel_tornooi  { color: #008b8b; font-weight: lighter; font-size: 17px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; letter-spacing: 180% }
.ondertekening { font-variant: small-caps; font-size: 8px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: right }
.header { font-size: 13px; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; }
.avondverantwoordlijkheid { width:600px; border:1px solid black; padding:0px; border-spacing:0px; border-bottom:0px;border-right:0px;}
td.date { width: 80px; border-bottom: 1px solid black; text-align:right; padding-right:10px; border-spacing:0px;}
td.name {border-bottom:1px solid black; border-left:1px solid black; padding-left: 10px; border-right:1px solid black; border-spacing:0px;}


//Nodig voor de jeugdtornooien:

#wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 600px;
	height: 20px;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	color: #286D8A;
	float: left;
	padding-left:6px;
	border: 1px #2694E8 solid;
	background-image:url('pic/back2.png');
	background-repeat: repeat-x;
	cursor: pointer;
	-moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius:7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
	margin-bottom:1px;
	}
	
	.selected {	
	width: 600px;
	heigt: 20px;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	color: #FFFFFF;
	float: left;
	padding-left:6px;
	border: 1px #2694E8 solid;
	background-image:url('pic/back.png');
	background-repeat: repeat-x;
	cursor: pointer;
	-moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius:7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
	margin-bottom:0px
	}
	
.accordionContent {	
	width: 600px;
	font-family: Lucida Sans Unicode;
	font-size: 13px;
	color: #286D8A;
	padding-left:6px;
	border: 1px #CCE6FF solid;
	float: left;
	background: #E9F7FC;
	display: none;
	-moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius:0px 0px 7px 7px;
    -khtml-border-radius:0px 0px 7px 7px;
    border-radius: 0px 0px 7px 7px;
	margin-bottom:2px;
}
	

