/* site properties */
body {
	padding:0;
	margin:0;
	background: white url(images/bg.gif) top left repeat-x;

	font-family: verdana;
	font-size:9px;
}

td {
	font-size: 9px;
}

/* splošni linki */
a { 
	color: #336699; 
	text-decoration:none;
}

a:hover { 
	text-decoration: underline; 
}

h2 {
	font-size:1.2em;
	font-weight:bold;
	color: #336699;
	margin:0 0 5px 0;
	padding:0;
}

.copy {
	font-size:9px;
	color: gray;
}

.borderbl {
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

.borderrb {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.borderrbl {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
}

.borderr {
	border-right: 1px solid white;
}

html>body #dropdown {position:relative; left:-1px;}

/*------------------------------- menu katalog ----------------------------------------*/
.menu0 { 
	font-size:1.2em;
	font-weight:bold;
	color: #336699;
	margin:0 0 0px 0;
	padding:0;
}

.menu1 { font-weight: bold; }
	.menu1 a { text-decoration: none; } /* link*/
	.menu1 a:hover {text-decoration: underline;}
	
.menu2 { padding-left: 15px; }
	.menu2 a { text-decoration: none; color:#666666; } /* link*/
	.menu2 a:hover {text-decoration: underline; color:#666666;}
	.menu2selected { padding-left: 15px; font-weight:bold; color:#6699cc;}

.menu3 {}
	.menu3 a { color:#336699; text-decoration:none; font-weight: bold; } /* link*/
	.menu3 a:hover {text-decoration: underline; }


/*-------------------------------items listing (submenu)----------------------------*/
.menuitem {	
	border-top: 1px solid silver;
	padding: 5px 0;
}

.menuitem a {
		font-size:1em;
		text-decoration:none;
		color: #666666;
}

.menuitem a:hover {
	color: #666666;
	text-decoration:underline;
}

.menuitemselected {
	border-top: 1px solid silver;
	padding: 5px 0;
	font-weight: bold;
	color: #6699CC;
}

/*-------------------------------imenik----------------------------*/
.nopic {
	color: gray;
}
/******************************galerija*******************************************/
.scrollgallery {
	width:504px;
	overflow: auto;
	height: 67px;
}

html>body .scrollgallery { width: auto;	height: auto; }
html>body popravek { width:aout; }


#gyear { color: black; font-weight: bold; padding-left: 10px;}
#gtitle { color: #336699; font-weight: bold; padding-left: 10px;}
#gtekst { padding-left: 10px; }

/**********tehnicni podatki**********/
.techleft { /* levi del tabelce*/
	font-family: tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	
	text-align:left;
	vertical-align: top;
	
	border-bottom: 1px solid #cccccc; 
	border-right:1px solid #cccccc;
}

.techright { /* desni del tabelce*/
	font-family: tahoma, sans-serif;
	font-size: 10px;
	color: black;
	
	text-align:left;
	vertical-align: top;	

	border-bottom: 1px solid #cccccc; 
}

/* prva stran */
.border_prvi {
	border: 1px solid #cccccc;
	border-right: 0px solid #888888;
}

.border_drugi {
	border: 1px solid #cccccc;
	border-right-width: 0px;
	border-left-width: 0px;
}

.border_tretji {
	border: 1px solid #cccccc;
}