@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	    	}
	a:link {
	color: #000000;
	font-weight: 500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a {
	font-weight: bold;
}
#okolo {
	background-image: url(iza.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 600px;
	min-width: 320px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

#tekst {
	height: 100%;
	width: 100%;
	overflow: auto;
	font-family: "Helvetica";
	text-align: center;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
		padding-top: 20px;
	padding-bottom: 10px;

	}
