/* Master reset
--------------------------------*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;	
}

a {
	text-decoration: underline;
	color:#000;
}

a:hover {
	background-color:#000;
        color: #FFF;
}

/* Sidebar/Menu
---------------------------------------------*/
#sidebar {
	width: 225px;
	/*height: 370px;*/
        height: 100%;
	top:0;
	left:0;
	position: fixed !important;
        position: absolute;
}

#logo {
	width: 205px;
	height: 40px;
	margin-top: 80px;
	margin-left: 10px;
        display:  block;
        clear: both;
	background: url(images/logo-black.jpg) no-repeat;
}

ul#menu {
	margin-top: 80px;
	margin-right: 10px;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	text-align:right;
	color: #000;
}

ul#menu li a {
	text-decoration: none;
}
/*
ul#menu li a:hover {
	background-color:#0FF;
}
*/
ul#menu li a.active {
	color: red;
}
ul#menu li a:hover {
	color: white;
}

ul#contact {
	margin-top: 40px;
	margin-right: 10px;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	text-align:right;
	color: #000;
}


/* Page content
--------------------------------------------*/
#content {
        padding-top: 120px;
	width: 600px;
	margin-left: 230px;
        font-size: 12px;
}

#content h1 {
    margin:0;
    padding:0;
    font-size: 12px;
    font-weight: bold;
}

#content img{
    border: none;
}

.opis_slike {
    width: 600px;
    height: 20px;
    margin-bottom: -2px;
    font-size: 11px;
}

.opis_slike a {
    text-decoration: none;
}

#mapa {
    width: 600px;
    height: 400px;
    background: url(images/ArhitekturaSagadin-lokacija.jpg) no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
}

#naziv {
    font-weight: bold;
    margin: 0;
}

#opis {
    margin: 10px 0 30px;
    text-align: justify;
}

.project {
    font-size: 10px;
}

.year {
    font-size: 10px;
    font-weight: bold;
}
