/* tipografija */

body, .navigacija, .naziv, .opis, h1, .copy
{
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
}

.h1a
{
	font-family: "helvetica bold", arial-black, sans-serif;
	text-decoration: none;
}



/* boje i velicine */

body
{
	color: red;
	font-weight: 300;
	background-color: #242424;
	background-image: url(foto.gif);
	background-repeat: no-repeat;
	background-position: 9px 9px;
	background-attachment: fixed;
	max-width: 842px;
}

h1
{
	color: #777;
	font-size: 35px;
	line-height: 15px;
	font-weight: 100;
	text-align: right;
	text-decoration: none;
	background-color: transparent;
	margin: 11px 0px 22px 0px;
}

.h1a
{
	color: #777;
	font-size: 35px;
	line-height: 15px;
	font-weight: 600;
	text-align: right;
	text-decoration: none;
	background-color: transparent;
	margin: 11px 0px 22px 0px;
}

.navigacija
{
	color: #111;
	font-size: 15px;
	line-height: 20px;
	text-align: right;
	background-color: transparent;
	display: block;
	margin: 0px 0px 0px 40px;
}

a.navigaj:link, a.navigaj:visited
{
	color: #555;
	font-size: 15px;
	line-height: 20px;
	text-align: right;
	background-color: transparent;
	display: block;
}

a.navigaj:hover, a.navigaj:active
{
	color: #999;
	font-size: 15px;
	line-height: 20px;
	text-align: right;
	background-color: transparent;
	display: block;
}

.naziv
{
	color: #666;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	background-color: transparent;
	margin: 0px 0px 12px 120px;
}

.opis
{
	color: #666;
	font-size: 10px;
	line-height: 15px;
	background-color: transparent;
	margin: 0px 0px 0px 120px;
}

.najava
{
	color: #666;
	font-size: 10px;
	line-height: 15px;
	background-color: transparent;
	margin: 2px;
}

.copy
{
	color: #111;
	font-size: 9px;
	line-height: 11px;
	background-color: transparent;
	margin: 5px 0px 15px 0px;
}

a.copy:link, a.copy:visited
{
	color: #111;
	font-size: 9px;
	line-height: 11px;
	background-color: transparent;
}

a.copy:hover, a.copy:active
{
	color: #eee;
	font-size: 9px;
	line-height: 11px;
	background-color: transparent;
}

a:link, a:visited
{
	text-decoration: none;
	background-color: transparent;
}

a:hover, a:active
{
	color: #ddd;
	text-decoration: none;
	background-color: transparent;
}