/*
$Id: two-column_layout.01.css,v 1.1 2014/07/12 21:14:59 ahaack Exp ahaack $
*/ 

/*
  width_a=(800-margin)*2/3
  width_a=(800-8)*2/3=528
  width_b=(800-8)*1/3=264
  width_c=528-2xpadding-2xborder
  width_c=528-2x5-2x3=512
  width_c=264-2xpadding-2xborder
  width_c=264-2x5-2x3=248
*/ 
div.thema
{
	float:left;
	clear: left;
        width: 512px;
	margin: 0px 0px 7px 0px;
}       

div.info
{
	float:right;
        bottom: auto;
        width: 248px;
	margin: 0px 30px 7px 7px;
}

/*
  width_c=264-2xpadding-2xborder
  width_c=264-2x0-2x3=258
*/ 

div.geobox
{
	float:right;
	position: relative;
        bottom: auto;
        width: 258px;
	margin: 0px 30px 7px 0px;
}



