/*******************************************************************************
********************************************************************************
		This website/webapplication is developed by:
		Maarten van Gelder
		http://www.maartenvangelder.nl/
		mail@maartenvangelder.nl
********************************************************************************
*******************************************************************************/

body {
	font-family: arial, verdana, sans-serif;
	font-size: 70%;
	color: #A6A6a6;
}

a {
	color: #FF9E00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-size: 1.2em;
	margin: 0;
	border-bottom: 1px solid #FF9E00;
	padding: 0 0 2px 0;
}

#menu {
	text-align: right;
	height: 2.6em;
}

#menu a {
	padding: 0 15px;
	text-decoration: none;
	color: #a6a6a6;
	display: block;
	line-height: 2.6em;
	letter-spacing: 0.1em;
}

#menu .current a,
#menu a:hover {
	background: #FF9E00;
	color: #fff;
}

#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
	width: 455px;
}

#content .contactForm p {
	width: 220px;
}

#footer a {
	text-decoration: none;
	color: #a6a6a6;
}


