@charset "utf-8";
/**********************************************************************/
/**********************************************************************/
/***   Copyright (c) 2008, PLAN e d.o.o.														***/
/***   Vse pravice pridržane. All rights reserved.									***/
/**********************************************************************/
/**********************************************************************/

body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif;
	color: #444444;
	font-size:10px;
	background-attachment:fixed;
	background: #fff url(../images/dizajn/ozadjePattern.png) no-repeat center top;
}


/**************************************/
/*** Heading style									***/
/**************************************/
H1 {/*globalNaslov*/
	padding:0px 0px 8px 0px;
	margin:0px 0px 0px 0px;

	color: #000;
	font-family: inherit;
	font-weight: bold;
	font-size: 12px;
	font-variant: normal; /*** small-caps ***/
	text-transform: uppercase; /*** lowercase, uppercase, capitalize ***/
	
	text-align: left; /*** left, right, center, justify ***/
	text-decoration: none; /*** underline, line-through, blink ***/
	
	
	line-height: 14px;
	letter-spacing: 0.5px;
	word-spacing: 0px;
	text-indent: 0px;	
}
H2 {/*globalText*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

	color: #000;
	font-family: Arial, sans-serif; /*** Arial, sans-serif ***/
	font-weight: normal;
	font-size: 11px;
	font-variant: normal; /*** small-caps ***/
	text-transform: uppercase; /*** lowercase, uppercase, capitalize ***/
	
	text-align: left; /*** left, right, center, justify ***/
	text-decoration: none; /*** underline, line-through, blink ***/
	
	
	line-height: 14px;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-indent: 0px;	
}

/**************************************/
/*** Objects												***/
/**************************************/
#clear {
	clear: both;
}

/**************************************/
/*** Main tabels										***/
/**************************************/

#container {
	width: 818px;
	height: 100%;
	margin:0px auto;
	padding:0px;
	background: none;
}


#wrapper {
	width: 818px;
	float: none;
	clear: none;
	padding: 0;
	margin: 30px auto 0px auto;
}


#headerBla{
	background: url(../images/dizajn/headerBla.png);
	width:818px;
	height: 124px;
}


#lang {
	width:50px;
	height: 20px;
	position:relative;
	left: 740px;
	top:15px;	
}


#sij {
	background: url(../images/dizajn/sij.png);
	width:818px;
	height: 27px;
	position:absolute;
	z-index:1;
}

#flash {
	width: 800px;
	height: 180px;
	padding: 0px;
	clear:both;
	float:none;
	margin: 0 10px 0 8px;
}


#flassh {
	width: 818px;
	height: 180px;
	padding: 0px;
	background: url(../images/dizajn/background.png);
	clear:both;
	float:none;
}


#vsebina {
	width: 818px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	
	
	float: none;
	clear: none;
	
	color: #000;
	font-family: inherit;
	font-weight: normal;
	font-size: 11px;
	font-variant: normal; /*** small-caps ***/
	text-transform: none; /*** lowercase, uppercase, capitalize ***/
	
	text-align: left; /*** left, right, center, justify ***/
	text-decoration: none; /*** underline, line-through, blink ***/
	
	line-height: 14px;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-indent: 0px;
	
	background: url(../images/dizajn/ozadjeVsebine.png) repeat-y;
}

#vsebinaTop{
	background: url(../images/dizajn/ozadjeVsebineZgori.png);
	width:818px;
	height:19px;
}

#vsebinaSpodi{
	background: url(../images/dizajn/ozadjeVsebineSpodi.png);
	width:818px;
	height:21px;
}

#omejuje {
	margin:0 auto;
	width: 760px;
}
/**************************************/
/*** Footer													***/
/**************************************/
#fot {
	width: 818px;
	height: 42px;
	margin: 0px;
	padding-top: 8px;
	
	float: none;
	clear: none;
	
	color: #000;
	font-family: inherit;
	font-weight: normal;
	font-size: 10px;
	font-variant: normal; /*** small-caps ***/
	text-transform: none; /*** lowercase, uppercase, capitalize ***/
	
	text-align: left; /*** left, right, center, justify ***/
	text-decoration: none; /*** underline, line-through, blink ***/
	
	line-height: 14px;
	letter-spacing: 0px;
	word-spacing: 0px;
	text-indent: 0px;	
	
	background: url(../images/dizajn/noga.png) no-repeat;
}
#fot a {
	color:white;
	font-size:12px;
	text-decoration:none;
}
#fot a:hover {
	color:white;
	font-size:12px;
	text-decoration:underline;
}
#fot .l {
	float: left;
	clear:none;
	padding-left:20px;
	color:white;
	font-size:12px;
}
#fot .r {
	padding-right:20px;
	float: right;
	clear:none;
	color:white;
	font-size:12px;
}


/****** MENU *******/
.menu {
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width: 660px;
height: 24px;
position: relative;
top: 80px;
left:150px;
z-index:100;
margin:0 auto;
font-weight: bold;	

}


/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}


/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
width:110px;
height:24px;
}


/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none;  
width:110px; 
height:24px;
font-weight:bold;
color:#3e3e3e;
background:url(../images/btns/btn.png); 
text-align: center; 
line-height:24px;
}


/* hide the drop down menu */
.menu ul li ul {
display: none;
}

.menu ul li ul li {
	height:24px;
}


/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:11px;
}


/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */
/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#3e3e3e;
background:url(../images/btns/btnHover.png);
}


/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:13px;
margin-top:11px;
right:0; 
width:110px;
background:transparent;
border:1px solid #2e2e2e;
border-top:0;
}


/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:transparent url(../images/btns/opaque3.png); 
color:#3e3e3e; 
border:0;
margin:0;
color:#3e3e3e;
font-weight:normal; 
font-size:11px;
height:24px;
line-height:24px; 
padding:0;
text-align:center; 
width:110px;
}


/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:transparent url(../images/btns/opaque2.png); 
color:white;
width:110px;
}


/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}


#home a{
	background: url(../images/btns/home.png);
	width:110px;
	height:24px;
	float:left;
}


#home a:hover{
	background: url(../images/btns/homeHover.png);
	width:110px;
	height:24px;
	float:left;
}


#novice {
	margin-top:20px;
	width:200px;
	float:left;
	background:url(../images/dizajn/kapa.png) no-repeat;
	padding-top: 20px;
	margin-right:20px;
	clear:none;
}


#nNaslov {
	font-size:12px;
	color:#ad550c;
	font-weight:bold;
}


#nImage {
	border: 1px solid #fd8b2b;
	float:left;
	margin-right:5px;
}


#novicaHolder {
	width:100%;
}


#vsebinaHolder {
	float:left;
	padding-right:5px;
}


#nHolder {
	border: 1px solid #fd8b2b;
	background:white;
}


#nVec {
	width:200px;
}


#arhiv {
	width:70px; 
	border:none; 
	background-color: #fd8b2b;
	color: white;
	padding-left: 130px;
}


#naziv {
	margin-top:20px;
	height: 138px;
	width: 22px;
	float:left;
	margin-right: 10px;
}


#vsebinaa {
	margin-top:20px;
	float:left;
	clear:none;
}


#vsebinaZgori {
	background: url(../images/dizajn/vsebinaZgori.png) no-repeat;
	width: 470px;
	height: 28px;
}


#vsebinaSreda {
	background: url(../images/dizajn/vsebinaSreda.png);
	width: 445px;
	padding-left: 15px;
	padding-right: 10px;
}


#vsebinaSpodaj {
	background: url(../images/dizajn/vsebinaSpodi.png);
	width: 470px;
	height: 28px;
}


#sirokaZgori {
	background: url(../images/dizajn/sirokaZgori.png) no-repeat;
	width: 720px;
	height: 28px;
}


#sirokaSreda {
	background: url(../images/dizajn/sirokaSreda.png);
	width: 695px;
	padding-left: 15px;
	padding-right: 10px;
}


#sirokaSpodi {
	background: url(../images/dizajn/sirokaSpodi.png);
	width: 720px;
	height: 20px;
}


#print {
	width:18px;
	height:24px;
	position:relative;
	left:445px;
	bottom:10px;
	
}


#printSiroka {
	width:18px;
	height:24px;
	position:relative;
	left:685px;
	bottom:10px;
	
}