@charset "utf-8";
/* CSS Document */

#header {
	width: 900px;
	height: 150px;
	background-color: #FFFFFF;
	background-image: url(images/header.png);
	margin-left: auto;
	margin-right: auto;
} 
.sadrzaj {
	width: 740px;
	min-height: 350px;
	min-height: 60vh;
	margin-left: auto;
	margin-right: auto;
	padding: 80px;
	padding-top: 30px;
	text-align: justify;
	background-color: #FFFFFF;
}
.separator {
	background-color: #FFFFFF;
	background-image: url(images/Separator.png);
	width: 900px;
	height: 100px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
.listaBezPointa {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #F5911F;
}
#footer {
	width: 900px;
	height: 290px;
	background-color: #FFFFFF;
	background-image: url(images/footer.png);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#navigacija {
	position: fixed;
	top: 60px;
	left: -5px;
	z-index: 5000;
	padding: 0px;
}
#navigacija a li {
	background-color: #CFCFCF;
	border: solid #737375;
	border-width: 2px;
	width: 130px;
	padding-left: 5px;
	height: 20px;
}
#navigacija a li:hover {
	border-left-width: 4px;
	border-right-width: 4px;
	width: 135px;
	padding-left: 3px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
#navigacija .currentSelection {
	background-color: #E1E1E2;
	border: solid #737375;
	border-width: 4px;
	width: 140px;
	color: #F5911F;
	font-weight: bold;
	padding-left: 5px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
#navigacija .currentSelection:hover {
	background-color: #E1E1E2;
	border: solid #737375;
	border-width: 4px;
	width: 140px;
	color: #F5911F;
	font-weight: bold;
	padding-left: 5px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
#navigacija a {
	text-decoration: none;
	color: #000000;
}
body {
	background-color: #BBBCBE;
	background-image: url(images/background.jpg);
	background-position: center 60px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#createdBy {
	width: 900px;
	height: 20px;
	position: relative;
	padding-top: 0px;
	bottom: -18px;
	left: 50%;
	margin-left: -450px;
	text-align: center;
	background-color: #FFFFFF;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-color: #CCC;
	border-style: solid;
	border-width: 2px;
	border-color: #7E7A7A;
}
#createdBy a {
	color: #900;
	text-decoration: none;
}
.tabelaKontakt {
	border-collapse: collapse;
}
.tabelaKontakt tr td {
	border-collapse: collapse;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
}

.obavestenjeTuzno
{
	color: maroon;
}

.obavestenjeVeselo
{
	color: DarkGreen;
}

@media only screen and (max-width: 1000px) {
#header {
	width: 540px;
	height: 90px;
	background-color: #FFFFFF;
	background-image: url(images/header.png);
	background-size: 540px;
	margin-left: auto;
	margin-right: auto;
}
.sadrzaj {
	width: 460px;
	min-height: 350px;
	min-height: 60vh;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 20px;
	text-align: justify;
	background-color: #FFFFFF;
}
.separator {
	background-color: #FFFFFF;
	background-image: url(images/Separator.png);
	width: 540px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 540px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	width: 540px;
	height: 174px;
	background-color: #FFFFFF;
	background-image: url(images/footer.png);
	background-size: 540px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
body {
	background-color: #BBBCBE;
	background-image: url(images/background.jpg);
	background-size:690px;
	background-position: center 60px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
}