function PrintContent(ctrl) {
	var DocumentContainer = document.getElementById(ctrl);
	var WindowObject = window.open('', "Websiteprint", "width=595,height=842,top=250,left=345,toolbars=no,scrollbars=no,status=no,resizable=no");
	
	WindowObject.document.write('<link href="templates/frontend/classen/css/browser/firefox/style.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="templates/frontend/classen/css/sites/home.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="templates/frontend/classen/css/sites/about_us.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="templates/frontend/classen/css/sites/service.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="templates/frontend/classen/css/sites/impressum.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="templates/frontend/classen/css/sites/vorsorge.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="templates/frontend/classen/css/sites/help.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="templates/frontend/classen/css/sites/trauerfall.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="modules/contact/css/style.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="modules/Impressum/css/style.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="modules/Links/css/style.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<link href="modules/Minicontact/css/style.css" rel="stylesheet" type="text/css">');
	WindowObject.document.write('<style type="text/css">\n#content {\nfont-size: 12px;\nwidth: 490px;\nheight: 800px;\n}\n\n#closer {\nposition: fixed;\nborder-top: 1px solid #444444;\nwidth: 100%;\nheight: 30px;\ntext-align: center;\nleft: 0;\nbottom: 0;\nbackground: #DDDDDD;\n}\n</style>');
	
	WindowObject.document.write("<html>\n<head>\n<title>eazyweb&reg; CMS - Seite drucken</title>\n</head>\n<body>");
	WindowObject.document.write("<div id=\"content\">" + DocumentContainer.innerHTML + "</div>");
	WindowObject.document.write("<div id=\"closer\"><a href=\"javascript: void('0');\" onclick=\"window.close();\">Schließen</a> | <a href=\"javascript: void('0');\" onclick=\"window.print();\">Drucken</a></div>");
	WindowObject.document.write("\n</body>\n</html>");
	WindowObject.focus();
}
