DIV {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-left: 0px;
}

HTML { 
  height: 100%;
}

A, A:link, A:visited, A:active {
	color: inherit;
}


#projecttitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

p.pnaslov{
	font-family:Calibri,Arial, Helvetica,sans-serif;
	font-size:35px;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:10px;
	line-height: 12px;
	color: fff;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

DIV#firstrow{
	clear:both;
	padding-bottom:20px;
	}
	
.hoverdiv{
	width:400px;
	height:auto;
	overflow:auto;
	display:none;
	position: absolute;
	font-size: 14px;
	background-color: #eae9e7;
    background-color: rgba(234, 233, 231, 0.91);
	border: 1px solid #999;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index:1000;
}

DIV#site {
	background-image: url("../img/bg_top_black.jpg");
}


A#homebutton {
	display: block;
	padding: 20px;
}

A#homebutton IMG {
	border: 0;
	display: block;
}

/* MENU */
	
UL#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 20px;
	left: 100px;
	z-index: 1000;
	width: 444px;
}

UL#menu LI {
	float: left;
	font-weight: normal;
	margin-right: 15px;
}

UL#menu A {
	color: #18100d;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

UL#menu A:HOVER{
	border-color: #4c3e3d;
}

DIV#bottom_bar {
	padding-top:40px;
	clear:both;
/*	position: absolute;*/
	width: 100%;
/*	height: 200px;*/
	bottom: 0px;
	left: 0px;
  	background-image: url("/img/bg_bottom_brown.png");
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
	color: #b4aca1;
/*	z-index: -100;*/
}

DIV#info {
/*	position: absolute;*/
	float:right;
	right: 20px;
	font-size: 8pt;
	line-height: 10pt;
	width: 477px;
/*	height: 40px;*/
}

#bb1{
	float:right;
	text-align:left;
	margin-right:20px;
	}

#bb2{
	float:right;
	text-align:left;
	margin-right:20px;
}
#bb3{
	float:right;
	text-align:left;
	margin-right:20px;
}

DIV#copyright {
	margin-left:20px;	
	float: left;
	left: 20px;
	font-size: 8pt;
	line-height: 10pt;
/*	z-index: 1000;*/
}