@charset "utf-8";
/* CSS Document */

* { margin:0;
	padding:0;}

body { background-color:#FFFFFF;
	font-family:Tahoma, Geneva, sans-serif;}

#header {
	width:100%;}

#index { width:100%;
text-align:center;}

#logo {
	width:960px;
	margin: auto;
	text-align:center;
	padding-bottom:30px;
	height:200px;}

#meni {
	width:100%;
	height:auto;
	margin-top:105px;
	text-align:center;
	background-color:#D3D3D3;}

#naziv {
	width:960px;
	margin:auto;
	font-size:20px;
	text-align: center;
	color: #686868;}

#sadrzaj {
	width:auto;
	height: auto;
	margin: auto;
	font-size: 20px;
	text-align: left;
	padding-left: 43.5%;
	padding-top: 5%;
	color: #999;
	position: fixed;
}


#footer {
	width:960px;
	height:auto;
	color: #333;
	font-size:16px;
	text-align:center;
	position:fixed;
	text-align: center;}

#copyright {
	width:100%;
	color: #686868;
	background-color: #D3D3D3;
	line-height:30px;
	text-align:center;
	font-size:18px;
	position:fixed;
	bottom:0;
	z-index:999;}

	/* Media Queries */
	@media (max-width:768px) {

header
meni
logo
naziv {





}



	}
