$(document).ready(function(){

	$('.whitebox, .subnav, .rechte-spalte .box, .box-one, .box-border, #logout').corner("round 8px");

	$("div#printlink").click(function(){
		$("div.linke-spalte").printArea();
	});

});

function px_openWin(theURL,winName,features) {
	fenster = window.open(theURL,winName,features);
	fenster.focus();
}


