@charset "utf-8";
/* CSS Document */

<style type="text/css">
/* commented backslash hack v2 \*/ 
html{height:100%;} 
/* end hack */ 
html{background-color:#fff;}
body {
	padding:0;
	margin:0;
	color: #000000;
	height:100%;
	
}
#outer{
	min-height:100%;
	color: #000000;
	position:relative;
}
 
* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/
#header{
	height:50px;
	border-bottom:1px solid #CCC;
	overflow:hidden;
	padding-top:140px;

}
h1{
	font-size:26px; 
	color:#06F
	}
h2{
	font-size:18px; 
	color:#09F
	}


#left {
	position:relative;/*ie needs this to show float */
	width:20%;
	float:left;
	z-index:100;
}
* html #left {margin-right:-3px;}/*fix gap in ie next to float - 3 pix jog*/

#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:40%;
	float:right;
	padding-left:20px;
}
* html #right {margin-left:-3px;}/*fix gap in ie next to float - 3 pix jog*/

#footer {
	margin-top:-52px;
	margin-left:130px;
	margin-right:130px;
	clear:both;
	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	color: #000000;
	text-align:center;
}
* html #footer {/*only ie gets this style*/
	height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	position:relative;
	z-index:1;
	padding-bottom:52px;/*make room for footer*/
	margin-left:20%;
	margin-right:40%;
	text-align: justify;
}
/* mac hide\*/
* html #centrecontent {height:1%;margin-left:127px;margin-right:127px}/* combat IE's 3 pixel jog */
/* end hide */



html>body  #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper*/
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both
}


#trenutno{
	border-bottom:1px solid #CCC;
	overflow:hidden;
	color: #000;
	padding-top:10px;
	font-size:24px;
	
	}
	
#sredstva{
	border-bottom:1px solid #CCC;
	overflow:hidden;
	color: #000;
	padding-top:10px;
	
	}
#kazalo{

	border-bottom:1px solid #CCC;
	overflow:hidden;
	color: #000;
	padding-top:10px;
	font-weight:bold;
}

#slika{
	overflow:hidden;
	color: #000;
	padding-top:10px;
	}

ul
{
padding-left:40px;
margin:0px;
}

li
{
padding-left:4px;
font-weight:normal;
}

a:link {color: #06F}
a:visited {color: #06F}
a:hover {color: #06F}
a:active {color: #06F}
</style>
