html, body {

}

.glavni_naslov {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%; 
}

.ridge {
    border-style: double;
    padding: 5px;
    background-color: #ddd;
    }

.content {
	min-height: 100%;
	position: relative;
	overflow: auto;
	z-index: 0;
}

#lijevi, #desni {
  width: 40%; 
  margin:5px; 
  padding: 1em;
}


#lijevi {
float: left;
}

#desni {
float: right;
}

.background {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
}

.top_block {
	width: 100%;
	display: block; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}

.left_block {
	display: block;
	float: left;
}

img
{
vertical-align: middle;
}

.right_block {
	display: block;
	float: right; 
}

.center_block {
	display: block;
	width: auto; 
	margin-left: 40%;
	margin-top: 20px;
	position: absolute;
}

.naslov {
	/*background-color: #777;*/
	position: relative;
	
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 2px;
  width: 100%;
  height: auto;
  font: 15px/18px 'Lucida Grande', Arial, sans-serif;
  color: #666;
  text-align: left;
  border-radius: 1px;
background: rgb(216,224,222); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(216,224,222,1) 0%, rgba(174,191,188,1) 17%, rgba(153,175,171,1) 27%, rgba(142,166,162,1) 43%, rgba(130,157,152,1) 50%, rgba(78,92,90,1) 82%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(216,224,222,1)), color-stop(17%,rgba(174,191,188,1)), color-stop(27%,rgba(153,175,171,1)), color-stop(43%,rgba(142,166,162,1)), color-stop(50%,rgba(130,157,152,1)), color-stop(82%,rgba(78,92,90,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 17%,rgba(153,175,171,1) 27%,rgba(142,166,162,1) 43%,rgba(130,157,152,1) 50%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 17%,rgba(153,175,171,1) 27%,rgba(142,166,162,1) 43%,rgba(130,157,152,1) 50%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 17%,rgba(153,175,171,1) 27%,rgba(142,166,162,1) 43%,rgba(130,157,152,1) 50%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(216,224,222,1) 0%,rgba(174,191,188,1) 17%,rgba(153,175,171,1) 27%,rgba(142,166,162,1) 43%,rgba(130,157,152,1) 50%,rgba(78,92,90,1) 82%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8e0de', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.background.izbornik {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	width: auto;

	background-color: #bbb;
	margin-top: 70px; 	
}

.izbornik {
	height: auto;
	width: 275px;
	padding-bottom: 0px;
}

.background.podaci {
	height: auto !important;
	padding-bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	/*background-color: #ddd;*/
	margin-top: 70px;
	margin-left: 270px; 
	
background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	
}

.podaci {
	width: 100%;
	height: auto;
	padding-bottom: 0px;
}

