/* CSS Document */
html, body {
	height: 100%;
}

body {
	font-family: Arial CE, Arial;
	background: url(../img/header-bg.jpg) no-repeat 50% top;
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
}
a:hover {
	text-decoration:none;
}


/* 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 */


/* cover stránky s pozadím toho parkoviště */
#coverPage {
	width: 100%;
	background: url(../img/footer-bg.jpg) no-repeat 50% bottom;
	padding-bottom: 175px;
}

/* hlavička */
#coverHead {
	width: 980px;
	margin: 0px auto;
}
#header {
	width: 980px;
	height: 290px;
	position:relative;
}
#header img#logo {
	margin: 25px 0px 0px 20px;
}
#header #freeDays {
	position:absolute;
	bottom:20px;
	left:9px;
	color:#ef1717;
	font-size:20px;
	font-weight:bold;
}
#header #contacts {
	width: 252px;
	height: 195px;
	background:url(../img/contact-bg.jpg) no-repeat;
	margin: 15px 0px 0px 9px;
	font-size: 15px;
}
#header #contacts p {
	padding: 50px 0px 0px 16px;
	line-height: 1.3em;
}
#header #headerInfo {
	float:right;
	text-align:right;
	width:710px;
	font-size:170%;
	color:#024594;
	line-height:2em;
	padding-top:20px;
	font-weight:bold;
}
#header #headerInfo a:link,
#header #headerInfo a:visited,
#header #headerInfo a:hover {
	color:#024594;
	font-size:120%;
}
#header #headerInfo a:hover {
	text-decoration:none;
}
#header #headerInfo strong {
	font-size:120%;
}

/* menu */
ul#menu {
	width: 980px;
	height: 40px;
	padding: 0px;
	margin: 0px auto;
}
ul#menu li {
	float: left !important;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul#menu li a img {
	border: 0px;
}
ul#menu li a {
	height: 40px;
	float: left;
}
/* content levá strana */
#coverContent {
	background: url(../img/menu-bg.jpg) repeat-x;
	width: 100%;
	margin: 0px auto;
}
#coverContent .halfBgPage {
	width: 50%;
}
#coverContent .halfBgPage .content {
	width: 470px;
	padding: 10px;
}
#coverContent .halfBgPage .contentLeft {
	float:left;
	padding:20px 10px 24px 10px;
}
#coverContent .addMargin {
	/*margin-bottom: 127px;*/
}
#coverContent .halfBgPage .addBg {
	background: url(../img/content-h1-bg.jpg) no-repeat 0px 10px;
}
#coverContent .bottomBG {
	 background: url(../img/content-p-bg.jpg) no-repeat 0px bottom;
}
#coverContent .leftBg {
	background: #57A900 url(../img/content-bg-left.jpg) repeat-x 0 top;
	height:520px;
}
#coverContent .rightBg {
	background: #57A900 url(../img/content-bg-right.jpg) repeat-x 0 top;
	/*padding:50px 0px 14px 0px;*/
	margin-left:-1px;
	height:647px;
}
#coverContent .leftBg p {
	line-height: 1.5em;
	margin: 0px;
	padding: 10px 0px;
}
#coverContent .leftBg h1 {
	width: 460px;
	font-size: 20px;
	padding: 15px 0px 5px 0px;
	margin: 0px;
}
#coverContent .leftBg h2 {
	width: 460px;
	font-size: 16px;
	padding: 18px 0px 5px 0px;
	margin: 0px;
}

/* content pravá strana */
#coverContent .halfBgPage .content img {
	margin: 0px;
}
#coverContent .halfBgPage .content .orangeBoxHead {
	background: url(../img/content-right-head-article.gif) no-repeat;
	width: 480px;
	height: 50px;
	margin: 50px 0px 0px 0px;
}
#coverContent .halfBgPage .content .sell{
	background: url(../img/content-right-head-pronajem.gif) no-repeat;
	width: 480px;
	height: 50px;
	margin: 0px 0px 0px 0px;
}
#coverContent .halfBgPage .content .orangeBoxFooter {
	background: url(../img/content-right-footer-article.gif) no-repeat;
	width: 480px;
	height: 13px;
}
#coverContent .halfBgPage .content .orangeBox {
	background: url(../img/content-right-bg-article.jpg) repeat-y;
	width: 480px;
	margin: 0px;
	font-size:110%;
}
#coverContent .halfBgPage .content .rightBottom {
	margin:0px;
	line-height:2em;
	padding:30px 0px;
}
#coverContent .halfBgPage .content a.cenik:link,
#coverContent .halfBgPage .content a.cenik:visited,
#coverContent .halfBgPage .content a.cenik:hover {
	background: url(../img/excel-ico.png) no-repeat;
	padding:5px 0px 5px 30px;
}
#coverContent .halfBgPage .content .orangeBox p {
	padding: 0px 20px 10px 20px;
	margin: 0px;
}
#coverContent .halfBgPage .content .orangeBox p.reversePadding {
	padding: 2px 20px 0px 20px;
}
#coverContent .halfBgPage .content .orangeBox p small.addLeftMargin {
	margin: 0px 0px 0px 30px;
}
#coverContent .halfBgPage .content .orangeBox ul{
	padding: 0px 20px;
	margin: 0px;
}
#coverContent .halfBgPage .content .orangeBox li {
	list-style: none;
	padding: 0px 0px 8px 0px;
	line-height: 1.5em;
}
/* patička */
#footer {
	width: 980px;
	height: 301px;
	background: url(../img/footer-bg.jpg) no-repeat;
	margin: 0px auto;
}


/* OBECNÁ NASTAVENÍ */
/***********************************************************************************/

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
a:link, 
a:visited,
a:hover {
	color: black;
}


/* SKRYTÉ DIVY */
/***********************************************************************************/
#grayOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60) !important;
	display:none;
	padding: 0px;
	margin: 0px;
}

.textBox {
	display: none;
	background: #fff;
	width: 700px;
	border: 4px solid #8EE409;
	position: absolute;
	padding: 20px;
	z-index: 200;
}
#mapa {
	width: 700px;
	height: 450px;
	background: #fff;
	border: 4px solid #8EE409;
	position: absolute;
	padding: 20px;
	z-index: 300;
}	
#mapa #googleMap {
	margin: 20px 0px 0px 0px;
	width: 700px;
	height: 380px;
}



a.pdf:link,
a.pdf:visited,
a.pdf:hover {
background: url(../img/pdf.gif) left 3px no-repeat;
padding:2px 18px 2px 20px;
}

