/* CSS Document */
body{
	background-image:url('bg.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000066;
}

div#content {
	position:relative;
	left:20%;
	width:60%;
	margin-top:75px;
	text-align:center;
	padding:5px;
	background-color:#FFFFFF;
	padding:5px;
	border-width:1px 1px 1px 1px;
	border-color:#000000;
	border-style:solid;
	min-height:600px;
}

div#content_res {
	position:relative;
	left:2%;
	width:95%;
	margin-top:75px;
	text-align:center;
	padding:5px;
	background-color:#FFFFFF;
	padding:5px;
	border-width:1px 1px 1px 1px;
	border-color:#000000;
	border-style:solid;
	min-height:600px;
}

a:link {color:#CC0000;text-decoration:underline;}
a:visited {color:#CC0000;text-decoration:underline;}
a:hover {color:#FF0000;text-decoration:underline;font-weight:bold;}
a:active {color:#CC0000;text-decoration:underline;}

.first:first-letter {color: #0000AA; font-size:xx-large; font-weight: bold;}
.first{font-weight: bold; font-size: 14px;}

hr.content{border-style: inset; 
	border-width: 1px; 
	border-color: #DD0000; 
	width: 75%;
}

p#sub {font-size: 10px; color: #0000DD;}


table {
	margin:10px; 
	border: 2px solid #000000; 
	background-color: #000000; 
	border-collapse: separate; 
	border-spacing: 1px 1px; 
	table-layout: auto; 
	text-align: center; 
	vertical-align: middle;
}

table.grave tr {background-color:#555555; color:#AAAAAA;}
table.grave tr.gnaam {background-color: #000000; color:#999999; font-weight: bold; font-size: 18px; text-align: center;}
table#results td{height:40px;}
table.container {
	border: none; 
	background-color: #000000; 
	table-layout: auto; 
	text-align: center; 
	vertical-align: middle;}

table.rank td{height:40px;}

tr {background-color:#CCEEFF;}
.naam {background-color: #FF4444; font-weight: bold; font-size: 18px; text-align: center;}
.tussenkop {background-color: #FFAAAA; font-weight: bold; text-align: center;}
.goud {background-color:#FFCC00;}
.zilver {background-color:#DDDDDD;}
.brons {background-color:#FFCC99;}
.hm {background-color:#00DD00;}
.niets {background-color:#FFFFFF;}