﻿body,td,th {
	color: #006;
	background-color: #FFFFFF;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
}
.style1 {
	color: #0033CC;
	background-color: #ffffff;
	font-weight: bold;
	font-style: italic;
}
.style21 {
	color: #0000A9;
	background-color: #ffffff;
	font-size:13px;
}
.style22{
	color: #0000A9;
	background-color: #ffffff;
	font-size:17px;
}
.style4 {
	color: #000;
	background-color: #ffffff;
} 

.style4a {
margin-left:-20px;
	
	}

.style4b {
	/*padding-left:17px;*/
color: #0066CC;
	background-color: #ffffff;
	font-size: 14px;

	
	}

.style4c {


color: #0066CC;
background-color: #ffffff;
padding-left:17px;}

.celija {
	background-image:url(images/a1.gif);
	background-repeat:repeat-x;
}

	
a:link {
	color: #0000A9;
	background-color: #ffffff;
	text-indent: 0px;
}


a:visited {
	color: #0000A9;
	background-color: #ffffff;
}
a:hover{
	color:#FFFFFF;
	background-color: #ffffff;
}
img{
	border:0;
	right: 5px;
}
.ClassTitle {
	background-image: url(images/a1.gif);
	background-repeat: repeat-x;
	background-color:transparent;
	width:750px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
}
.ForSmallTitle {
	width:330px;
	height:115px;
	float:left;
	background-color:transparent;
}

.ForSmallTitle2 {
	width:240px;
	height:115px;
	float:right;
	background-color:transparent;
}

.Languages1 {
	width:100px;
	height:15px;
	float:right;
	margin:0 10px 0 0;
	display:inline;
	text-align:center;
}

.Languages2 {
	width:100px;
	height:15px;
	float:right;
	display:inline;
	text-align: center;
}

.Languages {
	width:750px;
	height:20px;
	float:right;
}

.Edit{
	width:auto;
	font-size: 12px;

}

.twoColElsLt #container {
	/*width: 46em;   this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	width:750px;
	color: #000000;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: 950px;
	margin-bottom: 0;
	margin-left: 50px;
} 
.twoColElsLt #container #links {
	float: right;
}
#clear {
	clear: both;
}


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLt #sidebar1 p" rule.
*/
.twoColElsLt #sidebar1 {
	float: left;
	width: 200px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	color: #000000; /* top and bottom padding create visual space within this div */
	vertical-align: middle;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 20px;
}
.twoColElsLt #sidebar1 #linkovi {

}

/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
.twoColElsLt #mainContent {
	width: 520px;
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 210px;
/*	float:right; */
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
		clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a
{
	text-decoration: underline;
	color: #9f9f9f;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal
}

a:hover
{
	text-decoration: none;
	color: #ffffff;
	background: url('images/bbg1.gif');
	background-repeat:repeat-x;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal
}

/* -------------------------CSS MENU------------------ */
.menu {
z-index:1000;
font-size:90%;
margin:5px 0 50px 10px; /* this page only */
text-align:left;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:190px;
}
/* hack for IE5.5 */
html .menu ul { margin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background:#ffffff;
color:#000000;
background-image:url('images/bb0.gif');
background-color:#ffffff;
height:38px;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:38px;
line-height:38px;
width:190px;
color:#000;
text-indent:5px;
border:0px solid #000;
background-image:url('images/bbg0.gif');
background-repeat:repeat-x;
background-color:#ffffff;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
color:#000000; 
background:#ffffff; 
background-image:url('images/bbg0.gif');
background-repeat:repeat-x;
background-color:#ffffff; 
width:190px; 
}
/* style the link hover */
* html .menu a:hover {
color:#fff; 
background:#00007f;
background-image:url('images/bbg1.gif');
background-repeat:repeat-x;
}

.menu :hover > a {
color:#fff; 
background:#00007f;
background-image:url('images/bbg1.gif');
background-repeat:repeat-x;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:190px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
border:1px solid #000;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
/* -------------------------/CSS MENU------------------ */
.twoColElsLt #container #sidebar1 #linkovi .style22 {
	font-family: Verdana, Geneva, sans-serif;
}
.twoColElsLt #container {
	margin-right: auto;
	margin-left: auto;
}
.twoColElsLt #container #sidebar1 #logo{
	padding-right: 17px;
}

.twoColElsLt #container #sidebar1 #linkovi .style22 {
	font-family: Tahoma, Geneva, sans-serif;
}
.sub {
	font-size: 12px;
}
.nova_klasa {
	font-size: 14px;
	padding-left: 5px;
}
.nova_klasa1 {
	font-size: 14px;
	padding-left: 5px;
}

