body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 14px;
}
.page {
	width: 574px;
	margin: 0 auto;
}
.logo {
	text-align: center;
	margin: 30px 0;
}

.red {
	color: #e21c2d;
}
.center {
	text-align: center;;
}

a, a:visited, a:active, a:focus {
	color: #e21c2d;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.map {
	background: url('img/mapa.png') no-repeat;
	width: 574px;
	height: 330px;
	margin: 40px auto;
	position: relative;
}
.map .pin {
	display: block;
	width: 122px;
	height: 65px;
	background: url('img/pin.png') left 9px no-repeat;
	position: absolute;
}
.map .pin span {
	display: none;
}
.zlin {
	bottom: 78px;
	right: 11px;
}
.brno {
	bottom: 76px;
	right: 101px;
}
.olomouc {
	bottom: 121px;
	right: 51px;
}
.zabreh {
	bottom: 165px;
	right: 80px;
}
.opava {
	bottom: 175px;
	right: 0;
}
.map .pin:hover {
	background: url('img/popisek.png') no-repeat;
	z-index: 1000;
}
.map .pin:hover span {
	display: block;
	line-height: 65px;
	text-align: center;
}

.contacts {
	width: 100%;
}
.contacts td {
	width: 50%;
}
.contacts h2 {
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin: 20px 0;
}

.button {
	margin-top: 30px;
	background: #e21c2d;
	color: white !important;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 20px 30px;
}
.button:hover {
	background: #ff1c2d;
}