/**
 * @naam		basic.css 
 * @version		1.0.1 (2008-12-02)
 * @auteur		AM, YvK
 *
 * BESCHRIJVING *
 * ---------------------------------------------------------------------------
 * Algemene stylesheet voor de website van Kersbergen
 * ---------------------------------------------------------------------------
 *
 * KLEUREN *
 * ---------------------------------------------------------------------------
 * ALGEMEEN
 * Grijsgroen:		#75a594
 * Groen:			#0b7a62
 * Grijsblauw:		#486090
 * Zeeblauw:		#6699FF
 * ---------------------------------------------------------------------------
 *
 * LETTERTYPES *
 * ---------------------------------------------------------------------------
 * Platte tekst:	Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
 * ---------------------------------------------------------------------------
 */

.class { 
	font-size: 7pt;
}
body {
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 18px;
	background-color: #75a594;
	text-align: center;
}
a:link, a:visited, a:active {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover	{ 
	color: #75a594;
	font-size: 12px;
	font-weight: bold; 
	text-decoration: none;
}
.head {
	font-size: 25px;
	text-align: center;
}
input {	
	background-color: white;
	border-style: solid;
	border-width: thin;
}


/**
* ------------------------------------------------------------------------------------------------------------
* TABELLEN
* ------------------------------------------------------------------------------------------------------------
*/

/* Form */
table.form {
	border: 1px solid black;
}
table.form tr.kop td {
	background-color: #0b7a62;
	color: white;
	height: 20px;
	text-align: center;
	font-weight: bold;
}
table.form tr#first td {
	padding-top: 15px;
}
table.form tr#last td {
	padding-bottom: 15px;
}
table.form tr.error td {
	background-color: #7A0B0B;
	color: white;
}
table.form td {
	padding: 2px 15px 2px 15px;
	vertical-align: top;
	
	background-color: #6699FF;
	color: black;
	font-size: 9pt;
}
table.form td.label {
	text-align:right;
	white-space: nowrap;
}
table.form td.field {
	text-align:left;
	white-space: nowrap;
}

/**
* ------------------------------------------------------------------------------------------------------------
* EINDE TABELLEN
* ------------------------------------------------------------------------------------------------------------
*/