/*
$Id: postcard.03.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.info
{
	float:right;
        bottom: auto;
        width: 248px;
        height: 489px;
	margin: 0px 30px 7px 7px;
}

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

div.geobox
{
	float:left;
	position: relative;
        bottom: auto;
        width: 522px;
	margin: 0px 0px 7px 0px;
}



