/* ============================================ */
/* fiets-en-win.nl                              */
/* Website styles                               */
/* Medium: print                                */
/* ============================================ */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 80%;
	color: #000;
	text-align: left;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300; 
	background: transparent; 
	margin-bottom: 1em;
}
h1 {font-size: 2em}
h2 {font-size: 1.2em}
h3 {font-size: 1.1em}
h4 {font-size: 1em}
h5 {font-size: 1em}
h6 {font-size: 1em}

#logo {
	width: 100%;
	margin:0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #a9c399;
}

#mainNav { display: none; }

#footer {
	padding: 1em;
	font-size: .8em;
	text-align: center;
	border-top: 1px solid #a9c399;
}
#footer a {
	color: #888;
	text-decoration: none;
}
