@charset "utf-8";
* {
	margin-top: 0px;
	margin-left: 0px;
}
body {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(../Slike/background_site.jpg);
}
.clearit {
	clear: both;
}
#container {
	position: relative;
	height: auto;
	width: 980px;
	margin: auto;
}
#header {
	position: relative;
	height: auto;
	width: 980px;
}


#logo {
	position: absolute;
	height: 110px;
	top: 30px;
	left: -750px;
}
#meni_glavni {
	height: 50px;
	width: 980;
	position: relative;
	margin-top: 150px;
}
#meni_glavni ul {
	list-style-type: none;
}

#meni_glavni ul li {
	display: block;
	float: left;
	position: relative;
	text-align: center;
}

#meni_glavni ul li a {
	color: #FFF;
	font-family: "Comic Sans MS", cursive;
	display: block;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	width: 225px;
	padding-top: 10px;
	padding-bottom: 16px;
	background-image: url(../Slike/meni_standard.png);
}
#meni_glavni ul li a:hover {
	color: #00aeef;
	font-family: "Comic Sans MS", cursive;
	display: block;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
	width: 225px;
	padding-top: 10px;
	padding-bottom: 16px;
}
#meni_glavni ul .active {
	height: 50px;
	width: 225px;
}
#meni_glavni ul .active a {
	background-image: url(../Slike/meni_active.png);
	color: #000;
}
#image_wraper {
	position: relative;
	height: auto;
	width: 980px;
	margin-left: 40px;
}
#image_wraper img {
	border: 2px solid #000;
	margin-top: -2px;
}
#content {
	width: 980px;
	position: relative;
	height: auto;
}
#content_left {
	float: left;
	height: 175px;
	width: 270px;
}

#content_left ul {
	list-style-type: none;
}
#content_left ul li {
	display: block;
	position: relative;
	text-align: center;
	background-image: url(../Slike/link_background.png);
	height: 50px;
	width: auto;
	background-repeat: no-repeat;
}
#content_left ul li a {
	text-align: left;
	display: block;
	position: relative;
	height: 80px;
	width: 370px;
	color: #FFF;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	top: 14px;
	left: 47px;
}
#content_left ul li a:hover {
	text-align: left;
	display: block;
	position: relative;
	height: 80px;
	width: 370px;
	color: #00aeef;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	top: 14px;
	left: 47px;
}
#content_right {
	height: 80px;
	width: 610px;
	position: relative;
	float: left;
}

#content_right h1 {
	font-size: 32px;
	color: #00aeef;
	margin-left: 70px;
	margin-right: 20px;
}

#content_right h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	margin-left: 70px;
	margin-top: -15px;
}

#spacer_blue {
	height: 5px;
	width: 1010px;
	background-color: #00aeef;
	margin-left: -20px;
}
#content_contact {
	background-color: #3d3b3b;
	float: left;
	width: 360px;
	height: 450px;
	margin-top: 20px;
	margin-left: 40px;
}

#content_contact h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #fec411;
	text-transform: uppercase;
	margin-top: 20px;
	margin-left: 20px;
}
#content_contact h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	margin-left: 20px;
}

#content_history {
	float: left;
	height: 450px;
	width: 320px;
	margin-top: 20px;
	margin-left: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #fec411;
	padding-right: 10px;
}
#content_history h1 {
	font-size: 32px;
	color: #00aeef;
	text-decoration: none;
}


#content_history h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}

#content_services {
	float: left;
	height: 450px;
	width: 220px;
	margin-top: 20px;
	margin-left: 10px;
}
#content_services h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	color: #00aeef;
	text-decoration: none;
}
#content_services ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	margin-top: 5px;
}
#footer {
	height: 50px;
	width: 1010px;
	margin-bottom: 10px;
	position: relative;
	background-color: #00aeef;
	margin-top: 20px;
	margin-left: -20px;
}
#footer h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 20px;
}
#footer h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	margin-top: -28px;
	margin-left: 810px;
}
#footer h2 a {
	text-decoration: none;
	color: #FFF;
}
#container h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #00aeef;
	margin-left: 70px;
}
.contactform {
	margin-left: 68px;
	margin-top: 10px;
}

.gallerycontainer{
	position: relative;
	margin-left: 50px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin-right: 5px;
	margin-bottom: 5px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	left: 125px; /*position where enlarged image should offset horizontally */
	top: 170px;
}
#usluge {
	width: 890px;
	border: 5px solid #fff200;
	position: relative;
	margin-left: 40px;
	margin-top: 10px;
	padding-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 15px;
}
#usluge h6 {
	margin-right: 15px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
