body {
	background-color: #EDF1F0;
	background-image: url(pic/bck.jpg);
	background-repeat: repeat-y;
}

h1 {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DD362E;
}

.pic {
	position: absolute;
	z-index: 0;
	left: 0px;
}

.mapa {
	position: absolute;
	z-index: 1;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	top: 225px; 
	left: 450px
}
.obr {
	z-index: 1;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin: 5px;
}
	.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 680px;
	position: absolute;
	left: 164px;
	top: 220px;
	z-index: 2;
}

	.text_dole {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	width: 680px;
	position: absolute;
        left: 163px;
	bottom: 2px;
	z-index: 2;
}

a {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

