body {
	margin: 0;
	padding: 25px 0 10px 0;
	background: url('../img/background.jpg') repeat-x #e7eaef;
	text-align: center;
	color: #404040;
	font-size: 11px;
	font-family: Arial, Tahoma;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img, p, h1 {
	border: none;
	margin: 0;
	padding: 0;
}
.logo {
	margin-bottom: 20px;
}

.content {
	width: 980px;
	margin: auto;
	text-align: left;
}

html > body #contacts {
	height: 205px;
}
#contacts {
	height: 235px;
	display: block;
	background: url('../img/background-contacts.jpg') repeat-x #1e1e1e;
	margin: 20px 0 10px 0;
	padding: 30px 10px 0 10px;
	color: white;
	font-size: 12px;
}
#contacts a, #contacts span {
	color: #FFA22F;
}
html > body .services, html > body .contacts {
	width: 450px;
}
.services, .contacts {
	background: url('../img/sluzby.png') no-repeat;
	width: 460px;
	padding: 40px 5px 0 5px;
	text-align: justify;
	display: block;
	float: left;
}
.contacts {
	background-image: url('../img/kontakt.png');
	margin-left: 50px;
	font-size: 13px;
}

.item {
	text-align: left;
	margin: 20px 0 0 0;
}
h1 {
	background: #313131;
	color: #e7eaef;
	padding: 10px;
	display: block;
	float: left;
	font-size: 22px;
}
.item img {
	border: 2px solid #313131;
	clear: left;
}
.item a:hover img
{
	border-color: #A6052E;
}
.item p {
	display: block;
	float: left;
	margin: 10px 8px 0 8px;
}
.item strong {
	color: #a6052e;
}