/*-------------------------------------------------
Jij bent je lijf | css
-------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) top center repeat-x #000000;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #121212;
}

p, td {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 20px;
	color: 1F1E37;
}



/* Links */

a:link, a:visited {
	font: 12px Arial, sans-serif;
	color: #1F1E37;
	font-weight: bold;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #1F1E37;
	text-decoration: underline;
}

a.menu:link, a.menu:visited {
	font: 12px Arial, sans-serif;
	color: #a9bae4;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}

a.menu:hover, a.textlink:active {
	color: #fff;
	text-decoration: none;

}


a.menuanchor:link, a.menuanchor:visited {
	font: 12px Arial, sans-serif;
	color: #a9bae4;
	line-height: 18px;
	text-decoration: none;
}

a.menuanchor:hover, a.textlink:active {
	color: #fff;
	text-decoration: none;
}

/* Informatie aanvraag */

	table.form {
		border-collapse: collapse;
		font-family: Arial,sans-serif;
		font-size: 11px;
		width: 500px;
	}
	table.form td {
		padding-bottom: 0;
	}
		table.form td.label {
			height: 17px;
		}
	table.form input {
		border: 0 none;
		font-family: Arial,sans-serif;
		font-size: 12px;
		padding: 7px;
	}
	
	table.form textarea {
		border: 0 none;
		font-family: Arial,sans-serif;
		font-size: 12px;
		padding: 7px;
	}

	table.form .field-small {
		background: transparent url(../images/input_small.gif) no-repeat scroll left top;
		width: 101px;
	}
	table.form .field-middle {
		background: transparent url(../images/input_medium.gif) no-repeat scroll left top;
		width: 387px;
	}
	table.form .field-large {
		background: transparent url(../images/input_big.gif) no-repeat scroll left top;
		width: 496px;
			}
		
	table.form .field-text {
		background: transparent url(../images/textarea.gif) no-repeat scroll left top;
		width: 496px;
			}





