/* oude achtergrond: cc9999; */

BODY {
//	    font-family: Courier New, Geneva, Courier, Clean;
//	    font-size: 12px;


	font-style:				normal;
	font-weight:			normal;
	font-size:				12px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	color:					#770000;
	background-color:		#999999;
	background-image:		url('/images/bg3.png');
	background-repeat:		repeat;


	padding:				0px;	/* 'padding' 'border' and 'margin' are needed here in order to make some browsers aware of the fact that their canvas should start with no borders etc */
	margin:					0px;
	border:					0px;
}

/* Normale links */
A {
	color:					#770000;
	text-decoration:		underline;
}

A:hover {
	color:					#993333;
	text-decoration:		underline;
}

A.normal:link, A.normal:visited, A.normal:active {
	color:					#770000;
	text-decoration:		underline;
}

A.normal:hover {
	color:					#993333;
	text-decoration:		underline;
}

/* menu links (menu.php) */
A.menu:link, A.menu:visited, A.menu:active {
	color:					#770000;
	text-decoration:		none;
}

A.menu:hover {
	color:					#993333;
	text-decoration:		underline;
}

/* header links (nieuwsarchief) */
A.header:link, A.header:visited, A.header:active {
	color:					white;
	text-decoration:		underline;
}

A.header:hover {
	color:					white;
	text-decoration:		underline;
}

/* registreer-link (login.php) */
A.registreren:link, A.registreren:visited, A.registreren:active {
	color:					#770000;
	text-decoration:		underline;
	margin-top:				8px;
	font-size:				9px;
}

A.registreren:hover {
	color:					#993333;
	text-decoration:		underline;
	margin-top:				8px;
	font-size:				9px;
}

/* maak spul groter */
.groot {
	font-weight:			700;
	font-size:				25px;
}
TD {
	font-style:				normal;
	font-weight:			normal;
	font-size:				12px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	color:					#770000;
	vertical-align:			top;
	text-align:				left;
	}

DIV.news_date {
	font-size:				9px;
}

DIV.news_item {
	margin-top:				5px;
	font-size:				9px;
}

DIV.update_start {
	font-weight:			bold;
	margin-bottom:			3px;
}

DIV.update_end {
	font-weight:			bold;
	text-align:				right;
	margin-right:			20px;
}

.emp {
	font-weight:			bold;
}


.right {
	text-align:				right;
}

.smaller {
	font-size:				smaller;
}

/* outlaw41 toevoegingen: */

TABLE.outlaw41_lijst {
	border:					0px;
	border-collapse:		collapse;
}

TABLE.outlaw41_lijst TD {
	border:					1px solid #770000;
	color:					#770000;
	background-color:		#EAE6E6;
	padding:				2px;
}

TABLE.outlaw41_lijst TD.outlaw41_kop {
	border:					1px solid #770000;
	color:					#EAE6E6;
	background-color:		#770000;
	padding:				2px;
}
