*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
strong {
	font-weight: normal;
}
/*hlavička*/ 
nav {
	background-color: #16D9D2 ;
}
ul {
  width: 100%;
  margin: 0px auto;
  float: center;
  text-align: center;
  list-style-type: none;

}
.hlavicka {
  width: 272px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  font-weight: 650;
  font-family: Arial;
  display: inline-block;
  margin: 25px 20px 25px 20px;
}
a {
	color: #2B6691;
	text-decoration: none;
	display: inline-block;
}
a:link {
text-decoration: none;
color: #6A87A7
}
a:visited {
text-decoration: underline;
color: #2B6691
}
a:hover {
text-decoration: underline;
color: #2B6691
}
.clearedfix:after {
	content: "";
	display: table;
	clear: both;
}
/*potržení*/
hr {
	border: 2px solid  #2B6691;
	margin: 0px;
	width: 100%;
}
.c {
	margin: 0px auto;
	margin-bottom: 30px;
	margin-top: 0px;
	width: 80%;
	border: 2px solid #24D8F0 ;
}
.cc{
	border: 2px solid  #2B6691;
	margin: 0px auto;
	width: 80%;
	margin-top: 40px;
}
.ccc{
	border: 2px solid  #2B6691;
	margin: 0px auto;
	width: 80%;
	margin-bottom: 100px;
}
.cccc{
	margin: 0px auto;
	margin-bottom: 30px;
	margin-top: 0px;
	width: 80%;
	border: 2px solid #24D8F0 
	
}
/*obsah bechyne*/
h1 {
	text-align: center;
	padding: 35px 20px 35px 20px;
	font-family: Arial;
	font-size: 50px;
  width: 540px;
  margin: 0 auto;
  color: #2B6691;
}
.ambulance {
	color: #2B6691;
	text-decoration: underline #24D8F0;
  width: 80%;
  text-align: left;
  float: left;
  font-family: Nimbus Sans;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.clearedfix:after {
	content: "";
	display: table;
	clear: both;
}
h3 {
	width: 60%;
	text-decoration: none;
  text-align: left;
  font-family: Nimbus Sans;
  font-size: 30px;
  font-weight: 340;
}
.popis1 {
	text-decoration: none;
  width: 50%;
  text-align: left;
  float: left;
  font-family: Nimbus Sans;
  font-size: 30px;
	margin-left: 10%;
  font-weight: 340;
}
.ul2 {
	text-decoration: none;
	width: 30%;
	float: right;
	text-align: right;
	font-size: 30px;
	font-weight: 340;
	text-align: left;
  list-style-type: none;
  margin-right: 10%;
  margin-bottom: 30px;
	font-family: Nimbus Sans;
}
.clearedfix:after {
	content: "";
	display: table;
	clear: both;
}
/*mapa*/
iframe {
  display: inline-block;
	width: 80%;
	height: 450px;
	margin-left: 10%;
	border: 2px solid #2B6691;
}

