/*
$Id: two-column_layout.01.css,v 1.2 2013/09/20 00:00:04 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,
div.infofull
{
	float:left;
	clear: left;
        width: 512px;
	margin: 0px 0px 7px 0px;
}       

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

div.infospan
{
	position: absolute;
        top: 1120px;
        bottom: 0;
	right: 0;
        width: 248px;
	padding: 5px;
	margin: 0px 30px 7px 0px;
}
/*
  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;
}



