/*************************
/* kontakty */
/*************************/
#contacts h1 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: larger;
	color: #58616a;
}

#contacts h2 {
	margin-top: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

#contacts #menu{
	position: relative;
	margin-top: 1em;
}

#contacts .contactsMap{
  margin-top: 5px;
  height: 550px;
}

#contacts .textView{
  margin-top: 7px;
  border-top: 1px solid #a0a0a0;
}

#contacts #viewSwitch{
	position: absolute;
	bottom: 0;
	right: 0;
}

#contacts table{
  width: 100%;
}

#contacts .openingHoursCell{
  width: 100px;
  text-align: right;
}

#contacts .textView td {
	padding: 8px 3px 8px 3px;
  border-bottom: 1px solid #E0E0E0;
}

#contacts .textView tr:hover {
  background-color: #F0F0F0;
}

#contacts .textView tr.header:hover {
	background-color: #FFF;
}

#bottomMessage {
  margin-top: 10px;
}

#bottomMessage span {
  display: inline-block;
  vertical-align: bottom;
}

#bottomMessage img {
  margin-left: 5px;
}