* {
	font-family:helvetica,arial;
}

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

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


body,
.content {
	font-size:11px;
	line-height:150%;
	color:#000;
}

.title,h1 {
/* 	font-family:sans-serif; */
	font-size:24px;
	line-height:normal;
	font-weight:bold;
	color:#000;
/* 	text-transform:lowercase; */
/* 	margin-top:10px; */
}


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

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

/*
ul li {
	list-style-image:url(/domains/prolift.nl/images/off.gif);
	line-height:140%;
}
*/


.lightRow {
}

.darkRow {
	background-color:#eee;
	background-image:url(/domains/liquidforce.nl/images/dark_row.png);
}


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