body {
	background-image: url('img/body.jpg');
	font-family:helvetica, arial;
}

img {
	border: none;
}

#head {
	position: relative;
	width:1000px;
	margin: 0 auto;
	background: white url('img/logo.png') no-repeat left top;
	height: 370px;
	box-shadow: 0px 4px 22px #0a0a0a;
  	-moz-box-shadow: 0px 4px 22px #0a0a0a;
 	-webkit-box-shadow: 0px 4px 22px #0a0a0a;
}

#head h1 {
	margin: -214px 0 0 0px;
	width: 512px;
	height: 82px;
	background: transparent url('img/h1.png');
	font-size:21px;
	text-transform:uppercase;
	color: #ff7800;
	line-height:33px;
}

#head img {
	margin: -7px 0 0 444px;
	border:none;
}

#main {
	position: relative;
	width: 1000px;
	margin: 20px auto 0 auto;
	background-color: white;
}

#main h2 {
	position:relative;
	font-size: 15px;
	color:#f0632f;
	text-transform:uppercase;
	margin: 30px 0 0 20px;
}

#main p {
	margin: 20px 0 0 20px;
	font-size: 12px;
	color:#000000;
	
}

#main img {
	margin: 0 0 0 -11px;
}

#o_nas {
	position:relative;
	background-color:white;
	float:left;
	width: 100%;
	z-index:1;
}

#sluzby {
	background-color:white;
	position:relative;
	float:left;
	width: 100%;
}

.sluzby {
	position:relative;
	float:left;
	width: 270px;
	background-color:white;
	font-size: 12px;
	padding: 0 63px 0 0;
	z-index:1;
}

.sluzby li {
	margin: 0 0 10px 0;
	list-style-image:url('img/odrazka.png');
	text-align:justify;
}

.sluzby .vice {
	background-image:url('img/vice.png');
	width: 126px;
	height: 35px;
	border:none;
	margin: 10px 0 0 51px;
	cursor:pointer;
}

#kontakt {
	position:relative;
	background-color:white;
	float:left;
	width: 100%;
	z-index:1;
}

.kontakt {
	--position:relative;
	float:left;
	padding: 10px 25px 30px 37px;
}
.kontakt1 {
	--position:relative;
	float:right;
	padding: 10px 65px 60px 37px;
}

#main a {
	text-decoration:none;
	color:inherit;
}

#main a:hover {
	text-decoration:underline;
}

#footer {
	position: relative;
	width:1000px;
	margin: 0 auto 0 auto;	
	top: 7px;
}

#footer p {
	position:relative;
	margin: 0 auto;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
	left: 48%;
	float:left;
}

#footer p.odkaz {
	float:right;
	left: 0px;
}

#footer a, #footer a:hover {
	color:inherit;
	text-decoration:none;
}

