/*Resetiranje*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, em, font,
 img,  small, strong, ol, ul, li,fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:Tahoma, Geneva, sans-serif;
}

*{
	margin: 0;
	padding: 0;
}
.obrisi_float{
	clear: both;
}
/*kraj resetiranja*/

body #stranica_nogomet{
	background: url(../slike/pozadine/nogomet4.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body #stranica_tenis{
	background: url(../slike/pozadine/tenis1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body #stranica_hokej{
	background: url(../slike/pozadine/hokej2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body #stranica_kosarka{
	background: url(../slike/pozadine/kosarka1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body #stranica_rukomet{
	background: url(../slike/pozadine/rukomet1.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#stranica{
	margin: 0 auto;
	width: 1100px;
}
#sadrzaj{
	height: auto;
}
footer{
	padding: 10px;
	height: 80px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 10px;
	border: 4px solid rgba(0,0,0,0.6);
}
#linkovi{
	text-align: center;
	width:auto;
	max-height: 80px;
	margin-bottom: 15px;
}
#copyright{
	text-align: center;
}
#menu_gore{
	width: 800px;
	background-color:rgba(255,255,255,0.7);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 35px;
	border: 4px solid rgba(0,0,0,0.5);
	border-left: none;
	float: left;
	top:0;
	margin-bottom: 20px;
}
#logo{
	width:170px;
	margin: 0 auto;
}
#logo img{
	width: 170px;
	height: 40px;
}
#menu_gore nav{
	height: 40px;
	margin-top: 2.5px;
	margin-left: 10px;
	text-align: center;
}
#menu_gore nav a{
	margin-right: 20px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#menu_gore nav a:hover{
	box-shadow: 4px 4px 4px rgba(0,0,0,0.5);
}
#menu_gore nav img{
	vertical-align: middle;
	padding-right: 10px;
}
#lijevo{
	width: 170px;
	height: auto;
	background-color: rgba(0,0,0,0.6);
	float: left;
	border:5px solid rgba(255,255,255,0.3);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
	top:0;
	padding-bottom: 30px;
}
#desno{
	width: 255px;
	background-color: rgba(0,0,0,0.6);
	border:5px solid rgba(255,255,255,0.3);
	float: right;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 10px;
	padding-bottom: 30px;
}
.oglasi{
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
#pregled_utakmica{
	width: 605px;
	float: left;
}
#povratak_gore{
	right:15px;
	bottom: 100px;
	position: fixed;
}
#opis_stranice{
	margin-top: 20px;
	color:white;
	margin-bottom: 10px;
}
#opis_stranice h4{
	color: silver;
	text-align: center;
}
#opis_stranice p{
	padding: 6px;
	background-color: rgba(0,0,0,0.2);
	border:5px solid rgba(255,255,255,0.3);
	border-top: none;
	border-radius: 5px;
	font-size: 10px;
}
@media screen and (max-device-width: 610px){
	body{
		width: 605px;
		overflow: hidden;
	}
	#menu_gore{
		width: 602px;
	}
	#lijevo{
		display: none;
	}
	#desno{
		display: none;
	}
	#pregled_utakmica{
		margin: 0 auto;
	}
	#povratak_gore{
		visibility: hidden;
	}
	footer{
		width: auto;
	}
	#stranica{
		width: 605px;
	}
	#menu_gore nav a{
		font-size: 12px;
	}
	body #stranica_nogomet{
		max-width: 610px;
	}

}