@charset "utf-8";
/* copyright Add factory */

	html,body {
		margin:0;
		padding:0;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#000;
		background:#cecece;
		font-size:11px;
		background-image:url(http://www.theaddfactory.nl/fileadmin/gfx/TAF/bg_site.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-attachment: fixed;
		min-width:600px;
		text-align:center;
		 height:100%; 
	}
	
	p {
		margin:3px 0 0 0;
		padding:0;
		font-size:11px;
		line-height:22px;
	}
	
	#centerwrap {
		position:relative;
		top: 11px;
		width:600px;
		text-align:left;
	}
	
	div#inhoud {
		padding:0px 55px;
	}
	
	* {
		margin: 0; padding: 0;
	}

	/* links */
	a:link {color: #0030ff; text-decoration: none; }
	a:active {color: #0030ff; text-decoration: none; }
	a:visited {color: #0030ff; text-decoration: none; }
	a:hover {color: #0030ff; text-decoration: underline; }

/* CSC Mailform Typo3 4.0 */
.csc-mailform, .csc-mailform-radio, .csc-mailform-check, .csc-mailform-radio fieldset {
	border: 0;
}
.csc-mailform-field {
	margin: 5px 0px 5px 0px;
}
.csc-mailform-field label {
	display: block;
}
.csc-mailform-radio label {
	display: inline;
}
.csc-mailform-radio legend {
	display: none;
}
