@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0px; padding:0px; border: 0; outline: none; }

html {
	overflow-y: scroll;
	min-height: 100%;
}
input, textarea {
	font-family: Tahoma, Helvetica, sans-serif;
}
.afbeelding img{
	margin: 5px;
}
th, h4 {
	text-align: left;
	border-bottom: 1px dashed #cccccc;
}

/* SJON - Ledenlijst
------------------------------------------------------------------*/
.ledenlijst img {
	max-width: 100px;
	padding-top: 5px;
}

/* Algemeen
------------------------------------------------------------------*/
input, textarea, select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #dddddd;
}
	input[type="radio"], input[type="checkbox"], input[type="file"] {
		border: none;
	}
	input[type="file"] {
		color: #cccccc;
	}
	textarea{
		width: 95%;
		height: 75px;
	}

	/* Input buttons
	------------------------------------------------------------------*/
	.button{
		font-weight: bold;
		padding-left: 20px;
		text-align: left;
		border: none;
		color: #cccccc;
	}
	input.user, input.inloggen{
		background: url("/hostedfiles/famfam/user.png") left no-repeat;
	}
	input.registeren{
		background: url("/hostedfiles/famfam/user_add.png") left no-repeat;
	}
	input.opslaan{
		background: url("/hostedfiles/famfam/disk.png") left no-repeat;
	}
	input.wijzigen{
		background: url("/hostedfiles/famfam/user_edit.png") left no-repeat;
	}
	input.versturen{
		background: url("/hostedfiles/famfam/email.png") left no-repeat;
	}
	
/* Fout afhandeling 
------------------------------------------------------------------*/
.error1, .error2, .error3, .error4{
	clear: both;
	padding: 5px 5px 5px 30px;
	margin-bottom: 15px;
	margin-top: 15px;
    min-height: 15px;
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
	.error1{
		border: 1px solid #FF0000;
		background-image: url('/hostedfiles/famfam/cross.png');
		background-color: #FFCACA;
	}
	.error2 {
		border: 1px solid #ffde00;
		background-image: url('/hostedfiles/famfam/error.png');
		background-color: #FFEB88;
	}
	.error3 {
		border: 1px solid green;
		background-image: url('/hostedfiles/famfam/accept.png');
		background-color: #CDFFAD;
	}
	.error4 {
		border: 1px solid #345395;
		background-image: url('/hostedfiles/famfam/information.png');
		background-color: #aac6df;
	}

/* Fout afhandeling  SJON
------------------------------------------------------------------*/
.error1, .error2, .error3, .error4{
	width: 470px;
}
	.error1, .error3 {
		color: #333333;
	}
