// JavaScript Document

/*
// €
// --------------------------------------------------------------------------
// jQuery.custom.separator.js by orangepointsolutions Ltd., www.orangepointsolutions.de
// --------------------------------------------------------------------------
*/

$(document).ready(function() {

/*
// --------------------------------------------------------------------------
// separator height
// --------------------------------------------------------------------------
*/

//$("#separator").height( $(document).height()-500 );

function calculate_separator_height() {
	$("#separator").height( $("#content_container").height()-230-150 );
}

calculate_separator_height();

// --- end of separator height ---



});


// --- end of jQuery.custom.separator.js ---

