/**** css reset ****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a{
	text-decoration: none;
	color: #666;
	outline: none;
}
input{outline: none; outline: 0px; outline-style:0;}
input:focus{outline: none; outline: 0;}
input:active{outline: none; outline: 0;}
a:hover{
	color: #999;
}
* {
margin: 0;
outline: none;
}
html, body {
height: 100%;
}
/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}
form input,
form select,
form textarea {
	font:1em Arial, Helvetica, sans-serif;
	}
	
form textarea {
	width:100%;
	line-height:1.25;
	}
	
form label {
	cursor:pointer;
	}

.clear         {
	clear:both;

}
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; } 
 
/*stranica css*/

body {
	background-color: #f1f7fa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.conteiner {
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
.header {
	height: 90px;
	background-image: url(../img/headerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header .logo h1 a {
	background-image: url(../img/logo.png);
	height: 40px;
	width: 413px;
	text-indent: -9999px;
	margin-top: 30px;
	float: left;
	margin-left: 5px;
}
.menu {
	background-image: url(../img/menu-bgR.jpg);
	background-repeat: repeat-x;
	height: 41px;
	background-color: #3B91CC;

	position: relative;
    width: 960px;
}
.menu .menuL{
	/*background-image: url(../img/menu-bgL.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
}
.menu .menuR{
	/*background-image: url(../img/menu-bgD.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
	height: 41px;
}
.menu ul{
	padding-right: 5px;
	padding-left: 5px;
}

.menu ul li{
	float: left;
	color: #cae1f1;
}
.menu ul li a{
	float:left;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight:bold;
}
.menu ul li a span{
	color: #cae1f1;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-top: 14px;
	padding-bottom: 14px;
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px;
	padding-right: 8px;
	padding-left: 2px;
	float: left;
	cursor: pointer;
}
.menu ul li a:hover, .menu ul .active a{
	color:#cae1f1;
	background-image: url(../img/menu-l.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.menu ul li a:hover span, .menu ul .active a span{
	color:#cae1f1;
	background-image: url(../img/menu-right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.menu ul li img {
	margin-top: 8px;
}


.content {
	background-color: #fff;
}
.content .slider1 {
    float: left;
    padding: 4px 4px 8px 10px;
    position: relative;
}

.content .boxSlider1, .content .boxSlider2, .content .boxSlider3 {
	background-image: url(../img/header-box-trans.png);
	width: 300px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	position: relative;
	padding-left: 5px;
	min-height: 90px;
	margin-left: 10px;
}
.content .boxSlider1 p, .content .boxSlider2 p, .content .boxSlider3 p {
	color: #131313;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 22px;
	width: 280px;
	padding-left: 5px;
}
.slider1 p a {
	font-size: 11px;
	color: #cc5002;
	text-decoration: underline;
}
.slider1 p a:hover {
	font-size: 11px;
	color: #cc5002;
	text-decoration: none;
}

.content .boxSlider1 .normalLi, .content .boxSlider2 .normalLi, .content .boxSlider3 .normalLi {
	color: #fff;
	font-size: 14px;
	background-image: url(../img/tabNormal2.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 160px;
	padding-top: 3px;
	text-align: center;
	font-family: 'CantarellRegular';
	position: absolute;
	top: -15px;
	left: 10px;
}
.content .activeLi {
	background-image: url(../img/tabHover2.png);
	background-repeat: no-repeat;
	height: 35px;
	color: #fff;
	font-size: 14px;
	background-repeat: no-repeat;
	height: 32px;
	width: 160px;
	padding-top: 13px;
	text-align: center;
	font-family: 'CantarellRegular';
	position: absolute;
	top: -25px;
	left: 10px;
	background-position: left 10px;
}

.position1{
	position: absolute;
	width: 300px;
	float: left;
	left: 10px;
	bottom: 15px;
}

.position2{
	width: 300px;
	position: absolute;
	float: left;
	left: 320px;
	display: inline;
	bottom: 15px;
}

.position3{
	width: 300px;
	position: absolute;
	float: left;
	right: 30px;
	display: inline;
	bottom: 15px;
	right: 23px;
}
.sliderBgBottom {
	background-image: url(../img/shadow.png);
	background-position: center bottom;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}


.slider-navi ul .active a, .slider-navi ul li a:hover, .slider-navi ul .ui-tabs-selected a{
	background-image: url(../img/li-button1.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
	float: left;
}

.slider-navi ul li{ float: left; }
.slider-navi ul li a {
	float: left;
	margin-right: 3px;
	background-image: url(../img/li-button1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.slider-navi ul {
	width: 45px;
	margin-right: auto;
	margin-left: auto;
}
.box-content .box1 {
	width: 300px;
	float: left;
	padding-right: 10px;
}
.box-content .box2 {
	width: 310px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d2d2d2;
	border-left-color: #d2d2d2;
	min-height: 385px;
}
.box-content .box3 {
	width: 300px;
	float: left;
	padding-left: 10px;
}
.box-content .box2 .calendar {
	text-align: center;
}
.box-content .box1 p, .box-content .box3 p {
	font-size: 12px;
	color: #303131;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.box-content .box1 ul{
	margin-top: 15px;
}

.box-content .box1 ul .button_1 a{
	background-image: url(../img/button_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#656565;
}
.box-content .box1 ul .button_2 a{
	background-image: url(../img/button_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#303131;
}
.box-content .box1 ul .button_3 a{
	background-image: url(../img/button_3.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#303131;
}

.box-content .box1 ul li a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 22px;
	width: 288px;
	display: block;
	padding-top: 6px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: 700;	
}
.box-content .box1 ul li a:hover {
	background-position: left bottom;
	color: #fff;
	
}


.box-content .box1 img {
	padding: 4px;
	border: 1px solid #dbe3e8;
	margin-bottom: 5px;
}
.tel, .fax, .mail, .google {
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 10px;
	margin-left: 10px;
}
.box-content .box1 h3, .box-content .box2 h3, .box-content .box3 h3 {
	width: 287px;
	height: 40px;
	margin-bottom: 8px;
	padding-top: 1px;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 18px;
	font-family: 'AllerBold';
}
.box-content .box1 h3 {
	background-image: url(../img/tab-content.png);
	position: relative;
	padding-left: 15px;
}
.box-content .box2 h3 {
	background-image: url(../img/tab-content.png); 
	margin-left: 5px;
	position: relative;
	padding-left: 15px;
}
.box-content .box3 h3 {
	background-image: url(../img/tab-content.png); 
	padding-left: 15px;

}
.box-content .box2 ul li {
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #717171;
}
.box-content .box2 ul {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.box-content .box2 ul li a {
	color: #2d2e2e;
}
.box-content .box2 ul li a:hover {
	color: #368ac3;
	text-decoration: underline;
}
.box-content .box2 ul li strong {
	color: #368ac3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.tel{ background-image: url(../img/tel.jpg); }
.fax{ background-image: url(../img/fax.jpg);}
.mail{ background-image: url(../img/mail.jpg);}
.google{ background-image: url(../img/googleMap.jpg);}

.google a{
	font-size: 12px;
	color: #378dc6;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.google a:hover{
	text-decoration: none;
}




.wrap{
	position: relative;
	min-height: 100%;
	background-image: url(../img/background_repeat_white.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.push{ height: 64px; }

.footer {
	background-image: url(../img/footer.jpg);
	height: 63px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.footer .footerBG-light {
	background-image: url(../img/footer-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 63px;
}
.footer .footerBG-light .footerContent {
	height: 63px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.footerContent p {
	font-size: 11px;
	color: #c4e0f2;
	padding-top: 24px;
	float: left;
}
.eternus-logo {
	float: right;
	font-size: 11px;
	color: #c4e0f2;
}
.eternus-logo img{
	position: relative;
	top: 2px;
}





/* FONT */

@font-face {
    font-family: 'AllerBold';
    src: local("☺"),
		 url('../font/aller-eternus.eot?') format('eot'),
         url('../font/aller-eternus.woff') format('woff'),
         url('../font/aller-eternus.ttf') format('truetype'),
         url('../font/aller-eternus.svg#webfontESfZ2bkq') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CantarellRegular';
    src: local("☺"),
		 url('../font/cantarell-regular-eternus.eot?') format('eot'),
         url('../font/cantarell-regular-eternus.woff') format('woff'),
         url('../font/cantarell-regular-eternus.ttf') format('truetype'),
         url('../font/cantarell-regular-eternus.svg#webfontUZPoLpRh') format('svg');
    font-weight: normal;
    font-style: normal;

}
.ui-tabs-hide{ display:none; }
.ui-tabs-panel{ min-height:322px; position: relative;}

#skola{
    height: 350px;
    position: relative;
}



/* content back */
.wrap_content_border{
	background-color: #fff;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
	height: auto;
} 

.header_bg{
	background-image: url(../img/header_bg_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 96px;
	width: 1199px;
	margin-right: auto;
	margin-left: auto;
}
.header_bg_r{
	background-image: url(../img/header_bg_r_02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 96px;
	width: 100%;
}
.header_bg h1 a, .header_bg h2 a {
	float:left;
	font-size: 0px;
	width: 450px;
	height: 50px;
}
.header_bg h1, .header_bg h2{	   
	background-image: url("../img/logo_new.png");
    height: 50px;
    left: 131px;
    position: relative;
    top: 18px;
    width: 450px;
}
.box-content{ padding-left:8px;}


/* povijest */

.box_2_1{ float:left; width: 620px;padding-right: 10px;}

.box3 h3.inner_dif_back{
	background-image: url(../img/box2-top.jpg);
}
.inner_solid_line{ border-left: 1px solid #d2d2d2; min-height: 260px; }

.box_2_1 { font-size: 12px; color:#303131; }
.box_2_1 a{color:#378dc6; text-decoration:underline;  font-family:Arial, Helvetica, sans-serif;}
.box_2_1 a:hover{text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
.box_2_1 p{ line-height: 22px; font-family:Arial, Helvetica, sans-serif; }
.box_2_1 h1{ font-size: 24px; color:#0f5482; font-family: 'AllerBold';}
.box_2_1 h2{font-size: 20px; color:#0f5482;font-family: 'AllerBold';}
.box_2_1 h3{font-size: 18px; color:#0f5482;font-family: 'AllerBold';}
.box_2_1 h4{font-size: 14px; color:#0f5482;font-family: 'AllerBold';}
.box_2_1 h5{font-size: 12px; color:#0f5482;font-family: 'AllerBold';}
.box_2_1 h6{font-size: 11px; color:#0f5482;font-family: 'AllerBold';}

.box_2_1 em{
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
}
.box_2_1 strong{ font-weight:900; font-family:Arial, Helvetica, sans-serif;}

.box_2_1 ul{ padding: 5px 15px; font-family:Arial, Helvetica, sans-serif;}
.box_2_1 ul li{
	padding: 3px 10px;
	background-image: url(../img/li.png);
	background-repeat: no-repeat;
	background-position: 0px 9px;
}

.box_2_1 ol{ padding: 5px 15px; font-family:Arial, Helvetica, sans-serif;}
.box_2_1 ol li{ padding: 3px 5px; list-style:decimal; background: none;}


.box_2_1 ol ol{ padding: 10px 15px 0 15px;}
.box_2_1 ol ol ol{ padding: 10px 15px 0 15px;}

.box_2_1 ul ul{ padding: 10px 15px 0 15px;}
.box_2_1 ul ul ul{ padding: 10px 15px 0 15px;}

.box_2_1 ul ol{ padding: 10px 15px 0 15px;}
.box_2_1 ol ul{ padding: 10px 15px 0 15px;}

/* sub menu */

.sub_menu {
	background-color:#0f5482;
	background-image: url(../img/sub_menu.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 960px;
}
.sub_menu ul li{ padding: 8px 10px; display: inline-block; float:left;}
.sub_menu ul li a{
	color:#9ac7e5;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	padding-bottom: 2px;
	
}
.sub_menu ul li a:hover , .sub_menu ul .active a{
	color:#fff;
	background-image: url(../img/hover_sub_menu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.sub_menu ul{ float: left; width: 960px; }

.inner_page_padding{ padding: 10px 0 0 0;}

h1.page_title{ font-size: 24px; padding-bottom: 15px; font-family: 'AllerBold';}

/* template sa slikama */

.dotted{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	width: 620px;
	padding:5px 0;
}

.picture_group ul, .picture_group ul li, .picture_gallery ul{ list-style: none; padding:0; margin:0; background: none;}

.picture_group ul li img, .picture_gallery ul li a img{ padding: 3px; border: 1px solid #e5e4e4;}

.picture_group ul li { float:left; padding: 15px 4px 0 4px;}

.picture_group ul li a img, .picture_gallery ul li a img{  float: left; }

.picture_group ul li a:hover img, .picture_gallery ul li a:hover img{
	background-color: #d5d5d5;
}

.picture_gallery ul li{ float: left;  list-style: none; padding: 10px 4px 0px 4px; margin:0; background: none; width:146px; position:relative;}

.picture_gallery ul li p{ clear:both; font-size: 11px; color: #388fc8; line-height: 16px;}
.picture_gallery ul li strong{ font-weight:900; color:#202121; }

.picture_gallery ul li span{
	background-image: url(../img/play-trans.png);
    background-repeat: no-repeat;
    height: 47px;
    left: 40px;
    position: absolute;
    top: 35px;
    width: 72px;
}

div.picture_gallery ul li.dotted{ clear:both; float:left; width: 610px; padding:0; margin:0;}


/* dnevni raspored */

.primanje_roditelja .naslov_table_1{
	font-family: 'AllerBold';
	font-size: 14px;
	color:#fff;
	background-image: url(../img/raspored_tablica1.png);
	background-repeat: no-repeat; background-position: 0 0;
	width: 620px;
	height: 30px;
}
.primanje_roditelja .naslov_table_2{
	font-family: 'AllerBold';
	font-size: 14px;
	color:#fff;
	background-image: url(../img/raspored_tablica2.png);
	background-repeat: no-repeat;background-position: 0 0;
	width: 620px;
	height: 30px;
}
.primanje_roditelja .naslov_table_3{
	font-family: 'AllerBold';
	font-size: 14px;
	color:#fff;
	width: 620px;
	height: 30px;
	background-image: url(../img/raspored_tablica3.png);
	background-repeat: no-repeat;background-position: 0 0;
}

.primanje_roditelja .naslov_table{
	font-family: 'AllerBold';
	font-size: 14px;
	color:#fff;
	background-image: url(../img/raspored_tablica.png);
	background-repeat: no-repeat;
	width: 620px;
	height: 30px;
}
.primanje_roditelja td{
	text-align: center;
	height: 30px;
}
.primanje_roditelja .obicno{
	background-color: #f1f7fa;
}
.primanje_roditelja p{ padding-bottom: 5px;}

.primanje_roditelja{ padding-top: 15px;}


.katalog_home{float:left; margin:10px;}
a.katalog_home_txt {line-height:86px;}

