/*
lichtblauw : #c7d7ee
donkerblauw : #2c3f6a
rood : #c23927
px / pt zijn pixels
em is relatief t.o.v. lettertype (0.2 = 20%)
*/
body { 
	background: #c7d7ee;
	font-family: Trebuchet MS;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #2c3f6a;
	
	scrollbar-face-color: #c7d7ee;
	scrollbar-highlight-color: #c7d7ee;
	scrollbar-shadow-color: #2c3f6a;
	scrollbar-3dlight-color: #2c3f6a;
	scrollbar-arrow-color:  #2c3f6a;
	scrollbar-track-color: #2c3f6a;
	scrollbar-darkshadow-color: #c7d7ee;
}
body.top { 
	background: #ffffff;
}

P { 
	font:9pt Trebuchet MS;
	color:#2c3f6a;
	margin-left:8px;
	margin-right:8px;
}

H1 { 
	font: bold 11pt Trebuchet MS;
	letter-spacing:0.2em;
	color:#2c3f6a;
	margin-left:8px;
}

A.intern{ 
	color:#c23927;
	font:bold 9pt Trebuchet MS;
	text-decoration: none
}
a.intern:visited {
	color: #c23927;
}
a.extern{
	color:#2c3f6a;
	font: 9pt Trebuchet MS;
	text-decoration: none
}
a.extern:visited {
	color: #2c3f6a;
}
a.mail {color:#2c3f6a;
	font:9pt Trebuchet MS;
	text-decoration: none
}

A:active {
	color: #c23927;	
}

a:hover {
	color: #c23927;
	text-decoration:underline;
}

div { 
	font:9pt Trebuchet MS;
	color:#2c3f6a
}

input {
	font:9pt Trebuchet MS;
	color: #2c3f6a;
}
input.button {
	font:bold 9pt Trebuchet MS;
	color: #c7d7ee;
	background-color: #2c3f6a;
}
select {
	font:9pt Trebuchet MS;
	color: #2c3f6a;
}
td {
	font:9pt Trebuchet MS;
	color:#2c3f6a;
	padding: 0pt;
}

table {
	text-align:left;
	border-style: solid;
	border-width: 1;
	border-color:#c23927;
}

table.none {
	text-align:left;
	border-style: none;
	border-width: 0;
}
table.statistieken {
	text-align:left;
	border-style: solid;
	border-width: 1;
	border-color:#c23927;
	padding:2px;
	border-collapse:collapse;
}
td.statistiek{
	padding:2px;
	font:9pt Trebuchet MS;
	color:#2c3f6a;
}
small {
	font:7pt Trebuchet MS;
	color:#2c3f6a;
	text-align:center;
}
img.sponsor {
	border-style:solid;
	border-width: 1px;
	border-color:#2c3f6a;
	}
img.prog {
	margin-right:8px;
	margin-left:9px;
	border-style:solid;
	border-width: 1px;
	border-color:#c23927;
	}
hr {
	color:#c23927;
	width: 97%;
	height:1px;
	}
div#adres {
	border-color:#c23927;
	border-style:solid; 
	border-width:1px; 
	position:absolute; 
	top: 5px; 
	left: 250px; 
	height: 235px; 
	width:250px; 
	padding: 5px;
 }
 
br.part {
	font-size:0.7em
} 
