@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,td,th {
	font-family: "Times New Roman", Times, serif;
}
#container {
	background-color: #FFF;
	float: none;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #FFF;
	clear: left;
	height: 30px;
	width: 960px;
	padding-top: 70px;
}
#container #header a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#container #header a:hover {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


#sidebar {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 256px;
}


#main {
	background-color: #FFF;
	float: left;
	height: auto;
	width: 704px;
}
.naslov {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: left;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.sidebar {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
}
#container #sidebar .sidebar a {
	color: #999;
	text-decoration: none;
}
#container #sidebar .sidebar a:hover {
	color: #000;
	text-decoration: none;
}
.main {
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	color: #000;
	text-decoration: none;
	line-height: 1.5em;
}
#container #main .main a {
	color: #999;
	text-decoration: none;
}
#container #main .main a:hover {
	color: #000;
	text-decoration: none;
}
.strelica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #000;
}
#container #main .strelica a {
	color: #999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#container #main .strelica a:hover {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}






body {
	line-height: 1;
}