/* CORE CSS 20040217 */

/* BODY */

body 
{ 
	font: 11px verdana, arial, helvetica, sans-serif; 
	color: #000; 
	background: #50B848 url('../images/bioaustria/bg_main.gif') 0 0 repeat-x; 
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: left;
}
td
{
	font-size: 11px;
}
div.break, .clear /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
}

.clearleft { clear: left; }
.clearright { clear: right; }