/* kontakt.css */


/* kontaktni udaje */
table.kontakt {
	clear: both;
	margin: 20px auto;
	border-collapse: collapse;
}
	table.kontakt td {
		padding: 0px 12px;
	}

div.adresy {
	width: 540px;
	margin: 30px 0px 0px 165px;
}
	div.adresy div {
		width: 220px;
		float: left;
		margin: 0px 0px 30px 0px;
	}



/* kontaktni formular */
form {
	width: 350px;
	margin: 25px auto;
}
	form fieldset {
		border: 1px solid #2e63b3;
	}
	form legend {
		margin-left: 10px;
		padding: 2px 10px;
		font-weight: bold;
		font-size: 1.2em;
		color: #fc0;
	}
	form p {
		margin: 0px !important;
		padding: 10px 0px !important;
	}
		form p.povinne {
			padding: 5px !important;
			text-align: center;
			font-weight: bold;
			font-style: italic;
			background-color: #133e80;
			border-top: 1px solid #fc0;
			border-bottom: 1px solid #fc0;
		}
		form p b {color: #f00;}
	form label {
		display: block;
	}
		form label:hover {color: #fc0;}
	form input {
		display: block;
		clear: both;
		width: 99%;
	}
	form textarea {
		display: block;
		clear: both;
		width: 99%;
	}
	form input.submit {
		margin: 10px 0px;
		padding: 3px 5px;
		float: right;
		width: 50%;
		font-weight: bold;
	}


/* kde nas najdete */
div.mapa-obal {
	width: 602px;
	height: 402px;
	margin: 10px auto 30px auto;
	padding: 5px;
	background: url(../img/bg-mapa-obal.jpg) no-repeat top left;
}
div#mapa-sentis-beroun {
	width: 600px;
	height: 400px;
	color: #000;
	border: 1px solid #000;
}

