<?php
 
header('Content-type: text/css');
ob_start("compress");
function compress($buffer) {
/* Entfernt Kommentare */
$buffer = preg_replace('!/\*[^*]*\*+([^/][^*]*\*+)*/!', '', $buffer);
 
/* Entfernt Tabs und Zeilenumbrüche, etc. */
$buffer = str_replace(array("\r\n", "\r", "\n", "\t", ' ', ' ', ' '), '', $buffer);
return $buffer;
}
?>



body {
	background-attachment: fixed;
	text-decoration: none;
	background-color: #FFCC66;
	background-position: left bottom;
	background-image: url(media/1/bg1.jpg);
}

#nachricht {
	position:absolute;
	left:50%; width: 500px; 
	top:50%; height: 200px;
	margin-left: -250px;
	margin-top: -100px;
	text-align: center;
	overflow: auto;
	vertical-align: middle;
	z-index:9999;
	padding: 10px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000055;
	background-color: #ffffff;
	border: 1px double #000000;

	}	
#loading {
	position:absolute;
	left:50%;
	top:50%;
	z-index:2001;
	background-color: #000000;
	padding: 10px;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}	
#hilfe1, #hilfe2, #hilfe3, #hilfe4 , #hilfe5 {
	position:absolute;
	background-image: url(tooltip1.gif);
	top: 100px; height: 240px;
	left: 100px; width: 240px;
	visibility: hidden;
	z-index: 3000;
	padding: 50px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#hilfe2 {
	top:  100px;
	left: 590px;
}
#hilfe3, #hilfe5 {
	top:  20px;
	left: 320px;
	background-image: url(tooltip3.gif);
}
#hilfe4 {
	top:  110px;
	left: 510px;
}
.hilfebutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #999999;
	font-weight: normal;
	margin: 5px;
	cursor: pointer;
}
#logo {
	position:absolute;
	left:3px;width:190px;
	top:3px;height:150px;
	border:1px none #000000;
	z-index:1;
	visibility: visible;
	background-image: url(lgog_1.gif);
	background-repeat: no-repeat;
	}
		
#zutatenlayer0 {
	position:absolute;
	left:150px;width:400px;
	top:90px;height:350px;
	border:1px solid #000000;
	z-index:5;
	visibility: hidden;
	padding: 0px;
	}
#zutatenlayer {
	height: 320px;
	background-color:#990000;
	layer-background-color:#00FFCC;
	z-index:3;
	overflow-y: scroll;
	overflow-x:hidden;
	padding: 5px;
	border: 1px solid #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	}
#z_aus {
	background-color: #CCCCCC;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #eeeeee;
	border-bottom-color: #999999;
	border-top-style: solid;
	cursor: move;
}
#warenkorb {
	position:absolute;
	right:30px;width:300px;
	top:50px;bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color:#FFFF00;
	border:3px solid #000088;
	z-index:3;
	padding: 3px;
	/**filter:alpha(opacity=80);**/
	-moz-opacity:0.8; 
	opacity:0.8;
	font-weight: bold;
	overflow: auto;
}
	
#kategorien {
	position:absolute;
	left:10px;width:130px;
	top:120px;
	z-index:2;
	overflow-y: hidden;
	overflow-x:hidden;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#artikel {
	position:absolute;
	left:150px;right:370px;
	top:50px;bottom: 20px;
	border:3px solid #000088;
	z-index:2;
	overflow:auto;
	padding: 3px;
	/**filter:alpha(opacity=80);**/
	-moz-opacity:0.8; 
	opacity:0.8;
	background-color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	}

#headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003399;
	position:absolute;
	left:240px;
	top:15px;height:30px;
	padding:3px;
	overflow: hidden;
	font-weight: bolder;
	}

/* BUTTONS FÜR KATEGORIEN*/
.kategorie-button {
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block;
	text-align:center;
	text-decoration:none;
	color:#003366;
	background-image: url(media/1/button1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	margin-bottom: 3px;
	}
.kategorie-button:hover   {
	color: #000000;
	background-image: url(media/1/button2.gif);
	padding-top: 3px;
	padding-left: 3px;
	margin-bottom: 0px;
}


a.inwarenkorb { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display:block; 
	margin-bottom:5px; 
	margin-left:5px; 
	margin-right:5px; 
	text-align:left; 
    border-style:none; 
	padding:3px; 
	text-decoration:none; 
	background-color:#00aaaa; 
	}

a.inwarenkorb:hover   { 
	background-color:#000088; 
	}
/* KLEINE SCHRIFT IM WARENKORB 	(FÜR ZUTATEN) */
.wk_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.wk_gesamtpreis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}	
		
.headline {
	display:block;
	padding:3px;
	text-align:center;
	vertical-align: middle;
	color:#0000aa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

.artikelnr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.artikelname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.artikeltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.preisoption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #990000;
	cursor: pointer;
	color:#ffffff;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.preisoption:hover {
	background-color: #ffffff;
	color:#990000;
}
.summe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000; 
	text-align:right; 
    border-style:none; 
}

td.artikelaktiv0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000066;
	background-color:#3399FF;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
td.artikelaktiv1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000066;
	background-color:#FFFF00;
	text-align:left;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

div.artikelzeile { 
	display:block; 
	margin-bottom:2px; 
	margin-left:2px; 
	margin-right:2px; 
	text-align:left; 
	padding:1px; 
	text-decoration:none; 
	color:#ffffff;
	background-color:#000099;
	border: 1px solid #FFFFFF;
	}
div.artikelzeile:hover   {
	background-color:#0033CC;
	color: #FFFFFF;
	}
	

a {
	text-decoration: none;
	}
a.visited {
	text-decoration: none;
	}

.bestellung_gemacht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000099;
}

#formular {
	position:absolute;
	left:640px;width:240px;
	height:30%;
	min-height: 30%;
	max-height: 30%;
	background-color:#00FFCC;
	layer-background-color:#00FFCC;
	border:1px none #000000;
	z-index:4;
	right: 80%;
	}
	
#transparent {
	/**filter:alpha(opacity=80);**/ 
	-moz-opacity:0.8; 
	opacity:0.8;
	}
#status {
	position:absolute;
	left:306px;width:45px;
	top:142px;height:42px;
	layer-background-color:#00FFCC;
	border:1px none #000000;
	z-index:4;
	visibility: hidden;
	}
	
.gemacht {
	color: #ffffff;
}
.gemacht_tab {
	color: #000000;
	background-color: #FFffff;
}	



.Stil1 {
	color: #5A0B82;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Stil2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 36px;
}
.Stil3 {font-family: Arial, Helvetica, sans-serif; color: #52196E; font-weight: bold; font-size: 14px; }
.Stil4 {font-size: 10px}


#zutatenlayer0 #z_aus #z_header {
	background-color: #003399;
}
#blende{
	position:absolute; 
	z-index:9998; 
	background-color:#666666; 
	top:1px; bottom:1px; 
	left:1px; width:100%;
	visibility: hidden;
	filter:alpha(opacity=60);
	-moz-opacity:0.6; 
	opacity:0.6;
}


<?php
/* Leert und deaktiviert den Ausgabebuffer */
ob_end_flush();
?>
