<?php 
	header("Content-type: text/css");
	include_once('../app_server.php');
	
	include_once('styleswitch.php');

	# ------------------------------------------------------------------------------------------------------
	# HINWEIS:
	# $W: Web-Version
	# $P: Print-Version
	# $L: LiveEdit-Version
	# $PP: PagePreview-Version
	# ------------------------------------------------------------------------------------------------------
	# $W?'Wert für Web-Bereich':'Wert für Admin-Bereich'
	# ------------------------------------------------------------------------------------------------------
	
?>

.noprint {
	display: none;
}

.noshow {
	display: none;
}