#dhtmlgoodies_slideshow{
	width:593px;	/* Total width of slideshow */
}

#previewPane{
	border:0px solid #CCCCCC;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:relative;
	top:0px;
	height: 291px;			
}
#previewPane img{
	padding:0px;
	margin:0px;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.1em;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#galleryContainer{
	height:70px;	/* Height of the images + 2 */
	border:0px solid red;
	position:relative;
	top:0px;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:9px 0px 0px 0px;
	
}
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:2px 0px 0px 0px;
	margin:0px;
}
#arrow_right{
	position:absolute;
	right:-2px;
	z-index:10;
	background-color: #FFF;
	padding:2px 0px 0px 0px;
	margin:0px;
}
#theImages{
	position:absolute;
	height:100px;
	left:33px;
	width:100000px;
}
#theImages {
	float:left;
}
#slideEnd{
	float:left;
}
#theImages img{
	float:left;
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor:pointer;
	border:2px solid white;
}

#waitMessage{
	display:none;
	width:250px;
	position:absolute;
	left:180px;
	top:140px;
	background-color:#FFF;
	padding:4px;
	color:#555;
	font-size:0.9em;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#theImages .imageCaption{
	display:none;
}











/******************************************************** standard html tags redefined   */
body {
	font-size: .9em;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding:00px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(bkg_main.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


/* main containters */
#wrapper {					
	position:absolute;
	width:956px;
	margin-left:-478px;
	top:19px;
	left:50%;
}
#navigate{
	text-align:left;
	position:relative;
	width:200px;
	height:600px;
	margin:0px;
	padding:0px 0px 0px 0px ;
	overflow:hidden;
	float:left;
}
#navigate img{
	border:0px;
	margin:0px 0px 30px 3px;
}
#content{
	float:left;
	width:746px;
	height:100%;
	margin:0px 0px 20px 10px;
	padding:0px 0px 100px 0px;
	background-color: #FFFFFF;
	overflow:visible;
}
#content img {
	display:block;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#maincontent {
	display:block;
	width:350px;
	top:370px;
	float:left;
	overflow:hidden;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#widecontent {
	display:block;
	width:495px;
	top:370px;
	float:left;
	overflow:hidden;
	margin:20px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#leftcontent {
	display:block;
	margin:0px 0px 0px 40px;
	padding:0px;
	width:215px;
	float:left;
	overflow:visible;
	margin:20px 0px 0px 30px;
	padding:0px 0px 0px 0px;
}
#related {
	position:relative;
	top:64px;
	text-decoration: none;
	color:#222b21;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display: block;
	width:140px;

	float:right;
	overflow:visible;
	background-color: #E7ECEF;
}
#related a {
	display:block;
	width:130px;
	text-decoration:none;
	font-size: .75em;
	color:#222b21;
	margin:4px 0px 0px 5px;
	padding:10px 0px 0px 0px;
	line-height:160%;
}
#related a:hover {
	color:#957D0F;
}
#related img {
	margin:0px 4px 0px 0px;
	padding:2px 0px 0px 0px;
	display:inline;
	border:0px;
}
#worldmap {
	display:block;
	overflow:visible;
	width:740px;
	height:355px;
	margin:0px 0px 0px 0px;
	padding:25px 0px 0px 0px;
	background-repeat: no-repeat;
	background-image: url(worldmap.gif);	
}
#content #worldmap h3{
	font-size: .7em;
	font-weight: normal;
	color: #000000;
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	clear:both;
}
#content #worldmap a{
	font-size: .7em;
	font-weight: normal;
	float:left;
	clear:both;
	color: #939793;
	margin:4px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#content #worldmap a:hover{
	color: #957D0F;
}
.column {
	display:block;
	position:relative;
	width:148px;
	background-color: transparent;
	float:left;
}

/*1st level*/
.level1 {	
	width:200px;
	background-repeat: no-repeat;
	background-position: 7px 5px;
	background-image: url(bullet_arrow.gif);	
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 17px;
}
.level1 a {	
	text-decoration:none;
	font-size: .75em;
	line-height:160%;
	color: #222b21;
}
.level1 a:hover {		
	color: #957D0F;
	background-color: #ffffff;
}

/*2nd level*/
.level2 {	
	width:200px;
	display:block;
	margin:3px 0px 5px 0px;
	padding:0px 0px 0px 17px;
}
.level2 a {	
	text-decoration:none;
	font-size: .75em;
	color: #9ba2a6;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
}
.level2 a:hover {		
	color: #957D0F;
}
.level2 a.active {	
	text-decoration:none;
	color: #000000;
}



/*3rd level*/
.level3 {	
	width:200px;
	display:none;
	margin:0px 0px 13px 0px;
	padding:0px 0px 0px 17px;
}
.level3 a {	
	text-decoration:none;
	font-size: .75em;
	color: #9ba2a6;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
}
.level3 a:hover {		
	color: #957D0F;
}
.level3 a.active {	
	text-decoration:none;
	color: #000000;
}

/* inactive 3rd level */

.level3hide {	
	display:none;
}



/* gumbi navigacija */

#navigatebuttons ul {
	position:absolute;
	top:245px;
	left:0px;
	letter-spacing: 0px;
	text-align:left;
	color: #ffffff;
	font-size: 1em;
	list-style: none;
	margin:100px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	line-height: 75%;
	clear:both;
}
#navigatebuttons li {	
	position:relative;
	font-size: .75em;
	font-weight: normal;
	width: 190px;
	height:20px;
	overflow:hidden;
	background-image: url(bullet_arrow.gif);
	background-repeat:no-repeat;
	background-position: 3pt 5px;
	background-color: #E7ECEF;
	margin:3px 0px 0px 10px;
	/ margin:0px 0px 0px 10px;
	padding:0px 0px 0px 15px;
}
#navigatebuttons li a {	
	text-decoration: none;
	color:#222b21;
	margin:0px 0px 0px 0px;
	padding:4px 20px 0px 0px;
	display: block;
}
#navigatebuttons li a:hover {		
	color: #957D0F;
} 


#content h1 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #272F27;
	font-size: 2.1em;
	font-weight: normal;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#content h2 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	color: #939793;
	font-size: 1.2em;
	font-weight: normal;
	line-height:50%;
	font-variant:small-caps;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
#content h3 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #000000;
	font-size: 11px;
	line-height:15px;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#content h4 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color: #000000;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#content p {
	margin:2px 0px 14px 0px;
	padding:0px 0px 0px 0px;
	color: #000000;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#content li {
	margin:8px 10px 0px 10px;
	padding:0px 0px 0px 15px;
	color: #000000;
	font-size: 11px;
	line-height:15px;
	font-weight: normal;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#content ul {
	left:0px;
	letter-spacing: 0px;
	text-align:left;
	color: #ffffff;
	font-size: 1em;
	list-style: none;
	margin:10px 0px 30px 0px;
	padding:0px 0px 0px 0px;	
	line-height: 75%;
}
#content li {	
	position:relative;
	font-size: .75em;
	font-weight: normal;
	background-image: url(bullet_arrow.gif);
	background-repeat:no-repeat;
	background-position: 3pt 5px;
}
#content ol { 
	list-style-type: lower-alpha;
	padding: 0px 0px 10px 20px;
	margin:0px;
}

#content ol li { 
	background-image: url();
	padding: 0px;
	margin:0px;
		font-size: 1em;
}

#content li a {	
	width:100%;
	display:block;
	text-decoration: none;
	color:#957D0F;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#content li a:hover {		
	color: #222b21;
} 
#content a {
	color: #9ba2a6;
	text-decoration: none;
}
#leftcontent p {
	color: #9ba2a6;
}
#leftcontent p.citat {
	font-style: italic;
}
#leftcontent p.podpis {
	font-style: normal;
	text-align: right;
}







}
#formcontent  {
width: 495px;
margin:0px 0px 0px 0px;
padding:0px 50px 0px 10px;
background-color: #f1f1f1;
}


#formcontent h1 {
clear:both;
margin:0px 20px 0px 20px;
padding:3px 0px 4px 0px;
border-bottom:1px solid gray;
border-top:1px solid gray;
}

#formcontent p {
font-size: 9px; 
text-align:left;
margin:5px 0px 5px 0px;
padding:5px 0px 5px 0px;
}

#formcontent table {
font-size: 11px; 
color: gray;
font-weight:normal;
padding:0px;
margin:20px 0px 0px 0px;
}
#formcontent .right{
text-align:left;

}
#formcontent img {
float:right;
padding:20px 20px 0px 0px ;
margin:0px;
}


#formcontent .go {
color:#000000;
font-size: 11px; 
font-weight:bold;
width:200px; 
font-family: Tahoma; 
float:right;
margin:20px 20px 20px 0px ;
}

.line {
border-bottom: 1px solid gray;
}


#related .pdf ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}
#related .pdf li {	
	display:list-item;
	font-size: .75em;
	font-weight: normal;
	background-image: url(icon_pdf.gif);
	background-repeat:no-repeat;
	background-position: top 3px;
	margin:10px 0px 0px 0px;
	padding:0px 10px 0px 0px;
}

#related .pdf a {
	display:block;
	margin:0px 0px 4px 20px;
	padding:0px 0px 0px 0px;
	font-size: 1em;
	font-weight: normal;
	color:#222b21;
}


#related .pdf a:hover {
	color:#957D0F;


}



