body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #333333;
	background-image:url(images/back.gif);
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
img {
	border: none;
}

/* dock - top */
.holder {
	width:100%;
	height: 60px;
	background: url(images/dock-bg2.gif);
}

.logo {
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height: 60px;
	margin-top: -60px;
	margin-left: 18em;
	text-indent:-9999px;
}

.slogan {
	background-color:#868f98;
	width:auto;
	height:40px;
	border-bottom:#CC6600 thick;
	padding-left: 18em;
}

.animacija {
	background-color:#868f98;
	width:auto;
	height:150px;
	border-bottom:#CC6600 thick;
	padding-left: 18em;
}

.wrapper {
	margin-left: 18em;
	margin-right: auto;
	width: 600px;
}

.dock {
	position: fixed; 
	height: 60px; 
	text-align: center;
	margin-left: 640px;
}
.dock-container {
	position: absolute;
	height: 60px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #ffffff;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}



div.Article {
  background: 
	url(images/topleft.gif) 
  top left no-repeat;
  width:100%;
  margin-top:20px;
  }
div.Article h2 {
  background: 
	url(images/topright.gif) 
  top right no-repeat;
  font-size:1.3em;
  padding:10px;
  margin:0;
  }
div.Article h3 {
  font-size:1.3em;
  margin:0;
  }
div.Article h4 {
  font-size:1.6em;
  margin:0;
  }
  
  div.ArticleBodyIndex {
  background: 
	url(images/rightborder.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-40px;
  padding:15px;
  padding-top:-60px;
  }
div.ArticleBody {
  background: 
	url(images/rightborder.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-0em;
  padding:15px;
  }
div.ArticleFooter {
  background: 
	url(images/bottomleft.gif) 
  bottom left no-repeat;
  }
div.ArticleFooter p {
  background: 
	url(images/bottomright.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
    font-size:10px;
  }

div.ArticleBody a {
	text-decoration:none;
	color:#FFFFFF;
}
 
table td {
	align="center";
 }
 
.drobni_tisk {
	font:xx-small;
}

/* opisi */

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}



/*LIGHTBOX */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
