@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------*/
/*                     ELEMENTI STRANICE                    */
/*----------------------------------------------------------*/

body {
	background-color:#CCCCCC;
	margin:0;
	font-size:13px;
	font-family: Tahoma, Garamond, Georgia, "Times New Roman", Times, serif;
	color:#404040;
	line-height:130%;
	padding:0;
	}
#page{
	width:800px;
	background:#CCCCCC url(images/body_bg.gif) center top no-repeat;
	padding:30px 0 0 0;
	margin:0 auto;
	}
#container {
	display:block;
	padding: 0 20px;
	width:760px;
	background:#FFFFFF url(images/container_bg.gif) top center repeat-y;
	}
#head {
	display:block;
	width:760px;
	height:100px;
	}
#topnav {
	position:absolute;
	width:760px;
	float:right;
	z-index:1;
	text-align:right;
	}
#topnav ul{
	float:right;
	margin:0;
	padding:0;
	}
#topnav li {
	list-style:none;
	float:left;
	margin-left:1px;
	}
#topnav li a{
	text-align:center; 
	text-decoration:none;
	background-color:#003300;
	color:#FFFFFF;
	display:block;
	line-height:20px;
	padding: 0 20px;
	font-weight:900;
	font-size:10px;
	}
#topnav li a:hover{
	background:#FFFFFF; 
	color:#990099;
	}
#head2 {
	float:right;
	display:block;
	text-align:right;
	position:absolute;
	top:10px;
	right:20px;
	height:20px;
	z-index:3;
	}
#opis{
	position:absolute;
	color:#009900;
	height:30px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	font-size:24px;
	width:750px;
	margin-top:78px;
	z-index:2;
	}
#lbar{
	float:left;
	width:170px;
	}
#lbar ul{
	background: #FFCC99; /*url(images/lbar-a.gif) repeat-y;*/
	list-style:none;
	display:block;
	width:170px;
	padding:0;
	margin:0;
	}
#lbar li { 
	background:url(images/lbargumb.gif) left 10px no-repeat;
	border-bottom: #333 1px dotted;
	}
#lbar li li {
	border-bottom:none;
	background:none;
	}
#lbar li li a{
	background: url(images/horiz-bord.gif) repeat-x 20px top;
	font-weight:100;
	}
#lbar li a{ 
	display: block;
	padding:5px 5px 5px 20px;
	}
#lbar li a:hover{ 
	background:#FFFFFF;
	}


#content {
	margin:10px 0 0 0;
	width:760px;
	background:#FFFFFF url(images/content.gif) repeat-y 170px;
	}
#story {
	width:580px; 
	float:right; 
	margin-bottom:0px;
	}
#text{
	width:340px;
	float:left;
	}
#slike {
	float:right;
	width:200px;
	}
#slike img {
	margin-bottom:10px;
	}	
#bottom {
	width:760px;
	height:22px;
	clear:both;
	display:block;
	padding:20px 20px;
	background: #CCCCCC url(images/bottom.gif) top center no-repeat;
	}
/*-------------TAGOVI---------------*/


a {
	font-weight:800; 
	color: #FF3333; /*#DF2B87;*/ 
	text-decoration:none;
	}

a:hover{color: #339900;}

a img {
display:block;
margin:0 0 10px 0; 
padding:0; 
border:none;}

a img:hover{border:#003300 1px solid;}

p {margin-top:10px;}

h1 {
font-family:Garamond, Georgia, "Times New Roman", Times, serif;
color:#336600;
line-height:130%;
margin:0 0 10px 0;
width:330px;
}

h2 {
font-size:1em;
margin-bottom:0px;
color:#336600;/*#CC0099;*/
}

h3 {
font-size:1em;
margin-bottom:0px;
color:#336600;/*#CC0099;*/
font-weight:100;
}


/*-------------------- KLASE -------------------------*/

.lijeva {
	float:left;
	margin:5px 10px 0 0;
	}

.desna {
	float:right;
	}
	
.pitanje{ 
	padding: 3px 0; 
	margin:0; 
	color:#444; 
	font-weight:500; 
	font-family:Georgia, "Times New Roman", Times, serif, Garamond; 
	border-top:#CC0099 1px solid;
	border-bottom:#CC0099 1px solid;}

.odgovor{
	margin:10px 0 20px 0;
	}

.la {
	width:170px;
	color:#CC0099;
	text-align:left;
	display:block;
	text-decoration:none;
	font-size:12px;
	/*letter-spacing:1px;*/
	font-weight:500;
	}

.okviric{
	width:200px; 
	padding:20px 0 20px 0; 
	border-top: #B7D89E 10px solid; 
	border-bottom:#B7D89E 10px solid; 
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif, Garamond; 
	font-size:14px; 
	color: #336600; 
	margin:0 0 10px 0;}

.la:hover {
	color: #000000;
	}
.imagelink {
	height:110px;
	border-top: #999999 1px dotted;
	display:block;
	}
.imagelink a img {
	float:left;
	margin-right:20px;
	}
.imagelink a:hover img{
	border:none;
	}	


/*-----------------------LAYOUT---------------------------------------*/

#bottom a { 
	font-size:9px; 
	text-decoration:none;
	color:#666666;
	}
#bottom a:hover {
	color:#CC0000;
	}