
body {
	min-height: 100%;
	background: none;	
	font-family: "Times New Roman",serif;
	font-size: 10pt;
	color: black;
}

#frame {
	width: 6.25in;
	background: none;
	text-align:left;
}

/*  General rules ***************************************************************/

  * img {
    height: 0;
    width: 0;
    position: absolute;
  }

a { color: black; text-decoration:underline;}
a:hover { text-decoration:none;}
/* main div position ***********************************************************/
#head, #nav, #sidebar, #foot, #searchform  {
display: none;
}


#content {
	visibility: visible;
    width: 6.25in;
}


/* footer hack */
hr.cleaner {
	visibility: hidden;
}
/* main div position ***********************************************************/



/* content styles *****************************************************/

.povratak{ font-weight:bold; background: url(../images/povratak-ico.gif) no-repeat 0 0.4em; padding-left:15px; margin:0;}
a.povratak { font-weight:normal; color: #5DA9DD; text-decoration:none;}
a.povratak:hover { color: #9BCE47; text-decoration: underline; padding-left:15px; margin:0;}


#content .cbox { background: url(../images/dotser.gif) repeat-x 0 100%; padding: 10px 0;}

#content  p.first { padding: 0; margin:0;}
#content  p { padding:0.5em 0; margin:0;}
#content h1 { padding: 0.5em 0; margin:0; font-size: 12pt; font-weight: bold; line-height:1.9em;}
#content h2 { font-size: 11pt;font-weight:bold;}
#content h3 { font-weight:bold;}

#content h3#sati,
#content h3#sadrzaj,
#content h3#ispit, 
#content h3#literatura { display:block; color:#fff; padding:1px 0 1px 20px; margin:0; font-size: 1em; font-weight:bold; border-bottom:2px solid #EAEAEA;}

#content h3#sati { background:#5DA9DD url(../images/sati-ico.gif) no-repeat 5px 55%; }
#content h3#sadrzaj { background:#5DA9DD url(../images/sadrzaj-ico.gif) no-repeat 5px 55%;}
#content h3#ispit { background:#5DA9DD url(../images/ispit-ico.gif) no-repeat 5px 55%;}
#content h3#literatura { background:#5DA9DD url(../images/lit-ico.gif) no-repeat 5px 55%;}


#content p.izdvojeno { display:block;  padding:10px; margin:20px 0; background: #EBF5FB url(../images/pern-lines.gif); border-top: 1px solid #5DA9DD;border-bottom: 1px solid #5DA9DD;}

#content ul { list-style-type: none; padding:0.5em 0; margin:0;}
#content li { padding:0.5em 0;}

#news {list-style: none; padding:0; margin:0;}
#news dt, .date { font-size:8pt;}
#news dd { padding:0; margin:0;}
#news dd a, .news { font-size:1.2em;  padding: 0; margin:0; font-weight:bold; text-decoration:none;}
#news dd a:hover { color: #9BCE47; text-decoration: underline;}

#directors {list-style: none; padding:0; margin:0;}
#directors dt { font-size:1.2em; font-weight:bold; padding:0; margin:0;}
#directors dd {padding:0; margin:0;}
#directors dt a, .directors {text-decoration:none;}
#directors dt a:hover, .directors:hover {text-decoration: underline;}

/* content styles *****************************************************/

/* tabular css*****************************************************/
table { 
	padding: 0; 
	margin:10px 0;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-collapse:collapse;
	}
	
th,td {
	padding:0.5em;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
th#fond,
th#sati,
th#bodovi
{text-align:center;}

/* td.grey{background: #EAEAEA;border-bottom:1px solid #fff;} */

th { font-weight:bold;}


tr#ukupno{font-weight:bold;}

/* tabular css*****************************************************/

/* typo-links-shit**********************************************************/
#content .kolegij { font-weight:bold; padding:0; margin:0;}
#content a.kolegij { font-weight:normal; text-decoration:none;}
 
#content   .voditelji { font-weight:bold; padding:0; margin:0;}
#content  a.voditelji{ font-weight:normal;  text-decoration:none;}
/* typo-links-shit**********************************************************/
/* helpers *****************************************************/

.hide {
	height: 0;
	width: 0;
	display:none;
	position: absolute; 
	}

