/* default styles for extension "tx_ghinfoblock" */
	#content .tx_ghinfoblock_all {
	  width: 100%;
  }

  #content .tx_ghinfoblock_content {
		width: 65%;
  }

  #content .tx_ghinfoblock_contentonly {
		width: 100% !important;
  }

  #content .tx_ghinfoblock_infoblock {
	  width: 30%;
  	float: right;
  }

  #content .tx_ghinfoblock_infoblock > * {
		margin-top: 0;
  }

  #content .tx_ghinfoblock_clear {
	  clear: both;
  }
