#container
{
	position: relative;
        width: 800px;
        height: 1100px;
        margin: auto;
        z-index: 1;
        top: 0px;
        left: 0px;
        background-image:url('../slike/Biroplus_ozadje_logo.jpg');
}
#navigaton
{
	z-index: 1;
	left: 1px;
	top: 270px;
	position: absolute;
	height: 50px;
	width: 115px;
}
#nav 
{
	width: 100%;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
}
#nav li a 
{
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #0000b9;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 24px;
}
#nav li a:hover 
{
	color: #89d7f7;
	background-color: #fff; 
}
#kontakt {
	position:absolute;
	width:642px;
	height:25px;
	z-index:2;
	left: 90px;
	top: 1069px;
	color: #0000b9;
}
        
#footer 
{
      	clear: both;
	height: 20px;
	width: 800px;
	margin: 0 auto;
}
body 
{
        margin: 0;
        background: #E0E0E0;
}