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

html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


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

a {
	outline:none;
	color:#00c;
	text-decoration:none;
}
	.content a:hover {
		color:#006;
	}


hr {
	height:1px;
	border:0px;
	background-image:url(/domains/jols.nl/images/line_03.png);
	background-repeat:repeat-x;
/*	border-bottom:1px dotted #999;*/
	color:#fff;
}

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

.bauhaus,
.title,h1 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:lowercase;
}
.bauhaus {
	color:#00f;
}
a {
	color:#00c;
	text-decoration:none;
}
a:hover {
	color:#006;
	text-decoration:none;
}

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

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

