html, body {
	margin: 0;
  padding: 0;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 9pt;
  line-height: normal;
  color: white;
  background: black;
  text-align: left;
}

div#container{
	width: 800px;
	height: 500px;
	margin: 10px auto 0 auto;
	border-bottom: 1px solid silver;	
}

div#container1{
	width: 900px;
	/*height: 520px; */
	margin: 10px auto 0 auto;
	text-align: center;
}

div#gornji{
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid silver;
}
div#lijevi{
	width: 160px;
	float: left;
}

div#desni{
	width: 639px;
	float: right;
	overflow: hidden;
}

div#desni a{
	text-decoration: underline;
}

div#desni ul{
	width: 100%;
	display: inline;
	float: left;
	list-style-position: inside;
	list-style-type: circle;
	margin: 0;
	padding: 0;
}

div#desni li{
	float: left;
	display: inline;
	width: 600px;
	margin: 0;
	padding: 0 0 0 25px;
}

div#lijevi ul{
	list-style-type: none;
	list-style-position: inside;
	margin: 10px 0 0 0;
	padding: 0;
}

div#lijevi li{
	float: left;
	width: 150px;
	margin: 2px 0 2px 0;
	border: 1px solid white;
	height: 30px;
	line-height: 25px;
	padding: 0 5px 0 0;
	text-align: right;
}

div#lijevi li:hover, div#lijevi li a:hover{
	border-color: red;
	color: red;
}

div#pisite{
	width: 100%;
	float: left;
	text-align: center;
}

address{
	text-align: center;
}

a{
	text-decoration: none;
	color: white;
}

h1, h2{
	float: left;
	padding: 5pt;
	width: 98%;
	color: #D90000;
}

h1{	
	font-size: 12pt;
}
h2{	
	font-size: 11pt;
}

p{
	text-align: left;
	margin: 5pt;
	line-height: normal;
}

img{
	border: none;
}

div.slika{
	float: right;
	margin: 0 5px 0 10px;
	text-align: center;
	border: 1px solid red;
}

.slika img{
	margin: 0;
}

div.caption{
	margin: 3px 2px 2px 3px;
	padding: 3px;
	float : right;
	font-size: 8pt;
}

table{
	width: 500px;
	margin: 5pt;
	overflow: hidden;
	float: left;
}

div.album{
	width: 200px;
	height: 150px;
	margin: 3px;
	float: left;
	text-align: center;
}

div#brojac{
	font-size: 8pt;
	width: 160px;
	float: left;
	text-align: center;
}

div.albumx{
	width: 200px;
	height: 210px;
	float: left;
	clear: none;
	margin: 10px;
	text-align: center;
}

div.albumx img{
	border: 1px solid red;
}