.kop
{
    width:400px;
    height:25px;
    background:url(images/kopback.png);
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:20px;
    font-weight:bold;
    color:#FFFFFF;
    text-indent:10px;
    text-decoration:none;
    margin-bottom:0px;
    margin-top:1px;
}

.inKopTekst
{
    color:#000000;
    font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: small;
    font-weight:normal;
    margin-top:0px;
}

.kopLink
{
    color:#FFFFFF;
    text-decoration:none;
}



.align1 
{ 
width: 100%; 
} 

.align2 
{ 
float: right; 
} 

a
{
	color:#0000FF;
	text-decoration:underline;
}

a:hover
{
	/*FONT-WEIGHT:bold;*/
	text-decoration:underline;
}

a.linkinfo
{
	color:#FFFFFF;
}

a.linkinfo:visited
{
	color:#FFFFFF;
}
a.newitem
{
	color:#0000FF;
}

A.newitem:visited
{
	color:#0000FF;
}

body
{
    font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: small;
}

img
{
    border:0;
}

div.description
{
	color:#FF0000;
	FONT-WEIGHT:bold;	
}

div.wedstrijdverslagTitle
{
	color:#000000;
	font-size:large;
	font-weight:bold;
}

div.title
{
	color:#000000;
	font-size:large;
	font-weight:bold;
}

span.whiteColor
{
	color:#FFFFFF;
}

span.redColor
{
	color:#FF0000;
}

span.greenColor
{
	color:#00FF00;
}

span.blueColor
{
	color:#0000FF;
}

input, option, select, textarea
{
    font-weight:bold;
}

table.info
{
    border:#FF0000;
    background-color:#FF0000;
    border-width:thin;
    color:#FFFFFF;
}

td.aligned
{
    left:auto;
    top:auto;
}

td.tdinfo
{
    border: none;
    color:#FFFFFF;
    background-repeat: no-repeat;
}

td.unread
{
    background:#FF0000;
    border: none;
    border-style: hidden;
}

.centerdiv
{ /*IE methode voor het centreren van een relatieve div*/
    text-align: center;
}

.centerdiv>div
{ /*normale methode voor het centreren van een relatieve div*/
    margin: 0 auto;
}


/* styles for error box - IE6 checker */
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
	padding:20px;
	border:dashed 2px red;
	width:90%;
	margin:0px auto;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.3em;
}

.error a, .error a:hover{
	color:#8a1f11;
}

/* simply moves close box to right */
.kickRight {
	text-align:right;
}
