body {
    background-image: url("../images/ozadje04.jpg");
    background-repeat: repeat-x;
	background-color: #000A16;
	margin: 0px; 
	padding: 0px;
}
#vrh{
    position:relative;
    width: 100%;
	min-height: 150px;
	margin-left: -1px;
}

#vrh IMG {
	z-index:-1;
	width: 100%;
}
#top IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	width: 100%;
	min-height: 150px;
	margin-left: -1px;
}

#top IMG.active {
    z-index:10;
	width: 100%;
	min-height: 150px;
	margin-left: -1px;
}

#top IMG.last-active {
    z-index:9;
	width: 100%;
	min-height: 150px;
	margin-left: -1px;
}
#iskalnik {
	width: 100%;
	background: #006F93;
	height: 10px;
	border-top-style: solid;
	border-top-width: medium;
	border-top-color: grey;
}
#eltip {
	position: absolute;
	left: 180px;
    top: -80px;
	font-family: "Times New Roman", Times, serif;
	color: #A70000;
	text-shadow: 2px 2px 4px #000000;
	font-size: 130px;
	font-style: italic;
	z-index: 15;
}
li a:link, a:visited {
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #021C3C;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
li a:hover, a:active {
    background-color: #1D324C;
	cursor:pointer;
}
#glavniDel {
    background-color: #86BCD0;
	width: 80% ;	
    margin-left: auto;
	margin-right: auto;
}
#vsebina {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	background-color: #B6E1E5;
	max-width: 70% ;
    margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border-style: solid;
	border-width: thin;
	border-color: gray;
	min-height: 400px;
}
#footh {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	padding: 5px;
	text-align: center;
	color: #B2B2B2;
}
#dno {
	width: 100%;
	height: 60px;
    background-color: #006F93;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #474747;	
	border-bottom: solid grey;
	border-bottom-width: 5px;
}
@media only screen and (max-width: 680px) {
    #eltip {
		position: absolute;
		left: 5px;
		top: -80px;
		font-family: "Times New Roman", Times, serif;
		color: #A70000;
		text-shadow: 2px 2px 4px #000000;
		font-size: 130px;
		font-style: italic;
		z-index: 15;
	}
	#glavniDel {
		background-color: #86BCD0;
		width: 95% ;	
		margin-left: auto;
		margin-right: auto;
	}
	#vsebina {
		text-align: justify;
		font-family: "Times New Roman", Times, serif;
		background-color: #B6E1E5;
		margin-left: auto;
		margin-right: auto;
		padding: 3px;
		border-style: solid;
		border-width: thin;
		border-color: gray;
		min-height: 400px;
	}
}