/* 
	CSS Document
	Auteur: Dwayne Roberts
	Digimomedia */




/*---------------------------------------------------------------------------- 
																   Reset */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, font, img, ins, kbd, q, s, samp,
	small, strike, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,	fieldset
	{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}

	/* Clearfix */
	.clearfix:after {content: "."; display: block; clear: both;	visibility: hidden;	line-height: 0;	height: 0; }
	.clearfix {	display: inline-block; }
	html[xmlns] .clearfix {	display: block; }
	* html .clearfix { height: 1%; } 
	
/*---------------------------------------------------------------------------- 
																   Algemeen */

	html { height:100%;  width:100%;  }
	body { margin:auto; background:#fff; text-align:center; font:normal 15px/22px Georgia, "Trebuchet MS", Arial, sans-serif; color:#666; }
	a {	color:#bbb703; border-bottom:1px dotted #bbb703; text-decoration:none; }
	a:hover { color:#000; border-bottom:1px dotted #000;}	
	p { padding-bottom:15px; }
	em { color:#9c9802;	font-weight:bold; } 

	h1 { margin-top:15px; font:bold 22px Tahoma, sans-serif; color:#bbb703; }
		

	                   
/*---------------------------------------------------------------------------- 	
    															 Structuur  */

	
	#content { margin:auto; margin-top:25px; width:520px; padding:320px 180px 50px 250px; text-align:left; min-height:300px; height:auto !important; height:300px; background:url('../../images/background.jpg') no-repeat;  }

	
	ul { margin-left:20px; color:#8e3875; margin-bottom:20px; list-style-type:square; }
	
	#footer { margin:auto; width:550px; padding:10px 150px 10px 250px;  font:lighter 10px Arial; color:#aaa; }	
	#footer a { color:#aaa; border:0px;  }
	#footer a:hover { color:#000; }
	.copyright { float:left; width:400px; text-align:left;  }
	.validation { float:right; width:150px; }



/*---------------------------------------------------------------------------- 
                                                    		Alert/meldingen */

	#status { margin:20px 0; font:normal 12px/18px Arial; }
	p.alert { color:#666; background:url(../../images/exclaim.gif) center no-repeat;  background-position:15px 50%; padding:20px 40px 20px 70px; }
	p.info { color:#000; font-size:15px; background:url(../../images/info.gif) center no-repeat;  background-position:15px 50%; padding:20px 40px 20px 70px;  }
	p.alert strong { color:#c00; display:block; text-transform:uppercase; }
	p.info strong  { color:#4f9cef; display:block; text-transform:uppercase; }
	#load { display:block; text-align:center; }

/*---------------------------------------------------------------------------- 
                                                    Formulieren en Tabellen */

	form { margin:10px 0; font-family:Arial; }
	label {	font-weight:bold; color:#000; }
	label em { color:#c00; }	
	span label { color:#999; font:normal 11px/12px Arial, sans-serif; }	
	input,select, textarea { border:1px solid #ddd; } 	  
	input[type=radio] { border:0px; }
	button span { z-index:1; }	
	#submit { padding:5px 20px; border:1px solid #ccc; color:#999; background:#ddd; cursor:pointer; }
	#submit:hover{ border:1px solid #3bb000; color:#3bb000; background:#b8f798; cursor:pointer;}
    
	td { vertical-align:top; padding:5px; }	
	td td { padding:0 5px 0 0; }


	
