/* design by Rens van Dongen | latijnengrieks@mosymuis.nl | copyright 2005 */

body {
	margin: 0;

	padding: 10px;

	font-size: 11pt;
	color: #202020;
}

html, body, img, table, td, form {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
}

a:link, a:visited, a:active, a:hover { 
	color: #202020;
	text-decoration: none;
	border-bottom: 1px dotted #202020;
}

a:hover {
	color: #808080;
	border-color: #808080;
}

#kop {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-size: 15pt;
	margin: 10px;
}

#minikop {
	letter-spacing: 2px;
	font-size: 11pt;
	margin: 10px;
}

#tekst {
	border: 1px dotted #808080;
	background-color: #EEEEEE;
	padding: 10px;
	margin: 10px;
}

#footer {
	font-style: italic;
	margin: 10px;
	color: #808080;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover { 
	color: #808080;
}

input.text, input.file, textarea, select {
	padding: 1px 10px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	width: 98%;
	margin: 1px 0;
}

textarea {
	width: 100%;
}

select {
	padding: 3px 1px;
	cursor: pointer;
}

input.radio, input.checkbox, input.submit, label {
	cursor: pointer;
	border: 0;
}

input.checkbox, input.radio {
	background: none;
}

input.submit {
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding: 2px;
	width: 200px;
	border: 2px dotted #000000;
	text-align: center;
}

input:focus, select:focus, textarea:focus, input.submit:hover {
	background-color: #FCF2E8;
}