body{
	margin: 0px;
	padding: 0px;
	background-image: url('../images/background.png');
}

#main{
	width: 900px;
	margin: auto;
	height: 500px;
		
}

.glavna_slika{
	margin-top: 10px;
	margin-left: 17px;

}

#header{
	background-image: url('../images/header.png');
	width: 900px;
	height: 100px;
	margin: auto;
	
}

#menu{
	background-image: url('../images/menu.png');
	position: relative;
	width: 900px;
	height: 45px;
	
}

#menu_flags{
	background-image: url('../images/menu_flags.png');
	position: absolute;
	width: 900px;
	height: 17px;
	
}

#container {
    /*width: 900px;
    height: 900px;
    overflow: hidden;*/
    margin-top: 17px;
	float: left;
    width: 100%;
    right: 40%;
    /*height: 500px;*/
}

table { 
  border-spacing:0;
  border: none;
  text-align: justify;

}

table tr {
	background-image: url('../images/bg_main_text.png');

}


#left{
	background-image: url('../images/bg_left_side.png');
	width: 153px;
	/*height: 500px;*/
}

#center{
	background-image: url('../images/bg_main_text.png');
	width: 593px;
	min-height: 500px;
	display: block;
}

#right{
	background-image: url('../images/bg_right_side.png');
	width: 154px;
}

#partner{
	float: left;
    width:100%;
    height: 148px;
    background-image: url('../images/partnership.png');
}

#footer{
	width: 900px;
	margin: auto;
	height: 183px;
	background-image: url('../images/footer.png');
}

span{
	margin-left: 0px;
	padding-left: 0px;
}
.meni{
	position: absolute;
	margin-top: 10px;
	margin-left: 23px;
	font-size: 15pt;
	font-family: times, 'Times New Roman', arial, helvetica, sans-serif;
	color: #003471;
}

.crta{
	color: white;
	margin-left: 5px;
	margin-right: 5px;
}

.meni_link{
	text-decoration: none;
	color: #003471;
}
.meni_link:hover{
	color: #ffffff;
}

#hr{
	margin-left: 860px;
	margin-bottom: 2px;
}

#en{
	margin-bottom: 2px;
}

/*div .glavni_tekst{
	font-family: helvetica, times, 'Times New Roman', arial, sans-serif;
	font-size: 13px;
	
	margin-left: 10px; 
}*/


table td p{
	margin: 0px;
	padding: 15px;
	font-family: helvetica, times, 'Times New Roman', arial, sans-serif;
	font-size: 14px;	
}


#contact{
	
	margin-top: 17px;
	width: 593px;
	text-align: center;
}

#contact table{
	margin: auto;
}


/*input { 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
}*/

.greyScale, .gsCanvas{
	margin-left: 0px;
	margin-top: 29px;
}


.partners{
	position: absolute;
	margin-left: 183px;
	margin-top: 2px;
	
	padding: 0px;
}

.partners li{
	margin: 10px 0px;	
    list-style-type: none;
    display: inline;
    
}

#kontakt_broj{
	margin: 20px auto 20px auto;
	width: 300px;
	/*background-color: grey;*/
	border: 1px solid black;
}

.zagreb{
	width: 570px;
	margin: 2px auto 2px auto;
}

.poveznice{
	width: 570px;
	margin: 2px auto 2px auto;
	text-align: center;
}

a.linkov_slike{
	text-decoration: none;
	color: #003471;
}

a.linkov_slike:hover{
	text-decoration: underline;
}

#submit_uspjeh{
	/*background-color: #FAD9E6;*/
	border: 1px solid black;
	text-align: center;
	color: blue;
	background: rgb(250, 217, 230);
    background: rgba(250, 217, 230, .7);
}