@charset "utf-8";
/* CSS Document */
@import url("ranglijst.css");

body
{
	background-color:#ccccff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a:link { color: #000080; text-decoration: none; font-style:none }
a:visited { color: #000080; text-decoration: none; font-style:none }
a:hover { color: #000080; text-decoration: underline; font-style:none }
a:active { color: #000080; text-decoration: none; font-style:none }

.header
{
	background-image:url('/images/layout/header2010.png');
	background-repeat:no-repeat;
	width:800px;
	height:120px;
}

.content
{
	background-color:#FFFFFF;
	width:650px;
	height:565px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	color:#000000;
}

.content a:link { color: #000080; text-decoration: none; font-style:italic}
.content a:visited { color: #000080; text-decoration: none; font-style:italic }
.content a:hover { color: #000080; text-decoration: underline; font-style:italic }
.content a:active { color: #000080; text-decoration: none; font-style:italic }

.menu
{
	background-image:url('/images/layout/menu.png');
	background-repeat:repeat-y;
	width:145px;
	height:565px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:5px;
	font-size:12px;
	color:#ffffff;
}

.menu a:link { color: #ffffff; text-decoration: none; }
.menu a:visited { color: #ffffff; text-decoration: none; }
.menu a:active { color: #ffffff; text-decoration: none; }
.menu a:hover { color: #ffffff; text-decoration: underline; }

.copyright
{
	color: #000000;
	background: #ffffff;
	text-align: center;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif; 
}
.copyright A:link , .copyright A:visited , .copyright A:active{
	color: #000000; text-decoration: none; font-size: 8pt; font-family: Arial, Helvetica, sans-serif;
}
.copyright A:hover {
	color: #CC3300; text-decoration: none; font-size: 8pt; font-family: Arial, Helvetica, sans-serif;
}


.contenttitel{
	width: 595px; 
	height: 24px;
	background: #FFCC00;
	background-image:url('/images/layout/paginakop.png');
	background-repeat: no-repeat;
	font-weight: bold; 
	font-size: 11pt;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	text-transform: uppercase;
	color: #000000;
	padding: 2px 0px -2px 0px;
}
	
/* De content tabel */
	#contenttabel {
		border: 1px solid #000000;
		/* padding: 2px 2px 2px 2px; */
		background: #ffffff;
		width: 560px; 
	}
	
	#contenttabelkop {
		height: 21px;
		background: #FFCC00;
		background-image:url('/images/layout/tabelkop.png');
		border-bottom: 1px solid #000000;
		color: #000000;
		padding: 2px 2px 2px 55px;
		font-weight : bold; 
		text-align: left;
		font-size: 9pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	#contenttabelkop-smal {
		border-bottom: 1px solid #000000;
		height: 20px;
		color: #FFFFFF;
		background: #23548F;
		padding: 2px 2px 2px 2px;
		text-align: left;
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#contenttabeltekst {
		border-top: 0px solid #000000;
		color: #000000;
		background: #FFFFFF;
		padding: 3px 3px 3px 3px;
		text-align: left;
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
		}	
	#contenttabeltekst A:link { 	color: #000080; text-decoration: underline; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }
	#contenttabeltekst A:visited { 	color: #000080; text-decoration: underline; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }
	#contenttabeltekst A:active { 	color: #000080; text-decoration: underline; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }
	#contenttabeltekst A:hover { 	color: #FF0000; text-decoration: none; font-size: 9pt; font-family: Arial, Helvetica, sans-serif; }
	
	#contenttabeltekstdatum {
		color: #999999;
		text-align: left;
		font-size: 8pt;
		font-family: Arial, Helvetica, sans-serif; 
	}
	#contenttabeltekstdatum A:link { 	color: #999999; text-decoration: underline; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }
	#contenttabeltekstdatum A:visited { color: #999999; text-decoration: underline; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }
	#contenttabeltekstdatum A:active { 	color: #999999; text-decoration: underline; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }
	#contenttabeltekstdatum A:hover { 	color: #000080; text-decoration: none; font-size: 8pt; font-family: Arial, Helvetica, sans-serif; }
	
	#bordertabel {
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		width: 555px; 
		/* padding: 3px 3px 3px 3px; */
	}
	#bordertabel TD{
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		padding: 3px 3px 3px 3px;
		color: #000000;
		padding: 5px 5px 5px 5px;
		text-align: left;
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.content TD {
		border-top: 0px solid #000000;
		color: #000000;
		background: #FFFFFF;
		padding: 5px 5px 5px 5px;
		text-align: left;
		font-size: 9pt;
		font-family: Arial, Helvetica, sans-serif;
	}	
