/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #fff;
}

a
{
	color: #0077dd;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */
img
{
    border:none;
    }

#outer
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}

/* Header */

#header
{
	position: relative;
	background: #004778 url('images/pozadi%20sliki.jpg') repeat-x left bottom;
	height: 356px;
	padding-left: 2em;
	top: 0px;
	left: 0px;
}

#header h1
{
	position: absolute;
	top: 1.8em;
	font-size: 2.2em;
	letter-spacing: -0.05em;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	position: absolute;
	font-size:18px;
	top: 8em;
	color:Black;
}

/* Menu */

#menu
{
	position: absolute;
	top: 335px;
	left:100px;
}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	
}

#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #000000;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.5em;
}


#content p
{
	margin-bottom: 1.5em;
}
#content h3
{
	color: #545454;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
}

#content h2,h4,h5,h6
{
	color: #545454;
	margin-bottom: 1em;
	border-bottom: dashed 1px #dfdfdf;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 20px;
	color:Black;
	font-weight:normal;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
    margin-bottom:1.5em;	
	padding-left: 1em;
	list-style: square;
}

#main blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.4em #005082;
	border:1px solid #b1daf1;
    background-color:White;
}
#main1 blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.4em #005082;
	border:1px solid #b1daf1;
 
}
.blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}
.blockquote1
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #CCFF00;
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	text-align: left;
}

#content table th
{
	font-weight: bold;
}

#content table td
{
	
	padding-left:0.5em;
	padding-right:0.5em;
	border:0px;
		
}

#content table tr.rowH
{
	color: #4a3399;
	
}

#content table tr.rowH1
{
	color: #4a3399;
	
	height:5px;
}
#content table tr.rowHa
{
	color:#4a3399;
	border-right: solid 0.5px #fff;
}

#content table tr.rowH1a
{
	color:#4a3399;
	border-right: solid 1px #fff;
	height:5px;
}
#content table tr.rowA
{
	padding-bottom:0.5em;
	padding-top:0.5em;
	border-top: solid 1px #fff;
	background: #e8edff;
	color: inherit;
	
}
.rowH1a {background:#4a3399;}
.rowA{background: #e8edff;}
.rowA1{background: #fff9e6;}
.rowB1{background: #E9EFDE;}
.rowD{background: #FFEFBF;}
.rowC{background: #DBE4C9;}
#content table tr.rowA1
{
	padding-bottom:0.5em;
	padding-top:0.5em;
	border-top: solid 1px #fff;
	background: #e8edff;
	color:inherit;
}
#content table tr.rowB
{
	background: #fff;
	border-top: solid 1px #fff;
	color: inherit;
	
}
#content table tr.rowB1
{
	background: #E9EFDE;
	border-top: solid 1px #fff;
	color: inherit;
}
#content table tr.rowC
{
	background: #DBE4C9;
	border-top: solid 1px #fff;
	color: inherit;
}
#content table tr.rowD
{
	background:#FFEFBF;
	border-top: solid 1px #fff;
	color: inherit;
}
/* Primary Content */

#primaryContentContainer
{
	background-color: #fff;
	float: right;
	margin: 0em -19em 0em -19em;
	width:100%;
}

#primaryContent
{
	margin: 1.5em 19em 0em 17.25em;
	padding: 1.5em 3em 1.5em 3em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 14em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a1.gif') top right repeat-y;
}

#secondaryContent .xbg
{
	position: absolute;
	right: 0em;
	bottom: -64px;
	background: #fff url('images/a3.gif') top right no-repeat;
	height: 64px;
	width: 128px;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 15em;
	padding: 3em 2em 1.5em 2em;
	background: #fff url('images/a2.gif') top left repeat-y;
}

#tertiaryContent .xbg
{
	position: absolute;
	left: 0em;
	bottom: -64px;
	background: #fff url('images/a4.gif') top left no-repeat;
	height: 64px;
	width: 128px;
}

/* Footer */
#footer {
	clear: both;
	height: 150px;
	padding: 20px 0 0 0;
	background: #000000;
}

#footer p {
	background: #000000;
	margin: 0;
	text-align: center;
	font-size: 85%;
}

#footer a {
	border: none;
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFFFFF;
}

.clear
{
	clear: both;
}
.linkcrn
{
	color:Black;
}
.naslovi_meni
{
	color:#3171b9;
}
.naslov_aktuelnosti
{
	font-size:medium;
	color:Black;
	font-weight:normal;
	text-decoration:underline;
}
.Sodrzina
{
 border-bottom:dashed 1px #dfdfdf;
}
.bor
{
	
}
.linkce
{
	font-size:normal;
	color:#4F81BD;
}
.link_post
{
	color:#647838;
}
.glavni_post_link
{
	color:#006600;
		
}	
.glavni_post_naslovi
{
	color:#006600;
	font-weight:bold;	
	font-size:17px;
}	
.rasporedi
{
}
.desno_sidebar
{
    color:Black;
    font-style:normal;
}
#tree2 
{   width:14em;
    color: #333; 
    line-height: 19px;
    margin-bottom:0px;
    margin:0 0 0 0;
    position:relative;
    border:0px;
    float:left;
    padding-bottom:20px;
}
#tree a { text-decoration: underline; color: #46546C; }
#tree a:hover { text-decoration: underline; color: #4d77c3; }   

#naslov
        {
            background-color:Red;
            width:900px;
            text-align:center;
        }
        .zgolemi
        {
            
            height:30px;
            background-color:Black;
        }
        .divlink
        {
          text-align:center; 
          height:25px; 
          color:#ffcc00; 
          background-color:#5d7b9d; 
          padding-top:5px;
          font-size:16px;
          text-decoration:none;
         }
         .boja
         {  
             color:#ffcc00;
             font-size:medium;
             
         }
         #div1
         {
             height:30px;
         }
.boja
{
    color:#151515;
    font-size:13px;
}
.bojanaslov
{
    color:#005082;
    font-weight:bold;
    font-size:15px;
    text-decoration:underline;
}
.sifra
{
    font-size:11px;
}
.imepredmet
{
    color:#4a3399;
}
.crno
{
    color:Black;
   }
.bor1{ border-bottom:1px; border-top:0px; border-right:1px; border-left:1px}
   .bor2{ border-bottom:1px; border-top:1px; border-right:1px; border-left:0px}
   .bor3{ border-bottom:1px; border-top:1px; border-right:0px; border-left:1px}
   .bor4{ border-right:1px; border-left:1px}