@charset "utf-8";
body {
	background-image: url(slike/bg.png);
	background-color: #18a5d7;
	background-repeat: repeat-x;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 0px;
}
#dolje {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	height: 36px;
	text-align: center;
	letter-spacing: 1px;
}
#sadrzaj {
	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 11px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	color: #333333;
	line-height: 20px;
}
.fotka {
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
.tekst {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #0868BC;
	line-height: 30px;
}

h1 {
	color: #0d95cf;
	font-size: 22px;
	font-family: Arial;
}
.auto {
	font-weight: bold;
	color: #0561B8;
}

a:link, a:visited {
	color: #15A0D4;
	text-decoration: none;
}
a:hover, a:active {
	color: #15A0D4;
	text-decoration: underline;
}
.slika_lijevo {
	float: left;
	padding-right: 20px;
}
.slika_desno {
	float: right;
	padding-left: 20px;
}

