/* SD Sora
   Style Sheet
   by Jure Omejc
 */
 
/* osnova ____________________________________*/
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #174580;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

P {
	margin-top: 0px;
	margin-bottom: 10px;
}

A, A:visited {	
	color: #174580;
	text-decoration: underline;
}
A:hover, A:active {
	color: #174580;
	text-decoration : none;
}

.linkReverse, .linkReverse:visited {	
	color: #174580;
	text-decoration: none;
}
.linkReverse:hover, .linkReverse:active {
	color: #174580;
	text-decoration : underline;
}

IMG {
	border: 0px;
}

UL {
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

LI {
	padding-bottom: 2px;
}

PRE {
	font-size: 1.2em;
}

/* DIVi ____________________________________*/

#okvir	{
	margin: auto;
	width: 755px;
	background-image: url(../pic/back.gif);
	background-repeat: repeat-y;
}

#okvirPopup	{
	margin: auto;
	width: 380px;
	text-align: left;
}

#okvirPrint	{
	margin: auto;
	width: 540px;
	text-align: left;
}

/* glava strani */
#head {
	background-color: #FFFFFF;
	border-left: 1px solid #B7CBD6;
	border-right: 1px solid #B7CBD6;
	background-image: url(../pic/crta.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: left;
}

/* osrednji del strani */
#main {
	text-align: left;
	border-left: 1px solid #B7CBD6;
	border-right: 1px solid #B7CBD6;
	border-bottom: 1px solid #B7CBD6;
}

/* levi prostor */
#left {
	float:left;
	width: 180px;
	margin: 0px;
}

/* vsebina */
#content {
	margin-left: 180px;
	border-left: 1px dotted #B7CBD6;
	padding: 15px;
}

/* DIV za "glihanje" */
div.spacer {
	clear: both;
	font-size: 1px;
	margin: 0px;
}

/* navigacijski linki v glavi ______________________________________*/

#nav {
	float: right;
	margin-top: -90px;
	padding-right: 10px;
	font-size: 0.9em;
	width: 200px;
	text-align: right;
}

/* tekst ______________________________________*/

/* pot */
#path {
	font-size: 0.9em;
	color: #748FB3;
	margin-bottom: 15px;
	margin-right: 160px;
}

.linkPath, .linkPath:visited {
	text-decoration: none;
	color: #748FB3;
}

.linkPath:active, .linkPath:hover {
	text-decoration: underline;
	color: #748FB3;
}

/* linka za poslji prijatelju in natisni */
#print_send {
	width: 150px;
	font-size: 0.9em;
	float: right;
	text-align: right;
}

@media print {
	#print_send {
		display:none;
	}
}

H1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}

.naslov {
	color: #FFB300;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 8px;
}

.linkNaslov, .linkNaslov:visited {
	text-decoration: none;
	color: #FFB300;
}

.linkNaslov:active, .linkNaslov:hover {
	text-decoration: underline;
	color: #FFB300;
}

.podNaslov {
	color: #FFB300;
	font-size: 1em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 3px;
}

.textMali {
	font-size: 0.9em;
}

.linkSitemap, .linkSitemap:visited {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

.linkSitemap:active, .linkSitemap:hover {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
}

/* MENU stuff ______________________________________*/

/* ozadje za menu */
#menu {
	background-color: #FFBC3A;
	border-bottom: 1px dotted #FEE3A2;
}

/* povezava */
.menu, .menu:visited {
	background-image: url(../pic/puscica.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top: 1px dotted #FEE3A2;
	font-size: 1em;
	color: #174580;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
}

.menu:active, .menu:hover {
	background-color: #FED87C;
	background-image: url(../pic/puscica.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 1em;
	color: #174580;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	border-top: 1px dotted #FEE3A2;
}

/* povezava ko je aktivna */
.menuOn, .menuOn:visited {
	background-image: url(../pic/puscica-down.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-top: 1px dotted #FEE3A2;
	font-size: 1em;
	color: #174580;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
}

.menuOn:active, .menuOn:hover {
	background-color: #FED87C;
	background-image: url(../pic/puscica-down.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 1em;
	color: #174580;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	border-top: 1px dotted #FEE3A2;
}

/* povezava - drugi nivo */
.menuMali, .menuMali:visited {
	border-top: 1px dotted #FEE3A2;
	background-color: #FDCC57;
	font-size: 0.9em;
	color: #174580;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 10px;
}

.menuMali:active, .menuMali:hover {
	background-color: #FED87C;
	font-size: 0.9em;
	color: #174580;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 10px;
	border-top: 1px dotted #FEE3A2;
}

/* naslovi pod menujem */
#menuNaslov {
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 20px;
	margin-bottom: 3px;
	border-top: 1px solid #174580;
	border-bottom: 1px solid #174580;
	background-color: #FED87C;
}

/* prijava na e-novice */
#maillist {
	font-size: 0.9em;
	padding-left: 10px;
	padding-right: 10px;
}

/* footer ______________________________________*/
#footer {
	background-color: #FFFFFF;
	text-align: right;
	padding: 5px;
	font-size: 0.9em;
	color: #748FB3;
}

.linkFooter, .linkFooter:visited {
	text-decoration: none;
	color: #748FB3;
}

.linkFooter:active, .linkFooter:hover {
	text-decoration: underline;
	color: #748FB3;
}

/* FORMS ______________________________________*/
FORM {
	margin: 0px;
	padding: 0px;
}

.box {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4B4B4B;
	padding-left: 1px;
	border: thin;
	border-color: #C9C9C9;
	border-style:solid;
	border-width:1px;
}

.formCell {
	padding-bottom:6px;
}

.gumb {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: 8em;
	height: 2.1em;
}

.gumbMali {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 7em;
	height: 2em;
	padding-bottom:2px;
}

.field {
	display: none;
}