html, body, #map { 
	overflow: hidden;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif; 
	background-color: #5e5e5e;
}

#text {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 400px;
	z-index: 20000;

}

#tlacitko1 {
	position: absolute;
	top: 10px;
	left: 410px;
	z-index: 19500;
}
#tlacitko2 {
	visibility: hidden;  
	position: absolute;
	top: 10px;
	left: 560px;
	z-index: 19000;

}

#text2 {
	text-align: justify;
	padding: 20px;
	margin-left: -275px;
	margin-bottom: -275px;
	position: absolute;
	bottom: 50%;
	left: 50%;
	width: 550px;
	z-index: 20000;
	background-color: #f0f7f8;          
}

#text3 {
	position: absolute;
	text-align: left;
	padding: 20px;
	padding-top: 36px;
	top: 50px;
	left: 10px;
	z-index: 19000;
	width:245px;
	height: 137px;
	background-image: url(bg1.png);
	background-repeat: no-repeat;				
}


.bublina {
	font-size: 13px;
	width: 220px;
}
/**
 * CSS Reset
 * From Blueprint reset.css
 * http://blueprintcss.googlecode.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:13px;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/**
 * Basic Typography
 */
body {
    font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-size: 80%;

}
pre, code {
    margin: 1.5em 0;
    white-space: pre;
}
pre, code {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height:1.5;
}
a[href] {
    color: #436976;
    background-color: transparent;
}
h1, h2  {
    color: #003a6b;
    background-color: transparent;
    font: 100% 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    margin: 0;
    padding-top: 0.5em;
}
h1 {
    font-size: 130%;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #fcb100;
}
h2 {
    font-size: 100%;
    margin-bottom: 0.5em;
	font-weight: bold;
    border-bottom: 1px solid #fcb100;
}

#krizek{position: absolute; right: 20px}

#chbox{position: relative; top: 2px}

.olControlAttribution {
    bottom: 5px;
}



body {
    -webkit-text-size-adjust: none;
}

