/* CSS document */

@media all {

#Mapy {
	width: 580px;
	height: 400px;
	display: block;
	position: relative;
	}

#mapaClassic {
	display: inline-block;
	border: 1px solid #eee;
	background: #fff;
	padding: 5px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10;
	}

#mapaClassic:after {
	width: 310px;
	height: 7px;
	content: " ";
	after: " ";
	position: absolute;
	bottom: -7px;
	left: 0px;
	background: transparent url('../images/image_shadow.png') no-repeat center top;
	}


#mapaClassic iframe {
	border: 1px solid #f8f8f8;
	}

a#smallMapaClassic {
	position: absolute;
	bottom: -18px;
	left: 10px;
	text-decoration: none;
	color: #666;
	font-size: 7pt;
	}

a#smallMapaClassic:hover {
	color: #009ee1;
	}


#mapaStreetView {
	display: inline-block;
	border: 1px solid #eee;
	background: #fff;
	padding: 5px;
	position: absolute;
	top: 160px;
	right: 20px;
	z-index: 20;
	}

#mapaStreetView:after {
	width: 310px;
	height: 7px;
	content: " ";
	after: " ";
	position: absolute;
	bottom: -7px;
	left: 0px;
	background: transparent url('../images/image_shadow.png') no-repeat center top;
	}


#mapaStreetView iframe {
	border: 1px solid #f8f8f8;
	}

a#smallMapaStreetView {
	position: absolute;
	top: -18px;
	right: 10px;
	text-decoration: none;
	color: #666;
	font-size: 7pt;
	}

a#smallMapaStreetView:hover {
	color: #009ee1;
	}


#Adresa {
	font-size: 10pt;
	color: #666;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 30;
	}

#Adresa strong {
	font-weight: normal;
	color: #009ee1;
	}


#Kontakty {
	font-size: 10pt;
	color: #666;
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 30;
	}

#Kontakty strong {
	font-weight: normal;
	color: #009ee1;
	}

#Kontakty a {
	text-decoration: none;
	color: #009ee1;
	}

#Kontakty a:hover {
	text-decoration: underline;
	color: #b00;
	}




.kontaktForm {
	width: 525px;
	padding: 0px 20px 20px 20px;
	margin: 10px 0px 0px 10px;
	background: #fdfdfd;
	border: 1px solid #eee;
    position: relative;
	}

.kontaktForm p {
	font-size: 10pt;
	color: #666;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	}

.kontaktForm .kfPol {
	position: relative;
	padding: 5px 0px;
	}

.kontaktForm .kfPol:last-child {
	margin-top: 5px;
	}

.kontaktForm .recaptcha {
	padding-left: 78px;
	}

.kontaktForm .kfPol input[type=text] { width: 200px; }
.kontaktForm .kfPol input[type=submit] { width: 80px; margin-left: 80px; }
.kontaktForm .kfPol textarea { width: 400px; max-width: 400px; }

.kontaktForm label {
	width: 80px;
	display: block;
	float: left;
	font-size: 9pt;
	color: #444;
	padding: 3px 0px 0px 0px;
	}

.kontaktForm .errIcon {
	width: 52px;
	height: 18px;
	display: block;
	background: transparent url('../images/icons/error.png') no-repeat left top;
	position: absolute;
	top: 7px;
	left: 232px;
	}

.kontaktForm .txtA .errIcon {
	top: 8px;
	left: 432px;
	}
/* end of CSS document */