/* ---- SITE ---- */

BODY {
	background-color: #b4aca1;
	color: #18100d;
	font-family: 'Isotext', sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	margin: 0;
	padding: 0;
	background-image: url("../img/bg1_brown.jpg");
	background-position: center center;
	background-size: cover;
	height: 100%;
	position: relative;
}

/* CONTENT */

DIV#projectstopspace {
	vertical-align: top;
	padding-top: 40px;
	}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-decoration: underline;
	margin:0px;
	padding-bottom:10px;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	display: inline;
	font-weight: bold;
	margin:0px;	
	}

UL#opisprojekta {
	list-style: none;
	margin: 0;
	padding: 0;
	float:left;
	margin-top: none;
	}

DIV#toprow{
	padding-top:0px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	margin-top:0px;
	color:#3d3634;
	margin-left: auto;
    margin-right: auto;
	width: 1550px;
}

DIV#imagecontainer {
/*	background-image: url("../img/bg1_brown.jpg");*/
	}

/*DIV#contentpadding{
	height: 860px;
	overflow:auto;
	alignment-adjust:middle;
	}*/
	
DIV#projects-content-container{
    	height: 900px;
    	width: 1550px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 5px;
		padding-top:15px;
    	border: 4px solid #8b807a;
    	border-radius:5px;
    	background-color: #eae9e7;
    	background-color: rgba(234, 233, 231, 0.9);
    	overflow:auto;
}

.slikabroda{
	width:250px;
	height:166px;
}


DIV#cell1{
	float: left ;
	padding-left: 15px;
}

DIV#cell2{
	float: left ;
	width:450px;
	padding-left: 20px;
	text-align:left;
	}

DIV#cell3{
	float: left ;
	padding-left: 50px;
}

DIV#cell4{
	float: left ;
}

DIV#emptyrow{
	clear:both;
	padding-bottom:15px;
	}

DIV#midrow{
	display:none;
	}

DIV#top_bar {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 0px;
	left: 0px;
  	background-image: url("../img/bg_top_brown.png");*/
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: -100;
}