h1 {
	font-family: tahoma, arial, helvetica;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

h2,h3 {
	font-family: tahoma, arial, helvetica;
	margin-top: 7px;
	margin-bottom: 2px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}

#content {
	line-height: 22px;
}

a.button,
input.button {
	display: inline-block;
	height: 35px;
	width: 110px;
	color: white;
	font-weight: bold;
	background: none;
	border: 0px;
	background-image: url("http://webcamoplossing.nl/graphics/button.grey.png");
	background-repeat: no-repeat;
	line-height: 35px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	margin-right: 20px;
}

input.button.green,
a.button.green {
	background-image: url("http://webcamoplossing.nl/graphics/button.green.png");
}

input.button.grey,
a.button.grey {
	background-image: url("http://webcamoplossing.nl/graphics/button.grey.png");
}
a {
	color: #0b8009;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a img {
	border: 0px;
}


