/*	STICHTING WANDEL KOMITEE ZEVENAAR
	Deze website is gemaakt door Charlotte webdesign (c) 2008.
	www.charlottewebdesign.nl
*/	

html, body { 
	background: #fff; 
	margin: 0; 
	padding: 0; 
	font-family: 'times new roman', serif; 
	height: 100%; 
	width: 100%; 
}

/* HEADER */
#header { 
	display: none; 
}
#logo { 
	display: none; 
}


/* MENU */
#menu { 
	display: none;
}

/* CONTAINER */
#container { 
	width: 100%;
	min-height: 100%; 
	margin: 0 auto;
	background: #fff;
	padding-top: 10px;
}

/* submenu */
#submenu { 
	display: none; 
}

/* content */
#content { 
	width: 100%;
	height: 100%; 
	margin: 0;
	padding: 10px;
	background: #fff;
}

h1 {	font-size: 18pt; color: #000; display: inline; }
h2 {	font-size: 14pt; color: #000; } 
p {	font-size: 10pt; color: #000; }

.reparatiekit { 
   height: 1px; 
   clear: both; 
   font-size: 1px; 
}

/* footer */
#footer { 
	width: 100%;
	height: 17px;
	margin: 0 auto;
	padding-top: 3px;
	background: #fff;
	text-align: center;
}	
#footer p { 			font-size: 8pt; color: #000; display: inline; }
#footer a:link { 	color: #000; text-decoration: underline; }
#footer a:visited { 	color: #000; text-decoration: underline; }
#footer a:active { 	color: #000; text-decoration: underline; }
#footer a:hover { 	color: #000; text-decoration: underline; }