@charset "utf-8";
/* CSS Document */

/*************/
/*** 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, 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;
}

/************/
/*** body ***/
/************/
html { height:100%; margin:0px; padding:0px;}
body { background:#ffffff url(/images/bg.png) repeat-x top; height:100%; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#000000;}
img { border:0px;}
.clear { clear:both;}

/***************/
/*** wrapper ***/
/***************/
#container { position:relative; width:100%; min-height:100%; height:auto !important; height:100%;}
#wrapper { width:830px; margin:0 auto;}

/**************/
/*** header ***/
/**************/
#header { width:830px; height:190px; padding:10px 0px 0px 0px;}

	/*** titel ***/
	#header h1 { background:url(/images/logo.png) no-repeat; width:443px; height:178px; margin: 0 auto; text-indent:-100000px; overflow:hidden;}

/***************/
/*** content ***/
/***************/
#content { padding:0px 0px 200px 0px;}

	/*** tags ***/
	#content p { display:block; width:548px; margin:0 auto; padding:28px 0px 35px 0px; text-align:center;}
	#content p.links { width:830px; color:#2ac600; padding:0px; text-decoration:underline;}
	#content a { color:#2ac600;}
	#content a:hover { text-decoration:none;}
	#content h2 { display:block; width:830px; padding:0px 0px 10px 0px; text-align:center; color:#2ac600; font-size:16px; font-weight:normal;}
	#content h3 { display:block; width:830px; padding:15px 0px 0px 0px; font-size:12px; text-align:center;}
	
	/*** voetbalclubs ***/
	ul.voetbalclubs { width:900px; margin:0 auto; padding:0px 0px 10px 0px; list-style:none;}
	ul.voetbalclubs li { width:900px; margin:0px 0px 20px 0px;}
	ul.voetbalclubs li a img { display:block; padding:0px; border:3px solid #000;}
	ul.voetbalclubs li a:hover img { border:3px solid #2ac600;}

/**************/
/*** footer ***/
/**************/
#footer { position:absolute; bottom:0px; background:url(/images/footer_bg.png) repeat-x; width:100%; height:179px;}
