/* GENERAL STYLES */
/*

$Id:: generalfixes.css 836 2007-06-14 09:03:04Z sdehaan                  $:  Version Id of this document in the repository
$Rev:: 836                                                               $:  Revision of last commit
$Author:: sdehaan                                                        $:  Author of last commit
$Date:: 2007-06-14 11:03:04 +0200 (do, 14 jun 2007)                      $:  Date of last commit

$HeadURL: svn://svn.eight.nl/reedbusiness/www.bouwkosten.nl/trunk/src/bouwkosten/httpdocs/static/css/generalfixes.css $:
*/

/* ----------------------------------------------------------------------------
Starts out with a 'clean' document, without standard whitespace
---------------------------------------------------------------------------- */
*, html{margin: 0;padding: 0;}

.clearleft {
	clear: left;
}

/* ----------------------------------------------------------------------------
The code below is needed for clearing floats...
LINK: http://www.positioniseverything.net/easyclearing.html

Add a .clearfix class to the element you need to have expand: (the 'container')
---------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
/* ----------------------------------------------------------------------------
End Clearing code
---------------------------------------------------------------------------- */


/* EDITOR PROPERTIES */

