/**
 * CSS definistions for REPC
 */


#hidden a:link, #hidden a:hover, #hidden a:visited {
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	color: white;
	font-size: 100%;
	margin:0;
}

* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	float:none;
}

body {
	font:76%/1.7 Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:4em 0 0 0;
	margin:0;
}

h1,h2,h3 {
	margin:1.5em 0 0 0;
	font:normal 1.7em arial;
	color:#8b2;
	clear:left;
}

h1 {
	font-size:1.5em;
	margin:0;
	padding-top:0.5em;
	color:#1B6FC0;
}


a:link, a:hover, a:visited {
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size: 100%;
	margin:0;
}

a {
	color:#06c;
	border-bottom:1px solid #ccc;
}

a:visited { color:#96c }
a:visited:hover { border-color:#96c }
a:hover { border-color:#06c }

#result_title {
	font-size: 12px;
	color: #000;
	background-color: #d5ddf3;
	text-align: right;
	border-top: 1px #36c solid;
	padding: 3px;	
}

p {
	margin: 0.1em;
	padding: 0.1em;
}

#ad_details {
	width: 600px;
}

#ad_details a{
	font-family: tahoma;
	font-size: 10pt;
}

#top_navigation {
	margin-left: 10px;	
}


#navigation {
	width:16em;
	position:absolute;
	z-index:3;
	left:0;
	padding-top: 0px
}

#navigation ul * {
	border:0;
	display:block;
	color:#9c3;
}
#navigation a:hover, #navigation .jelly a:hover { background:#efc }
#navigation ul em {
	color:#ccc;
	font-style:normal;
}
.jelly { margin-bottom:1em }
#navigation .jelly a, #navigation .jelly em {
	font-size:1.2em;
	font-weight:bold;
	padding-left:1.666em;
}
#navigation .jelly ul a, #navigation .jelly ul em {
	font-size:1em;
	font-weight:normal;
	padding-left:3em;
}
#navigation ul a, #navigation ul em {
	color:#06c;
	padding-left:2em;
}
#navigation ul em {
	color:#ccc;
	font-style:normal;
}
#navigation ul ul { margin:0 }
#navigation ul ul em { padding-left:1.5em }
#navigation .jelly ul ul li * {
	padding:0 1em 0 4.5em;
	font-size:0.9em;
	background:#f7f7ff;
}

#content .hh a {
	border: 0;
	color:#8b2;
}

#content {
	padding-left:200px;
	padding-right:250px;
	left:160em;
	z-index:6;
	background:#fff;
	padding-bottom:400px;
}
.Home #content { margin-top:2.7em }
#content ul, #content ol { padding-left:2em }
#content li { list-style:square }

#introduction {
	background:#eef 0 0 no-repeat;
	padding:0 2em 1em 2em;
}

#introduction p { clear:left }

#antiintro img, #related img {
	float:left;
	margin:0.5em 1em 0.5em 0;
}

#ai2 {
	padding:2em;
	background:url(c_f7_bl.gif) bottom left no-repeat;
}


#antiintro {
	background:#f7f7ff url(c_f7_tl.gif) 0 0 no-repeat;
	border-left:3px solid #eef;
}

#related {
	background:#fff url(c_ff_tl.gif) 0 0 no-repeat;
	border:solid #eef;
	border-width:3px 0 0 3px;
}
#r2 {
	padding:2em;
	background:url(c_ff_bl.gif) bottom left no-repeat;
}
#related h2 { margin:0 }

#contact_agency {
	position:absolute;
	top:3em;
	right:25px;
	width:200px;
	float:right;
	padding-top:91px;
}

#contact_agency ul li{
	display:block;
	list-style: none;
}
/** CSS PARAMETRI
 **
 ** text-ailgn: poravnava tekst
 ** text-indent: property will indent the first line of a paragraph, for example, to a given length or percentage. This is a style traditionally used in print, but rarely in digital media such as the web.
 ** text-decoration: none;
 ** text-transform: capitalize;
 ** text-transform: lowercase;
 ** text-transform: uppercase;
 ** font-style: italic;
 ** font-weigth: bold;
 ** line-height: specificira velčinu redu o odnosu na standardni red
 ** margin: 1em;
 ** padding: 2em;
 ** margin-top, margin-right, margin-bottom, margin-left, padding-top, padding-right, padding-bottom and padding-left 
 ** border-width: 1px 5px 10px 20px (gornja pa u smjeru kazaljke na satu)
 ** border-width: 1px 0px 0px 0px; OR border-top-width: 1px; 
 ** border-top: 1px #000 solid;
 ** display: in-line show list member in one linke not one under another
 */