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

/*

c7e8fb - svetla modra
3e6690 - temna modra
8ca7bb - obroba modra

c2e6d3 - svetla zelena
2a7550 - temna zelena
7ca28f - obroba zelena

e0e0e0 - svetla siva
333 - temna siva

*/
/**************************************/
/*** Global links					***/
/**************************************/
a:link, a:visited, a:active {
	padding: 0 1px;
	text-decoration: underline;
	color:#3e6690;
	font-weight: normal;

}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #3e6690;

}
a:link img,
a:visited img,
a:active img,
a:hover img {
	border: none;
	outline: none;
}



/**************************************/
/*** BTNS window wrapper						***/
/**************************************/
/**************BTN MEJA RED****************/
a.btnMejaR:link table td,
a.btnMejaR:visited table td,
a.btnMejaR:active table td,
a.btnMeja:hover table td {
	height: 35px;
	text-align: center;
	padding: 0;
	padding-right: 4px;
	cursor: pointer;
}
a.btnMejaR:link,
a.btnMejaR:visited,
a.btnMejaR:active
{
	width: auto;
	height: 35px;
	display: block;
	
	margin: 4px 0;
	padding: 0;
	padding-left: 4px;
	
	
	color: white;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;

	
	background: url(../images/btns/btnLR.png) no-repeat top left;
}
a.btnMejaR:link table,
a.btnMejaR:visited table,
a.btnMejaR:active table
{
	background: url(../images/btns/btnRR.png) no-repeat top right;
}
a.btnMejaR:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/btns/btnLR_hover.png) no-repeat top left;
}
a.btnMejaR:hover table {
	background: url(../images/btns/btnRR_hover.png) no-repeat top right;
}


/*************KONEC RED**************/



a.btnMeja:link table td,
a.btnMeja:visited table td,
a.btnMeja:active table td,
a.btnMeja:hover table td {
	height: 35px;
	text-align: center;
	padding: 0;
	padding-right: 4px;
	cursor: pointer;
}
a.btnMeja:link,
a.btnMeja:visited,
a.btnMeja:active
{
	width: auto;
	height: 35px;
	display: block;
	
	margin: 4px 0;
	padding: 0;
	padding-left: 4px;
	
	
	color: #c7e8fb;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;

	
	background: url(../images/btns/btnL.png) no-repeat top left;
}
a.btnMeja:link table,
a.btnMeja:visited table,
a.btnMeja:active table
{
	background: url(../images/btns/btnR.png) no-repeat top right;
}

a.btnMeja:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/btns/btnL_hover.png) no-repeat top left;
}
a.btnMeja:hover table {
	background: url(../images/btns/btnR_hover.png) no-repeat top right;
}


a.btnMeja2:link table td,
a.btnMeja2:visited table td,
a.btnMeja2:active table td,
a.btnMeja2:hover table td {
	height: 35px;
	text-align: center;
	padding: 0 6px;
	padding-left: 2px;
}
a.btnMeja2:link,
a.btnMeja2:visited,
a.btnMeja2:active
{
	width: auto;
	height: 35px;
	display: block;

	
	margin: 4px 0;
	padding: 0;
	padding-left: 4px;
	
	
	color: #c7e8fb;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	background: url(../images/btns/btnL.png) no-repeat top left;
}
a.btnMeja2:link table,
a.btnMeja2:visited table,
a.btnMeja2:active table
{
	background: url(../images/btns/btnR.png) no-repeat top right;
}

a.btnMeja2:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/btns/btnL_hover.png) no-repeat top left;
}
a.btnMeja2:hover table {
	background: url(../images/btns/btnR_hover.png) no-repeat top right;
}

/**************************************/
/*** BTNS doniraj										***/
/**************************************/
a.btnDoniraj:link table td,
a.btnDoniraj:visited table td,
a.btnDoniraj:active table td,
a.btnDoniraj:hover table td {
	height: 35px;
	text-align: center;
	padding: 0 20px;
	padding-left: 16px;
}
a.btnDoniraj:link,
a.btnDoniraj:visited,
a.btnDoniraj:active
{
	width: auto;
	height: 35px;
	display: inline-block;
	
	margin: 4px 0;
	padding: 0;
	padding-left: 4px;
	
	
	color: #c7e8fb;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	background: url(../images/btns/btnL.png) no-repeat top left;
}
a.btnDoniraj:link table,
a.btnDoniraj:visited table,
a.btnDoniraj:active table
{
	background: url(../images/btns/btnR.png) no-repeat top right;
}

a.btnDoniraj:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/btns/btnL_hover.png) no-repeat top left;
}
a.btnDoniraj:hover table {
	background: url(../images/btns/btnR_hover.png) no-repeat top right;
}




/**************************************/
/*** Special hacks									***/
/**************************************/
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}



/****PODORA REFERENDUMU****
*****NAROČITE ZEMLJEVID****
*****NAROČITE KNJIGO*******/

#btnL {
	height:34px;
	background: url(../images/btns/gbtnL.png);
	background-repeat: no-repeat;
	float:left;
	width:4px;
}


#btnC {
	height:34px;
	background: url(../images/btns/gbtn.png);
	background-repeat: repeat-x;
	width:192px;
		float:left;
}


#btnR {
	height:34px;
	background: url(../images/btns/gbtnD.png);
	background-repeat: no-repeat;
	float:left;
	width:4px;
}



















