/*********************************
  *   STYLE - H1 - H7 + BODY      *
  *********************************/
 html{
 	color: black;
 	background: #f2bf5e url('design/bg.png') repeat-x;
 }
 
 body {
 	padding: 0px;
 	margin: 0px;
 }
 
 p,td,th,span,div,input,textarea,body{
   font-size: 9pt;
   font-family: sans-serif;
 	color: black;
 }
 
 a, a:visited {
   text-decoration: none;
   color: black;
 	cursor: pointer;
 }
 
 a:hover {
 	text-decoration: underline;
 }
 
 a img {
 	border-width: 0px;
 }
 
 h1, h2, h3, h4, h5 {
 	display: block;
 	margin: 5px 0;
   padding: 0 0 3px 0;
 }
 
 h1 {
 	text-align: center;
 	font-size: 1.7em;
 	_font-size: 1.6em;
 	color: #e77a15;
 }
 
 h2{
   text-align: left;
 	font-size: 1.5em;
 }
 
 h3{
 	text-align: left;
 	font-size: 1.2em;
 }
 
 form {
 	margin: 0;
 }
 
 input, textarea{
   border: 1px #666 solid;
   background: #ddd;
 }
 
 h3 a {
 	margin: 0;
 	padding: 0;
 }
 
 hr{
   height: 1px;
   border-width: 0px;
   background: #ccc;
   padding: 0px;
   margin: 5px 2px;
 	clear: both;
 }
 
 /****************************
  *      Main content
  ***************************/
 
 #main {
 	width: 750px;
 	margin: 0 auto;
 	margin-top: 10px;
 }
 
 #header {
 	position: relative;
 	float: left;
 	width: 238px;
 	height: 751px;
 	background-image: url('design/left.png');
 }
 
 #header img {
 	margin: 0 22px;
 	margin-top: 25px;
 }
 
 #header img.other {
 	margin-left: 27px;
 }
 
 #mainbox_wrapper {
 	float: left;
 	width: 471px;
 	_width: 468px;
 	background: #fff;
 	padding: 0;
 	padding-bottom: 0;
 	margin-bottom: 0;
 }
 
 #mainbox_bottom {
 	background: url('design/center_bottom.png') no-repeat;
 	/*height: 640px;*/
 	background-position: 100% 100%;
 }
 
 #mainbox {
 	margin: 0;
 	width: 471px;
 	_width: 468px;
 	background: url('design/center_top.png') no-repeat;
 	padding-top: 65px;
 	padding-bottom: 0;
 }
 
 #content {
 	float: left;
 	padding-bottom: 35px;
 	padding-left: 5px;
 	padding-right: 10px;
 	/*height: 560px;
 	_height: 575px;*/
 	overflow: auto;
 }
 
 #left {
 	display: none;
 }
 
 #right{
 	width: 250px;
 	float: right;
 }
 
 #footer{
 	clear: both;
 	text-align: center;
 	position: relative;
 	top: -18px;
 	left: 0px;
 }
 
 /****************************
  *		Stuff in header				*
  ***************************/
 
 #language {
 	position: absolute;
 	top: 5px;
 	left: 5px;
 }
 
 #language a {
 	margin: 1px;
 }
 
 /****************************
  *      LightBox						*
  ***************************/
 
 #lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
 #lightbox img{ width: auto; height: auto;}
 #lightbox a img{ border: none; }
 
 #outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
 #imageContainer{ padding: 10px; }
 
 #loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
 #hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
 #imageContainer>#hoverNav{ left: 0;}
 #hoverNav a{ outline: none;}
 
 #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
 #prevLink { left: 0; float: left;}
 #nextLink { right: 0; float: right;}
 #prevLink:hover, #prevLink:visited:hover { background: url(design/prevlabel.gif) left 15% no-repeat; }
 #nextLink:hover, #nextLink:visited:hover { background: url(design/nextlabel.gif) right 15% no-repeat; }
 
 #imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
 
 #imageData{	padding:0 10px; color: #666; }
 #imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
 #imageData #caption{ font-weight: bold;	}
 #imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
 #imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
 
 #overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
 
 /*********************************
  *            Panels             *
  *********************************/
 .panel{
 }
 
 #left h2, #right h2{
 	font-size: 1.2em;
   padding: 6px 4px;
 	margin: 0px;
   font-weight: bold;
 }
 
 .panel-content{
   padding: 5px;
 }
 
 .panel-footer{
 }
 
 /*********************************
  *            Menu               *
  *********************************/
 
 .menu_item {
 	float: left;
 	display: block;
 	width: 56px;
 	height: 24px;
 	background: url('design/button.png') no-repeat;
 	padding: 5px 0;
 	color: #fff;
 	text-align: center;
 	margin: 0 5px;
 	_margin: 0 3px;
 }
 
 .menu_item a, .menu_item a:visited {
 	color: #fff;
 	font-size: 8pt;
 	font-weight: bold;
 }
 
 /*********************************
  *          Support styles       *
  *********************************/
 .clear_both {
 	clear: both;
 }
 
 input.submit {
 	width: 100px;
 }
 
 .left_column {
 	float: left;
 	width: 200px;
 }
 
 h3.left_item {
   font-size: 9pt;
   font-weight: bold;
 }
 
 .left_item {
   padding-left: 15px;
 	background: url('design/arrow.gif') no-repeat 0 50%;
 }
 
 .right_column {
 	float: right;
 	text-align: right;
 	padding-top: 70px;
 }
 
 .maily {
 	color: #222;
 }
 
 #inserted_links {
 	width: 100%;
 	height: 15px;
 	overflow: none;
 }
 
 #inserted_links a {
 	font-size: 5pt;
 	_font-size: 8pt;
 	color: #444;
 }
 
 #index p, #index div {
 	line-height: 15pt;
 }
 
 .nabizime_img {
  float: right;
 }
 
 .nabizime_img img {
  padding: 3px;
 }
/*********************************
  *            Article						 *
  *********************************/
 .article_super, .article_thumb {
 	clear: both;
 }
 
 .article_super a img, .article_thumb a img {
 	border-width: 0px;
 	margin: 0 5px 5px 0;
 	float: left;
 }
 
 .article_super p, .article_thumb p {
 	text-align: justify;
 	padding-bottom: 5px;
 }
 
 .article_super i, .article_thumb i {
 	float: right;
 }
 
 .article_detail p {
 	text-align: justify;
 }
 
/*********************************
  *            Calendar           * 
  *********************************/
 #calendar table{
   width: 100%;
   padding: 0;
   margin: 0 0 5px 0;
   text-align: center;
 }
 
 #calendar table thead{
   height: 16px;
   font-weight: bold;
 }
 
 .day{
   height: 22px;
 }
 
 .day-sn{
   height: 22px;
 }
 
 .calendar_disabled{
   color: #aaa;
 }
 
 .calendar_today{
   border: 1px black solid;
   padding: 2px;
   display:block;
   width: 20px;
   height: 12px;
   margin: 0 auto;
 }
 
 .calendar_event{
   border: 1px grey solid;
   padding: 2px;
   display:block;
   width: 20px;
   height: 12px;
   margin: 0 auto;
 }
 
 .calendar_days a{
   color: white;
 }
 
 .calendar_text {
 	display: none;
 }
 
 #calendar_popup {
   width: 200px;
 	background-color: white;
 	padding: 2px;
 	border: 1px black solid;
 }
 
 #calendar .list {
 	text-align: center;
 	padding-bottom: 3px;
 }
 
 /*************************
  *    Panel hledání      *
  ************************/
 
 #panel_search #results {
 	position: absolute;
 	display: none;
 }
 
 #panel_search #img_searching {
 	visibility: hidden;
 }
 
 /*************************
  *    Panel hledání      *
  ************************/
 #search_param span {
 	display: block;
 	float: left;
 	width: 90px;
 }
 
 #search_param input, #search_param select {
 	width: 140px;
 }
 
 #search_param .submit {
 	text-align: center;
 	margin-top: 5px;
 }
 
 #search_param .submit input {
 	width: 60px;
 }
.header1 {
 	font-weight: bold;
 	font-size: 14px
 }
 
 .header2 {
 	font-weight: bold;
 	font-size: 12px;
 	color: #FF0000
 }
 
 .header3 {
 	font-weight: normal;
 	font-size: 12px;
 	color: #0000FF
 }
 
 .tablerow1 {
 	background-color: #BBBBBB;
 }
 
 td {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
 }
<!-- DUMP (Total time: 0.033853s)
[0.95065200 1283699654] Module: loading module db
[0.95128500 1283699654] XML: parsing ./db.xml
[0.95573000 1283699654] DB: connected
[0.95580900 1283699654] DB: selected db
[0.95590100 1283699654] Module: loading module setting
[0.95616600 1283699654] Module: loading module include
[0.96206000 1283699654] SQL: SELECT name, value FROM setting ORDER BY name ASC
[0.96314000 1283699654] SQL: SELECT M.name, MML.module AS enable FROM
			module_load L INNER JOIN module M ON (M.id = L.module AND M.installed = '1' AND M.loadable = '1')
				INNER JOIN `mode` D ON (D.id = L.mode)
				LEFT JOIN module_mode_load MML ON (MML.mode = D.id AND MML.module = M.id)
			WHERE  D.name='service' 
			ORDER BY `order`
			
[0.96340200 1283699654] Module: loading module zlib
[0.96365000 1283699654] ZLib: setting up compression
[0.96372000 1283699654] Module: loading module page
[0.96396100 1283699654] Module: loading module rewrite
[0.96430000 1283699654] Module: loading module smarty
[0.96568300 1283699654] Module: loading module lang
[0.96617500 1283699654] Lang: setting default language cs
[0.96668000 1283699654] Module: loading module article
[0.96705800 1283699654] Module: loading module category
[0.96755800 1283699654] Module: loading module guestbook
[0.96790700 1283699654] Module: loading module search
[0.96814300 1283699654] Module: loading module object_param
[0.96859000 1283699654] Module: loading module search_param
[0.96883800 1283699654] Module: loading module maillist
[0.96950900 1283699654] Module: loading module admin_deny
[0.96973800 1283699654] Module: loading module admin_detail
[0.97008200 1283699654] Module: loading module admin
[0.97046300 1283699654] Module: loading module admin_message
[0.97071200 1283699654] Module: loading module setting_edit
[0.97106100 1283699654] Module: loading module stat_common
[0.97149800 1283699654] Module: loading module stat
[0.97175400 1283699654] Module: loading module stat_server
[0.97199200 1283699654] Module: loading module panel
[0.97223600 1283699654] Module: loading module gallery
[0.97262000 1283699654] Module: loading module calendar
[0.97298400 1283699654] Module: loading module inquiry
[0.97322900 1283699654] Module: loading module offer
[0.97356800 1283699654] Module: loading module render
[0.97396200 1283699654] SQL: 
			SELECT 
				P.id, P.name, P.mode, P.special, P.disable, P.loged 
			FROM 
				page P
					INNER JOIN mode M ON (M.id = P.mode)
			WHERE 
				 M.name='service'  AND
				P.name='css' 

			UNION

			SELECT 
				P.id, P.name, P.mode, P.special, P.disable, P.loged 
			FROM 
				page P
					INNER JOIN mode M ON (M.id = P.mode)
			WHERE 
				 M.name='service'  AND
				P.name='login' 

			UNION

			SELECT 
				P.id, P.name, P.mode, P.special, P.disable, P.loged 
			FROM 
				page P
					INNER JOIN mode M ON (M.id = P.mode)
			WHERE 
				 M.name='service'  AND
				P.name='not_found'
[0.97412800 1283699654] SQL: INSERT IGNORE INTO stat_property(value) VALUES  ('ip') , ('page') , ('REQUEST_URI') , ('HTTP_REFERER') ;
[0.97434800 1283699654] SQL: INSERT IGNORE INTO stat_value(value) VALUES  ('38.107.191.112') , ('css') , ('/style.css?css_mode=front') , ('') ;
[0.97740400 1283699654] SQL: INSERT INTO stat_data( `date`, `property`, `value`, `count` ) VALUES  ( '20100905',  (SELECT id FROM stat_property WHERE value='ip'), (SELECT id FROM stat_value WHERE value='38.107.191.112'), 1  ) ,  ( '20100900',  (SELECT id FROM stat_property WHERE value='ip'), (SELECT id FROM stat_value WHERE value='38.107.191.112'), 1  ) ,  ( '20100000',  (SELECT id FROM stat_property WHERE value='ip'), (SELECT id FROM stat_value WHERE value='38.107.191.112'), 1  ) ,  ( '20100905',  (SELECT id FROM stat_property WHERE value='page'), (SELECT id FROM stat_value WHERE value='css'), 1  ) ,  ( '20100900',  (SELECT id FROM stat_property WHERE value='page'), (SELECT id FROM stat_value WHERE value='css'), 1  ) ,  ( '20100000',  (SELECT id FROM stat_property WHERE value='page'), (SELECT id FROM stat_value WHERE value='css'), 1  ) ,  ( '20100905',  (SELECT id FROM stat_property WHERE value='REQUEST_URI'), (SELECT id FROM stat_value WHERE value='/style.css?css_mode=front'), 1  ) ,  ( '20100900',  (SELECT id FROM stat_property WHERE value='REQUEST_URI'), (SELECT id FROM stat_value WHERE value='/style.css?css_mode=front'), 1  ) ,  ( '20100000',  (SELECT id FROM stat_property WHERE value='REQUEST_URI'), (SELECT id FROM stat_value WHERE value='/style.css?css_mode=front'), 1  ) ,  ( '20100905',  (SELECT id FROM stat_property WHERE value='HTTP_REFERER'), (SELECT id FROM stat_value WHERE value=''), 1  ) ,  ( '20100900',  (SELECT id FROM stat_property WHERE value='HTTP_REFERER'), (SELECT id FROM stat_value WHERE value=''), 1  ) ,  ( '20100000',  (SELECT id FROM stat_property WHERE value='HTTP_REFERER'), (SELECT id FROM stat_value WHERE value=''), 1  ) 
			ON DUPLICATE KEY UPDATE `count` = `count` + 1;
[0.97891800 1283699654] Loader: header
[0.97912600 1283699654] Loader: initing script css
[0.98123700 1283699654] Loader: loading css
[0.98211000 1283699654] SQL: INSERT INTO stat_server( `date`, `queries`, `process_time`, `count` ) VALUES  ( '20100905',  '7', '0.031364', 1  ) ,  ( '20100900',  '7', '0.031364', 1  ) ,  ( '20100000',  '7', '0.031364', 1  ) 
			ON DUPLICATE KEY UPDATE `count` = `count` + 1, queries = queries + VALUES(queries), process_time = process_time + VALUES(process_time);
[0.98238300 1283699654] SQL: DELETE FROM module_load_cache WHERE  mode='service' 
[0.98326200 1283699654] SQL: INSERT INTO module_load_cache(`file`, `order`, `mode`) VALUES  ('mod/zlib/zlib_module.php', '0' , 'service' )  ,  ('mod/page/Page.php', '1' , 'service' )  ,  ('mod/rewrite/Rewrite.php', '2' , 'service' )  ,  ('mod/rewrite/RewriteRoot.php', '3' , 'service' )  ,  ('mod/smarty/0.SmartyTag.php', '4' , 'service' )  ,  ('mod/smarty/ActionBox.php', '5' , 'service' )  ,  ('mod/smarty/FormSmartyTag.php', '6' , 'service' )  ,  ('mod/smarty/ImgSmartyTag.php', '7' , 'service' )  ,  ('mod/smarty/RefSmartyTag.php', '8' , 'service' )  ,  ('mod/smarty/smarty_module.php', '9' , 'service' )  ,  ('mod/lang/lang_module.php', '10' , 'service' )  ,  ('mod/article/Article.php', '11' , 'service' )  ,  ('mod/article/ArticleLink.php', '12' , 'service' )  ,  ('mod/category/Category.php', '13' , 'service' )  ,  ('mod/category/MenuItem.php', '14' , 'service' )  ,  ('mod/category/MenuLoader.php', '15' , 'service' )  ,  ('mod/guestbook/GuestItem.php', '16' , 'service' )  ,  ('mod/guestbook/ObjectFeedback.php', '17' , 'service' )  ,  ('mod/search/SearchBox.php', '18' , 'service' )  ,  ('mod/object_param/ObjectTemplate.php', '19' , 'service' )  ,  ('mod/object_param/ParamField.php', '20' , 'service' )  ,  ('mod/object_param/ParamTemplate.php', '21' , 'service' )  ,  ('mod/search_param/ParamObjectSearchHandler.php', '22' , 'service' )  ,  ('mod/maillist/Maillist.php', '23' , 'service' )  ,  ('mod/maillist/MaillistEmail.php', '24' , 'service' )  ,  ('mod/maillist/MaillistEmailFactory.php', '25' , 'service' )  ,  ('mod/maillist/MaillistHistory.php', '26' , 'service' )  ,  ('mod/maillist/MaillistMail.php', '27' , 'service' )  ,  ('mod/admin_deny/AdminDeny.php', '28' , 'service' )  ,  ('mod/admin_detail/AdminDetail.php', '29' , 'service' )  ,  ('mod/admin_detail/AdminImage.php', '30' , 'service' )  ,  ('mod/admin/Admin.php', '31' , 'service' )  ,  ('mod/admin/admin_module.php', '32' , 'service' )  ,  ('mod/admin_message/AdminMessage.php', '33' , 'service' )  ,  ('mod/setting_edit/SettingEdit.php', '34' , 'service' )  ,  ('mod/setting_edit/SettingSection.php', '35' , 'service' )  ,  ('mod/stat_common/StatPeriod.php', '36' , 'service' )  ,  ('mod/stat_common/StatVisit.php', '37' , 'service' )  ,  ('mod/stat/StatData.php', '38' , 'service' )  ,  ('mod/stat_server/StatServer.php', '39' , 'service' )  ,  ('mod/panel/Panel.php', '40' , 'service' )  ,  ('mod/gallery/Gallery.php', '41' , 'service' )  ,  ('mod/gallery/GalleryImage.php', '42' , 'service' )  ,  ('mod/calendar/Calendar.php', '43' , 'service' )  ,  ('mod/calendar/Event.php', '44' , 'service' )  ,  ('mod/inquiry/Inquiry.php', '45' , 'service' )  ,  ('mod/offer/OfferItem.php', '46' , 'service' )  ,  ('mod/offer/OfferPackage.php', '47' , 'service' )  ,  ('mod/render/Render.php', '48' , 'service' )  ,  ('mod/render/render_module.php', '49' , 'service' ) 
 -->