/* ===========================
   ======= Body style ======== 
   =========================== */

body {
	font-size: 14px;
	color: #000;
	background-image: url('slike/school.png');
	font-family: 'Tahoma', 'Arial', 'Trebuchet MS', sans-serif;
	line-height: 1.429;
	margin: 0;
	padding: 0;
	
	}
	
.main_body {
	font-size: 1.1em;
	clear: both; 
	margin: 0 auto; 
	width: 960px;
	background-color: #F7F4E0;
	-webkit-box-shadow: 0px 2px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 14px 0px rgba(50, 50, 50, 0.75);
	z-index: -1;
	}
	
.main_body  .behind {
	width: 960px;
	height: auto;
	margin: 0;
	}

.main_body  .middle {
	width: 350px;
	height: auto;
	display: block;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 10px;
	z-index: 90;
	}
	
.main_body  .right {
	width: 120px;
	height: auto;
	display: block;
	position: absolute;
	text-align: right;
	margin-left: 822px;
	top: 18px;
	z-index: 91;
	}
	
	
/* ===========================
   ======= Navigation bar ======== 
   =========================== */
   
#main_header nav {
	font-size: 1.1em;
	font-weight: bold;
	height: 40px;
	width: 960px;
	line-height: 30px;
	margin: -5px auto 0 auto;
	text-align: center;
	background: #171716;
	background: -moz-linear-gradient(top, #171716, #696966);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#171716), color-stop(80%,#696966));
	background: -webkit-linear-gradient(top, #171716,#696966);
	background: linear-gradient(top, #171716,#696966);
	position: absolute;
	vertical-align: center;
	display: table;
	}
	
 #main_header nav ul {
	list-style: none;
	padding: 0;
	display: table-row;
	clear:both;
	text-align: center;
	}

 #main_header nav ul li {
	display: table-cell; 
	vertical-align: middle;
	text-align: center;
	}
	
 #main_header nav a:link, #main_header nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 10px;
	text-decoration: none;
	}
	
#main_header ul li img{
    vertical-align: middle;
	padding: 0 -10px 0 -10px;
	
	}		
	
#main_header nav .active {
	background: #87ba40;
	}
	
#main_header nav a:hover, #main_header nav a:active,
#main_header .active a:link, #main_header nav .active a:visited {
	background: #87ba40;
	color: #fff;
	list-style: none;
	text-shadow: none !important;
	}

.statut_content .inside_top  {
	background: #87ba40;
	padding: 1% 2% 0% 2%;
	line-height: 1em;
	}
	
.statut_content .inside_top  span.centerly {
	font-weight: bold;
	font-size: 1em;
	line-height: 0;
	}

.statut_content {
	float: left;
	width: 100%;	
	margin-top: 3.5%;
	margin-bottom: 0.3%;
	}
	
h2 .top_liner {
	padding: 0 2%;
	font-size: 1.3em;
	color: #87ba40;
	line-height: 0.5em;
	}
	
.statut_content .inside {
	padding: 0% 2% 0% 2%;
	font-size: 0.85em;
	}


	
	
	
	
.bottom_line {
    display:block;
    margin:0 auto;
    width:100%;
    font-size: 14px;
    color: #999;
	margin-top: 25px;
	text-align: center;
	background-color: #87ba40;
	padding-bottom: 25px;
	padding-top: 1px;
}

.bottom_line h2
{
	color: #FFF;
	font-weight: normal;
	padding-bottom: 0;
	margin-bottom: 0;
}



.contact_again {
	top: 250px;
	width: 360px;
	float: left;
	padding: 1%;
	position: absolute;
	z-index: 80;

	margin-left: 3%;
	padding-bottom: 0%;
	margin-bottom: 0%;

	background-color: #F7F4E0;
	font-size: 1em;
	
	-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow:0 3px 6px rgba(0, 0, 0, 0.5);
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	opacity: 0.88;
}

.contact_again img{
	vertical-align:middle;
	width: 10%;
	height: auto;
}



/* Labels are titles for the text fields. You can use a placeholder instead if you like*/
label 
{
    display:block;
    margin-top:5px;
    letter-spacing:2px;
}

/* Centres the form within the page */
form 
{
    margin:0 auto;
    width:459px;
}

/* Styles the text boxes */
input, textarea, file {
	width:439px;
	height:20px;
	background-color:#efefef;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	
	border-radius:5px;	
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;
}

	input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

/* Styles the text area boxes (message field) */	
textarea 
{
	height:130px;
	background-color: #efefef;
}

/* Styles the submit button */
#submit {
	/* background:url(images/submit.png); */
	width:127px;
	height:38px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:10px;
	cursor:pointer;
}

/* Styles the submit hover */	
#submit:hover {
	color:#fff;
	background-color: #216182;
	opacity:0.9;
}

/* Styles the cancel button*/	
#cancel {
	/* background:url(images/cancel.png); */
	width:100px;
	height:18px;
	text-align: center;
	/* text-indent:-9999px; */
	border:none;
	margin-top:10px;
	cursor:pointer;
}

/* Styles the cancel hover */
#cancel:hover {
	color:#fff;
	background-color: #000;
	opacity:0.9;
}	
	
	
.main_footer {
	width: 100%;
	height: 70px;
	background: #171716;
	background: -moz-linear-gradient(top, #171716, #696966);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#171716), color-stop(80%,#696966));
	background: -webkit-linear-gradient(top, #171716,#696966);
	background: linear-gradient(top, #171716,#696966);
	font-size: 0.8em;
	font-style: normal;
	color: white;
	display: inline-block;
	border-top: 8px solid #87ba40;
	}

.main_footer .foot {
	padding: 1% 2%; 
	}
	
.main_footer #left_foot {	
	float: left;
	}
	
.main_footer #middle {	
	float: left;
	margin-left: 27%;
	text-align: center;
	}

.main_footer #right_foot {	
	float: right;
	}
	
	
/*Contact*/

.middle_map {
	margin: 50px 0 15px 0;
	}

#map_canvas {
	margin-top: 30px;
	width: 960px;
	height: 350px;
	}
	
#bottom_line1 {
	background-color: #87ba40;
	width: 100%;
	height: 320px;
	padding-bottom: 13px;
	padding-top: 5px;
	float: left;
	margin-bottom: 1.5%;
	}
		






