/* CSS Document */
html,body
{
    margin:0;
    padding:0;
    height:100%;
    border:none
}

a
{
	text-decoration: underline;
	font-family: Arial;
	color: #E7BA00;							/* b1 */
}

.rob
{
	border: solid 1px #ffffff;				/* b2 */
}

.meni_levo
{
	background-color: #586dff;				/* b3 */
	border: solid 1px #ffffff;				/* b2 */
}

.meni_ON
{
	height: 25px;
	position:relative;
	text-align: right;
	right: 0px;
	top: 15px;
	
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;							/* b4 */
}

.meni
{
	height: 25px;
	position:relative;
	text-align: right;
	right: 20px;
	top: 15px;
	
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;							/* b4 */				
}

.meni a
{
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #E7BA00;							/* b1 */
	
	width: 210px;
}
.meni a:hover
{
	color: #FFFFFF;							/* b4 */
}


.podmeni
{
	margin-left:  20px;
	/*margin-right: 10px;*/
	
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;							/* b4 */		
}
.podmeni a
{
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #E7BA00;							/* b1 */
}
.podmeni a:hover
{
	color: #FFFFFF;							/* b4 */
}


.jeziki
{
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;							/* b4 */
	
	margin-right: 20px;
}

.jeziki a
{
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #586dff;							/* b3 */
}
.jeziki a:hover
{
	color: #FFFFFF;							/* b4 */
}

.podjetje
{
	text-decoration: none;
	font-family: Tahoma;
	/*font-weight: bold;*/
	font-size: 12px;
	color: #E7BA00;							/* b1 */
	text-align: center;
	padding: 10px;
}

.copyright
{
	font-family: Tahoma;
	font-size: 11px;
	color: #E7BA00;							/* b1 */
	
	text-align: center;
	border: solid 1px #ffffff;				/* b2 */
}
.copyright a
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #E7BA00;							/* b1 */
}
.copyright a:hover
{
	text-decoration: underline;
}

.napaka
{
	font-family: Arial;
	font-size: 15px;
	color: #173885;
	
	background-color: #FFF4B7;
	border: solid 1px #173885;
	height: 40px;
	
	padding: 0px 15px 0px 15px;
}
.obvestilo
{
	font-family: Arial;
	font-size: 15px;
	color: #173885;
	
	background-color: #E1E9FB;
	border: solid 1px #173885;
	height: 40px;
	
	padding: 0px 15px 0px 15px;
}

/* ADMIN */
.tabela
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #173885;
}

.tabela a
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #173885;
}
.tabela a:hover
{
	text-decoration: underline;
}

.tabela_M_aktivna
{
	BACKGROUND-COLOR: #EBF0FC;
	color: #173885;						
}
.tabela_M_neaktivna
{
	BACKGROUND-COLOR: #D3DEF8;
	
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #173885;						
}

.tabela_MM_neaktivna
{
	BACKGROUND-COLOR: #A2B9F0;
	
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #173885;							
}
.tabela_MM_aktivna
{
	BACKGROUND-COLOR: #D3DEF8;
	color: #173885;					
}

.tabela_R_aktivna
{
	BACKGROUND-COLOR: #FFD5D5;
	
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #173885;						
}
.tabela_R_neaktivna
{
	BACKGROUND-COLOR: #FFB3B3;
	color: #173885;							
}

.vsebina
{
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;						/* privzeta pisava */
	text-align: left;

	color: #E7BA00;							/* b1 */
	border: solid 1px #ffffff;				/* b2 */

	width:	618px;
	height: 343px;
   
	overflow: scroll;
	overflow-x: hidden;
	
	padding: 20px;
}