/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* css reset */
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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;
}
body {
	line-height: 1;

}
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;
}

/* ostalo */
.wrapper {
	color: #666;
	width: 852px;
	margin: 0px auto;
}
.toppage_title {font-family: 'Helvetica Neue';
font-size: 1.5em;
font-weight: normal;
text-transform: uppercase;
text-align: center;
letter-spacing: 20px;

margin-top: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}

#navigacija {
	font-size: 0.9em;
	text-align: center;
	display: inline;
	text-transform: uppercase;
}
#navigacija ul {
	margin:15px 0;
}
#navigacija ul li {
	border-right: 1px solid #ccc;
	padding: 0 10px;
	display: inline;
}

#navigacija ul li a {
	color:#aaa;
	text-decoration: none;
}
#navigacija ul li a:hover, #active {
	/*color: #896161 !important; */
	color:#666 !important;
}
#content {
	min-height: 660px;
	margin: 55px 0;
	/*overflow:auto; */ 
	
	
}
#tekst {
	width: 460px;
	float: left;
	font-family:'Helvetica Neue';
	padding: 0 10px 0 240px;
	line-height: 1.4em;
}
#image_wrap {
		/* dimensions */
		width:677px;
		margin:3px 0 15px 78px;
		padding:15px 0;
		min-height: 420px;

		/* centered */
		text-align:center;

		/* some "skinning" */
		background-color:#000;
		border:2px solid #fff;
		border-radius: 5px;
		outline:1px solid #ddd;
		-moz-ouline-radius:4px;
	}

#tekst p {padding-bottom: 7px;}
#footer {
	text-align: right;
	
	padding: 10px 20px 10px 10px;
	font-size: 0.7em;
	font-style: italic;
	color:#aaa;
	border-top: 1px solid #ccc; 
}
h3 {
margin:30px 0 10px 0;
/*padding:3px 5px; */
text-transform: uppercase;

font-size: 1.1em;
width:120px
}