body {
    background-image: url(images/pozadi.jpg);
    background-color: black;
    background-size: auto 2500px ;
    font-family: Arial, Helvetica, sans-serif;
    margin:0%;
}


main{
	width: 1000px;
	height: 840px;
	margin: 0px auto;
	}


#top {
	width: 900px;
	display: block;
	margin: 0px auto;
	margin-top: 20px;
	box-shadow: 10px 10px 20px #000;
}


section {
    position: absolute; top: 0px; width: 1000px; 
	padding-bottom: 50px;
	padding-top: 100px;
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 50%, rgba(255,255,255,1) 80%);
	background-color: rgba(255,255,255,0.15);
	border-radius:10px;
}

h1 {font-weight: 200; font-size: 1.5em;}
    
nav {
	z-index: 5;
	position: fixed;
	text-align: center;
	top: 0px;
	width: 1000px;
	background-color:rgba(0,0,0,0.1);
	border-bottom: rgba(255,255,255,0.5) 1px groove;
}
	
p.top_menu a {
	margin: 2px 25px 25px 25px;
	color: white;
	text-decoration: none;
	font-size: 0.8em; 
}
		
p.top_menu a:hover {
	color: white;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
	background-color:rgba(0,0,0,0);
}
		
.top_menuactive {
	margin: 2px 25px 2px 25px;
	color: white;
	text-decoration: none;
	font-size: 0.8em;
	border-radius:5px;
	border: 1px solid white;
   	padding: 5px 30px 5px 30px;
}

p.lista	{
    width:900px;
    height:20px;
    background-color:rgba(192,192,192,0.7);
    margin: 0px auto;
	border-radius:5px 5px 0px 0px;
}      		

.listaactive {
	border-radius:5px 5px 0px 0px;
	padding: 5px 100px 5px 100px;
	text-decoration: none;
    background-color:rgba(192,192,192,1);
    color: black;
    font: icon;
	text-align:center;
	box-shadow: 5px 5px 5px 5px #000;
}	

p.lista a {
	padding: 0px 100px 0px 100px;
	text-decoration: none;
    border-right: black solid 1px;
	color: rgba(0,0,0,0.7);
	font: icon;
	font-size: 0.8em;
    text-align:center;
}

p.terminal	{
    position: relative;
    top: -0px;
    border-radius:0 0 5px 5px;
    width:880px;
    height:600px;
	margin: 0px auto;
    background-color:rgba(0,0,0,0.9);
    color: rgba(0,255,0,1);
    padding: 10px;
    font-family: monospace;
	line-height: 1.5;
	overflow: auto;
}

   	
.menu {display:none;}

