/* Sunteam Print Stylesheet */

/* noprint toevoegen (ID=noprint) aan een element om het op papier "te laten verdwijnen" */
#noprint
{	color: white;
	background-color: white;
	width: 0px;
	height: 0px;
}

/* ELEMENTEN */
/* Standaard text */
BODY
{	background-color: white;
}

/* Tabellen */
TH
{	font: bold 10pt;
	text-align: left;
	line-height: 13pt;
	color: black;
	background: #eeeeee;
}

/* Formulieren	*/

/* Pseudo Classes */
A:link
{	color: black;
	text-decoration: none
}

A:visited
{	color: black;
	text-decoration: none
}

A:active
{	color: black;
	text-decoration: none
}

A:hover
{	color: black;
	text-decoration: none
}

A.blauw:link
{	color: black;
	text-decoration: none
}

A.blauw:visited
{	color: black;
	text-decoration: none
}

A.blauw:active
{	color: black;
	text-decoration: none
}

A.blauw:hover
{	color: black;
	text-decoration: none
}

/* Classes */
.bodybg
{	background-image: url(../afb/rij.gif); background-repeat: repeat-y;
}

.blauwkop
{	font: normal bold 8pt arial, helvetica, sans-serif;
	color: black;
	background: #eeeeee;
	text-decoration: none;
	text-align: center;
	padding-top: 2mm
}

.blauwkopmiddel
{	font: normal bold 10pt arial, helvetica, sans-serif;
	color: black;
	background: #eeeeee;
	text-decoration: none;
	text-align: center;
	padding-top: 2mm
}

.blauwkopgroot
{	font: bold 16pt arial, helvetica, sans-serif;
	color: black;
	background: #eeeeee;
	text-decoration: none;
	text-align: center;
	padding-top: 2mm
}

.blauwkopextragroot
{	font: bolder 13pt arial, helvetica, sans-serif;
	font-weight: 900;
	color: black;
	background: #eeeeee;
	text-decoration: none;
	text-align: center;
	padding-top: 2mm
}

.blauwkopi
{	font: normal bold 8pt arial, helvetica, sans-serif;
	color: black;
	background: #eeeeee;
	text-decoration: none;
	text-align: center
	padding-top: 2mm
}

.donkergrijskop
{	font-weight: bold;
	color: black;
	background: #eeeeee;
}

.grijskop
{	font-weight: bold;
	color: black;
	background: #eeeeee;
}

.lichtgrijskop
{	font-weight: bold;
	color: black;
	background: #eeeeee;
}

.heellichtgrijskop
{	font-weight: bold;
	color: black;
	background: #eeeeee;
}

INPUT.blauwtrans
{	font-size: 7pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: 900;
	color: blue;
	background-color: transparent;
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	height: 16px;
}

INPUT.blauwtransknop
{	font-size: 8pt;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: blue;
	background-color: transparent;
	border-color: blue;
	border-style: solid;
	border-width: 1px;
}

SELECT.blauwwit
{	font-size: 8pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: blue;
	background-color: #D7E4FF;
}

