﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-02 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

html
{
	font-size: 62.5%;
}

body
{
	background: #ffffff url(images/body-background.jpg) no-repeat center top;
	color: #616060;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Tahoma, Verdana;
}

body, form, ul, li, ol, h1, h2, h3, h4, h5, h6, object, p, form, dl, dd, dt, input, textarea, select
{
	margin: 0;
	padding: 0;
}

input, select, textarea, sub, sup
{
	font-family: Verdana, Arial;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	font-size: 1.3em;
}

img
{
	border: none;
}

a
{
	cursor: pointer;
	color: #fd860e;
	outline: none;
}

a:hover
{
	text-decoration: none;
}

label
{
	cursor: pointer;
}

a.button_byty, a.button_domy, a.button_pozemky {
  position:absolute;
  top:0px;
  left:288px;
}
a.button_byty {
  left:392px;
}

img.byty_naprodej_popis, img.pozemky_naprodej_popis, img.domy_naprodej_popis {
  display:none;
  position:absolute;
  top:65px;
}

img.byty_naprodej_popis {
  left: -10px;
}

#topPanelHolder a:hover img{
  display:block;
}

/* CLEAR */
/* slightly enhanced, universal clearfix hack */
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

.clear 
{
	width: 100%;
	height: 1px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.noscreen
{
	width: 1px;
	height: 1px;
	position: absolute;
	left: -4999px;
	overflow: hidden;
	visibility: hidden;
}

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#page
{
	width: 820px;
	margin: 0 auto;
	position: relative;
	/*background: url(images/page-background.png) no-repeat center bottom;*/
}

#contentPanel
{
	position: relative;
	z-index: 5;
}

/*======================================================================================*/
/* TOP PANEL HOLDER                                                                     */
/*======================================================================================*/

#topPanelHolder
{
	width: 820px;
	height: 196px;
	margin: 0 0 45px 0;
	overflow: hidden;
}

#topPanelHolder h1,
#topPanelHolder h1 span
{
	width: 241px;
	height: 33px;
	position: absolute;
	left: 0;
	top: 32px;
	overflow: hidden;
}

#topPanelHolder h1 span
{
	display: block;
	left: 0;
	top: 0;
	background: url(images/logo.png) no-repeat left top;
}

#topPanelHolder h1 a
{
	text-decoration: none;
}

#topPanelHolder h2.infoline
{
	width: 235px;
	height: 28px;
	padding: 8px 0 0 45px;
	position: absolute;
	right: 0;
	top: 10px;
	overflow: hidden;
	background: url(images/infoline-background.png) no-repeat left center;
	color: #7d7d7d;
	font-family: Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
}

#topPanelHolder h2.infoline span
{
	font-size: 20px;
}

/*======================================================================================*/
/* TOP PANEL	                                                                        */
/*======================================================================================*/

#topPanel
{
	width: 820px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 108px;
}

#topPanel #controls
{
	width: 100%;
	height: 88px;
	background: url(images/controls-background.png) repeat-x left bottom;
	color: #ffffff;
}

#topPanel #controls .view
{
	width: 187px;
	height: 39px;
	margin: 13px 0 0 0;
	float: left;
	overflow: hidden;
	background: #83c127 url(images/view-background.png) no-repeat left top;
}

#topPanel #controls .view a
{
	width: 146px;
	height: 20px;
	margin: 10px 0 0 20px;
	display: block;
	line-height: 20px;
	background: url(images/ico-view.png) no-repeat right center;
	color: #ffffff;
	text-decoration: none;
}

#topPanel #controls .addAdvertisement
{
	width: 235px;
	height: 49px;
	margin: 2px -1px 0 0;
	float: right;
	overflow: hidden;
	background: #ff8d26 url(images/add-advertisement-background.png) no-repeat left top;
}

#topPanel #controls .addAdvertisement a
{
	width: 195px;
	height: 25px;
	margin: 12px 0 0 24px;
	display: block;
	line-height: 25px;
	background: url(images/ico-add-advertisement.png) no-repeat right center;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#topPanel #controls .bottomControls p
{
	width: 72px;
	margin: 10px 15px 0 0;
	float: left;
	text-align: right;
}

#topPanel #controls .bottomControls select
{
	width: 95px;
	margin: 8px 10px 0 0;
	float: left;
}

#topPanel #controls .bottomControls a
{
	margin: 12px 0 0 0;
	float: left;
}

#topPanel #controls input {
  margin: 12px 0 0 0;
}

/*======================================================================================*/
/* BOTTOM PANEL	                                                                        */
/*======================================================================================*/

#bottomPanel
{
	width: 100%;
	height: 258px;
	margin: -90px 0 0 0;
	position: relative;
	background: url(images/bottom-panel-background.jpg) no-repeat center center;
}

#bottomPanel .bottomPanel-in
{
	width: 820px;
	height: 78px;
	margin: 0 auto;
	padding: 180px 0 0 0;
}

#bottomPanel .bottomPanel-in a.miniLogo
{
	margin: 3px 0 0 0;
	float: left;
}

#bottomPanel .bottomPanel-in p
{
	width: 195px;
	height: 32px;
	padding: 7px 0 0 22px;
	float: left;
	line-height: 14px;
	background: url(images/bottom-panel-paragraph.png) no-repeat left top;
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
}
