@charset "utf-8";
body {
	background-color: #EDF4FF;
	margin: 0px;
	background-image: url(img/bg01.jpg);
	background-repeat: repeat-x;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
body.pocetna {
	background-image: url(img/bg.jpg);
}
a, a:link, a:visited {
	text-decoration: none;
	color: #022B88;
}
a:hover {
	color: #009EFD;
	text-decoration: underline;
}
#qt {
	height: 252px;
	background-image: url(img/fotka.jpg);
	background-repeat: no-repeat;
	background-position: 5px;
	padding-left: 330px;
}
#qt #tekst {
	float: left;
	color: white;
	width: 450px;
	padding: 5px;
	text-align: justify;
}
#main {
	width: 770px;
	padding-left: 20px;
}
#header {
	width: 790px;
	height: 210px;
}
body.pocetna > #header {
	height: 139px;
}
#header #meni {
	float: right;
}
#header #meni li {
	display: inline;
	margin: 5px;
	padding: 5px;
}
#header #logo {
	float: left;
}
#qt #tekst p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#qt #tekst h3 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main .gallery li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

.gallery img {
	padding: 1px;
	border-color: #B9D5FF;
}
