<?php ob_start(); 
header("Content-Type: text/css");
?>

.outer-follows {
	text-indent: -5000px;
	color: #DEDDDB; 
	font: 1px "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; 
	text-align: left; 

}
.box {
	width: 100%;
	background-color: #CCCCCC;
	position: relative;
	height: 100%;
	top: 400px;
	margin: 0px;
	padding: 0px;

}
.wortm { 
	background-image: url(bilder/wortmarke.png); 
       background-repeat: no-repeat;
	position: fixed; 
	z-index: 7; 
	top: 0px; 
	left: 0px; 
	width: 215px; 
	height: 80px;
}

.blindtext {
       text-indent: 20px;
	color: #DDD; 
	font: 10px/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; 
	text-align: left; 
	margin-left: 55px;
       z-index: 4;
}
.restruktur { 
	z-index: 6; 
	background-image: url(bilder/restruktur.png); 
       background-repeat: no-repeat;
	width: 495px; 
	height: 50px;
	margin-left: 34px;
	margin-top: 100px;

}
.restruktur_content {  

	top: 20px; 
	z-index: 6; 
	font: 11px/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; 
	text-align: left; 
	margin-left: 55px;
}

img#bigpic {
	visibility: hidden;
	cursor: pointer;
	
}
div#cont_bp {
	z-index: 1;
	position: absolute;
	overflow: hidden;
	height: 768px;
	width: 768px;
	left: 10px;
	top: 10px;
}

img.smallpic {
	cursor: pointer;
}

<?php
    include_once 'replacePngTags.php';
    echo replacePngTags(ob_get_clean());
?>