* {
	font-family:helvetica,arial,sans-serif;
}

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#fff;
	color:#666;
}


/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0px;
	padding:0px;
}

a {
	outline:none;
	text-decoration:none;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	margin-top:2px;
	margin-bottom:2px;
	background-image:url(/domains/devogelopvang.nl/images/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

a {
	color:#f90;
	text-decoration:none;
}
	a:hover {
		color:#ff0;
	}

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}


body,
.content {
	font-size:12px;
	line-height:130%;
}

.title,h1 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
/* 	text-transform:lowercase; */
	color:#f90;
}



/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}
