@charset "utf-8";
/* CSS Document */

.align_ctr{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the */
}

.align_ctr #container {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	margin: 0 auto;
	margin-top: 25px;
}

.align_ctr #container1 {
	width: 1020px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 1200px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: top;
	border: double 5px;
	margin: 0 auto;
	position: absolute;
}

table.main{
	border-style: none;
	border-color: black;
	width: 1000 px;
	margin-left: 0px;
	margin: 10px;
}


td.main{
	border-style: solid;
	border-width: 0px;
	border-color: black;
	width: 230px;
	background-color:#999;

}

td.main_hlp{
	border-style: solid;
	border-width: 0px;
	border-color: black;
	width: 230px;
	height: 300px;
}

td.main2{
	border-style: solid;
	border-width: 0px;
	border-color: black;
	width: 770px;
	vertical-align: top;

}

td.main_logo_left{
	border-style: solid;
	border-width: 0px;
	border-color: black;
	width: 230px;

}

td.main_inside{
	border-style: solid;
	border-width: 0px;
	text-align: left;
	vertical-align:top;

}


tr.main{
	border-style: solid;
	border-width: 1px;
	border-color: black;
	height: 150px;
	width: 230;
}

img.logo{
	width: 750px;
	height: 180px;
	margin: 0.5%;
}

img.logo_left{
	width: 98%;
	height: 175px;
	margin: 0.5%;
	border: solid 1px;
}

p.kontakt /* za kontakt ispod menija */

{
	font-size: 12px;
	margin-left: 5px;
}

p.kontakt:hover /* za kontakt ispod menija */

{
	font-size: 16px;
	margin-left: 5px;
}


a{
	border: 0px;
	color: inherit;
}

div.gallery{
	position: absolute;
	left: 270px;
	top: 250px;
	height: auto;
	max-height: 800px;
	width: 690px;
	overflow: scroll;
	border: solid 2px black;
}

div.slike_al{
	width: 710px;
	height: 190px;
	border: double 1px black;
	overflow: scroll;
	
	
}

<!-- Galerija i sve vrste slika sa java script codom -->

td.gallery{
	background:#CCC;
	width: 140px;
	height: 160px;
	text-align: center;
}

img.gallery{
	width: 140px;
	height: 160px;
	border="1";
	opacity:0.6;
	filter:alpha(opacity=60);
}
img.gallery:hover{
	width: 140px;
	height: 160px;
	border="1";
	opacity:1;
	filter:alpha(opacity=100);
}

/* kraj koda za galeriju */

p.naslov {
	font-size: 32px;
	font-weight: 800;
	font-family:Verdana, Geneva, sans-serif;
		text-align: center;
	margin-top: 40px;
}

p.home_text{
		font-size: 21px;
	font-weight: 550;
	font-family:Verdana, Geneva, sans-serif;
	white-space: 150%;
	line-height: 170%;
	margin-left: 30px;
	margin-top: 60px;

}

div.lokacija{
	position: absolute;
	left: 320px;
	top: 300px;
	text-align: center;
}

div.reference {
	position: absolute;
	left: 590px;
	top: 710px;
	width: 355px;
	height: 110px;
	background-image: url(images/reference.png)
}

div.reference:hover {
	position: absolute;
	left: 590px;
	top: 710px;
	width: 355px;
	height: 110px;
	background-image: url(images/reference_h.png);
}

/* Dio za novosti, */

p.bred{
	text-decoration: underline;
	color: red;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 600;
}

p.blue{
	text-decoration:underline;
	color: blue;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 600;
}