<?
header('Cache-Control: must-revalidate');
$time = filemtime(__FILE__);
$heute = gmdate('D, d M Y H:i:s \G\M\T', $time);

if ($_SERVER['HTTP_IF_MODIFIED_SINCE'] == $heute) {
    header('HTTP/1.0 304 Not Modified');
    exit();
}

header('Last-Modified: ' . $heute);
header('Content-Type: text/css');

echo '/*
Dateiaenderung:    '.gmdate('D, d M Y H:i:s \G\M\T', $time).'
Cache Version:    '.gmdate('D, d M Y H:i:s \G\M\T', time()).'
*/';
?>

/* -------------- body configuration -------------------------------------------------------------------------------- */
body
  {
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  font-family:Arial,Helvetica,Verdana;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
	font-stretch:normal;
  word-spacing:normal;
  letter-spacing:normal;
  text-decoration:none;
  text-transform:none;
  color:#764933;
  background-color:#f1f1f1;
  border:none;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- main content text --------------------------------------------------------------------------------- */
#content 
  {
  font-size:9pt;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- headline 1 ---------------------------------------------------------------------------------------- */
h1
  {
  color:#b7cc05;
  font-size:14pt;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- headline 2 ---------------------------------------------------------------------------------------- */
h2 {
   color:#764933;
   font-size:10pt;
   }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- headline 3 ---------------------------------------------------------------------------------------- */
h3
  {
  padding: 0;
  margin: 0;
  color:#b7cc05;
  font-size:10pt;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- headline 4 ---------------------------------------------------------------------------------------- */
h4 {
   padding: 0;
   margin: 0;
   color:#764933;
   font-size:9pt;
   }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- alert --------------------------------------------------------------------------------------------- */
#alert 
  {
  color:#000000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- unvisited links ----------------------------------------------------------------------------------- */
a:link 
  {
  text-decoration:none;
  font-size:9pt;
  color:#764933;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- visited links ------------------------------------------------------------------------------------- */
a:visited 
  {
  text-decoration:none;
  font-size:9pt;
  color:#764933;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- active links -------------------------------------------------------------------------------------- */
a:active 
  {
  text-decoration:none;
  font-size:9pt;
  color:#764933;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- hover effekt -------------------------------------------------------------------------------------- */
a:hover 
  {
  text-decoration:none;
  font-size:9pt;
  color:#764933;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- unvisited links:pdf ------------------------------------------------------------------------------- */
.pdf:link 
  {
  text-decoration:underline;
  font-size:7pt;
  color:#000000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- visited links:pdf --------------------------------------------------------------------------------- */
.pdf:visited 
  {
  text-decoration:underline;
  font-size:7pt;
  color:#000000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- active links:pdf ---------------------------------------------------------------------------------- */
.pdf:active 
  {
  text-decoration:underline;
  font-size:7pt;
  color:#000000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- hover effekt:pdf ---------------------------------------------------------------------------------- */
.pdf:hover 
  {
  text-decoration:underline;
  font-size:7pt;
  color:#000000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- formular fields ----------------------------------------------------------------------------------- */
#formfield 
  {
 	border-color:#764933;
  border-style:solid;
  border-width:1px;
  background-color:#ffffff;
  font-size:9pt;
  color:#764933;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- formular fields ----------------------------------------------------------------------------------- */
#searchfield
  {
 	border-color:#764933;
  border-style:groove;
  border-width:1px;
  background-color:#c4c4c4;
  font-size:9pt;
  color:#ffffff;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- formular fields ----------------------------------------------------------------------------------- */
#searchbutton
  {
  padding:2;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- not filled formular fields ------------------------------------------------------------------------ */
#nf_formfield 
  {
 	border-color:#cc6600;
  border-style:solid;
  border-width:1px;
  background-color:#ffe1c2;
  font-size:9pt;
  color:#cc6600;
  }
/* ------------------------------------------------------------------------------------------------------------------ */

/* -------------- content headline ---------------------------------------------------------------------------------- */
#headcnt 
  {
  font-size:9pt;
  font-weight:bold;
  color:#000000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- main menue link ----------------------------------------------------------------------------------- */
#navlink 
  {
  font-size:9pt;
  font-weight:bold;
  color:#ffffff;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- content headline 2 -------------------------------------------------------------------------------- */
#headcnt2 
  {
  font-size:9pt;
  font-weight:normal;
  color:#000000;
  }
/* ------------------------------------------------------------------------------------------------------------------ */
/* -------------- prd content text ---------------------------------------------------------------------------------- */
.prddesc 
  {
  font-size:8pt;
  }
/* ------------------------------------------------------------------------------------------------------------------ */

 div.hr {
  height: 15px;
	   background: #fff url(http://qoobee.de/_cms_/_templates_/qoobee/img/hr_dotted.jpg) repeat-x scroll center;
}
div.hr hr {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {
	font: 12px verdana, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px verdana, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #764933;
	z-index: 102;
	color:#d1de46;
	display:none;
	border-right: 1px solid #525252;
	border-bottom: 4px solid #525252;
	border-top: 4px solid #525252;
	border-left: 1px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-image:url(http://qoobee.de/_cms_/_templates_/qoobee/img/thickbox.gif);
	height:29px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
