
body { 
	background: #3B85E4 url("/images/bg_body.jpg") repeat-x left top; 
	margin:0;
	padding:0;
	font: 85%/100%;
	font-family:Tahoma ,Helvetica, Arial, Verdana, sans-serif;
}



/* structuur */

#linkerkolom { 
	position: absolute;
	top:0;
	left:0px 
}

#rechterdeel {
	position: absolute; 
	top: 0; 
	left: 127px; 
}

#content_begin { 
	width: 724px; 
	min-height: 422px; 
	background:  url("/images/content_begin.jpg") no-repeat left top; 
}

#content { 
	min-height: 422px; 
	color: rgb(255,255,255); 
	padding: 0.1em 80px 1em 96px; 
}

#content_verlengde { 
	background:  url("/images/content_herhaling.jpg") repeat-y left top;
}

#sponsors{
	margin:1em 0em 2em 0em;
	text-align:center;
}

#textlinks{
	text-align:center;
	color:#fff;
	margin-bottom:1em;
}

#textlinks a{
	color:#fff;
	padding:0 0.3em
}

#textlinks a:hover{
	color:#fff;
	text-decoration:none;
}



/* type */
h1 { 
	font-weight: bold;
	font-size:120%;
	margin-top: 0;
	color:#FFFFFF; 
}

h2 { 
	font-weight: bold;
	font-size:105%;
	margin-top:2em;
	margin-bottom:0.5em;
	color:#FFFFFF; 
}

td{
	color:#FFFFFF;
}

/* images */
img.pic { 
	border: solid 1px rgb(255,255,255);
}

img.thumb {
	display:block;
    float:left;
	border: solid 1px rgb(255,255,255);
	margin:0 1em 1em 0 ;
}

img#bubbles { 
	position: absolute; 
	bottom: 0;
	left: 0 
}

img.vuller{
	width:1px;
	height:400px;
	float:right;
}

p.nextpics{
	text-align:right;
}

p.nextpics a{
	padding-right:0.5em
}

/*tabellen*/
table.agenda td{
	padding:2px 4px 2px 2px;
    border:1px dotted white;
}
table.agenda td.namen{
	padding:2px 4px 2px 2px;
	border:0;
}



table.uitslagen th{
	padding:2px 4px 2px 2px;
	text-align:left;
	color:#fff;
}

table.uitslagen td{
	padding:2px 4px 2px 3px;
    border:1px dotted white;
}

table.uitslagen tr.clublid td{
	background-color:#FFF;
	color:#3b85e4;
}