@CHARSET "UTF-8";

/**
 * Formatting of common tags
 * 
 * @project 	vonfragstein.com
 * @author	 	Daniel Selinger <mail@dselinger.biz>
 * @date			2008-12-19
 */

/** 
 * @section		Headers
 */

h1, 
h2, 
h3, 
h4{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
	}
	
div#container_text-content h1{
	font-size: 20px;
	height: 30px;
	margin-bottom: 20px;
	background: left bottom url(../img/h1_underline_circle.png) repeat-x;
	}
	
/**
 * @section		Misc
 */

div#container_text-content div.block{
	margin-bottom: 10px;	
	}
	
/**
 * @section		Floats and clears
 */

.clearLeft{
	clear:left;
	}
	
.clearRight{
	clear: right;
	}
	
.clearBoth{
	clear: both;
	}
	
.floatLeft{
	float: left;
	}
	
.floatRight{
	float:right;
	}

