@CHARSET "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #9fd6ff;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 19px;
	font-weight: bolder;
	color: #025043;
}

div {
	overflow: hidden;
}

a {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0px;
}

div#top {
	clear: both;
	height: 90px;
	background: url('/test/grafika/main/gtlo_gora.jpg') top left repeat-x;
}

div#top div.top-width {
	margin: auto;
	width: 850px;
	height: inherit;
}

div#top div.top-width div.gspace {
	float: left;
	width: 109px;
	height: inherit;
}

div#content {
	clear: both;
	margin: auto;
	background: #9fd6ff url('/test/grafika/main/tlo.jpg') top left repeat-x;
}

div#bottom-space {
	clear: both; 
	height: 10px;
}

div#footer {
	clear: both;
	padding: 4px 0px 4px 0px;
	width: 850px;
	background-color: #f5f5f5;
	text-align: center;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

div#footer a {
	font-weight: bolder;
}

div#footer a:hover {
	color: #025043;
}