@charset "utf-8";
/***********************************************************************************************************
**************************************** B A S I C S *******************************************************
************************************************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #703616;
	background-image: url(/img/bodyBackground.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
img {
	border: none;
}
p {
	margin: 10px 80px;
	text-align: justify;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-bottom: 1px dotted #333333;
	color: #CC0000;
	margin-bottom: 20px;
	margin-right: 70px;
	margin-left: 70px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
span.logoElembe {
	color: #FF6600;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
span.logoM, span.logoUrus {
	font-weight: bold;
	color: #CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
span.logoUrus {
	color: #333333;
	font-size: 12px;
}
span.logoNet {
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
#sadrzaj a, #footer a {
	color: #666666;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #666666;
}
#sadrzaj a:hover, #footer a:hover {
	border-bottom: 1px solid #666666;
}
/***********************************************************************************************************
********************************** K O N S T R U K C I J A *************************************************
************************************************************************************************************/
#krovDiv {
	width: 900px;
	height: 267px;
	margin: 0 auto;
	background-image: url(/img/krov.jpg);
	position: relative;
}
.konstrukcija {
	width: 732px;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	background-color: #FFFFFF;
	position: relative;
	margin: -23px auto 0 auto;
}
#header {
	height: 100px;
	background-image: url(/img/header.jpg);
}
#navigacija {
	height: 30px;
	margin: 0 auto;
}
#sadrzaj {
	background-image: url(/img/backgroundBricksSadrzaj.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 40px;
	padding-bottom: 30px;
	margin: 0 auto;
}
#footer {
	height: 58px;
	border-bottom: solid 1px #333;
	background-image: url(/img/backgroundBricks.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/***********************************************************************************************************
************************************ N A V I G A C I J A ***************************************************
************************************************************************************************************/
#navigacija ul {
	height: 29px;
	text-align: center;
	background-image: url(/img/backgroundBricks.jpg);
	padding-left: 205px;
}
#navigacija li {
	list-style-type: none;
	display: inline;
}
#navigacija a {
	line-height: 29px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 7px;
	margin-right: 7px;
	color: #000000;
	font-weight: bold;
	height: 29px;
	display: block;
	float: left;
}
#navigacija a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
/***********************************************************************************************************
*************************************** S A D R Ž A J ******************************************************
************************************************************************************************************/
.glavniDiv {
	width: 290px;
}
#glavniLijevi {
	float: left;
	padding: 10px 0 10px 0;
	margin-left: 70px;
}
#glavniDesni {
	float: right;
	border-left: 1px dotted #333333;
	padding: 10px 0 10px 0;
	margin-right: 70px;
}
#sadrzaj ul {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 70px;
}
#sadrzaj ul li {
	list-style-position: outside;
	list-style-image: url(/img/iconCheckmark3.png);
	list-style-type: none;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 20px;
}
#glavniLijevi ul {
	margin-left: 0;
}
#glavniDesni p, #glavniLijevi p {
	margin: 10px 20px;
}
/***********************************************************************************************************
**************************************** F O O T E R *******************************************************
************************************************************************************************************/
#copyright, #webDesign {
	color: #CC0000;
	padding-top: 13px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
#webDesign {
	padding-top: 5px;
}
#footer a {
	font-size: 10px;
}

/***********************************************************************************************************
******************************* H I G H L I G H T   L I N K S  *********************************************
************************************************************************************************************/
body#pocetnaBody a#pocetnaNav,
body#oNamaBody a#oNamaNav,
body#kontaktBody a#kontaktNav,
body#referenceBody a#referenceNav {
	color: #CC0000;
	cursor: default;
	font-weight: bold;
}
/*******************************************************************************************************/
/*************************************      H A C K O V I      *****************************************/
/*******************************************************************************************************/
.clearfloat { /* Ispravlja bug kod kojeg srednji stupac ne stoji na svom mjestu. This class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/***********************************************************************************************************
************************************ N A V I G A C I J A ***************************************************
************************************************************************************************************/
#eNetDiv {
	width: 600px;
	height: 75px;
	margin: 10px auto;
	text-align: center;
}
.eNetLink {
	width: 100px;
	height: 75px;
	margin: 0 5px;
}
.eNetLink img {
	margin: 0;
}
