	body,td,th,input	{ font-family: tahoma, helvetica; font-size: 11px; color: #2A434D; line-height: 14px; }
	body		{ background-image: url('i/bgc.jpg'); }
	form		{ margin: 0px; }
	P			{ font-family: tahoma, helvetica; font-size: 11px; color: #2A434D; line-height: 14px; text-align: justify; margin-top : 2mm;}
	.mhead		{ font-weight: bold; color: #015879;}
	.small		{ font-size: 10px; }
	.blink		{ color: #ffffff; }
	.avtorsl	{ font-size: 12px; font-weight: bold; color: #015879;}
	.menu		{ font-weight: bold; color: #B4E2F0; text-decoration: none; }
	.menua		{ font-weight: bold; color: #B4E2F0; text-decoration: none; line-height: 18px; margin-top : 6px; margin-bottom : 6px;}
	.menuavt	{ font-weight: normal; color: #B4E2F0; text-decoration: none;}
	.topmenu	{ color: #FFFFFF; text-decoration: none; font-weight: bold; line-height: 17px; }
	.opomba		{ font-size: 9px; font-weight: normal; font-style: normal; }
	.stevilka	{ font-size: 11px; line-height: 11px; font-weight: bold; color: #073242; padding-right: 12px; text-decoration: none; text-align: right; margin-top : 0; margin-bottom : 0mm;}

	.aforizem	{ margin-top : 4px; margin-bottom : 22px; }
	.center		{ text-align: center; }
	.center1	{ text-align: center; margin-right : 220px;}
	.right		{ text-align: right; }
	.zamik1		{ margin-left: 24px; }
	.zamik2		{ margin-left: 36px; }
	.zamik3		{ margin-left: 48px; }
	.zamik11		{ margin-left: 24px;  margin-right : 220px;}
	.zamik21		{ margin-left: 36px;  margin-right : 220px;}
	.zamik31		{ margin-left: 48px;  margin-right : 220px;}
	.naslovp	{ margin-top : 30px; }

	ul		{ margin-top: 2mm; margin-bottom: 0px; margin-left: 12px; padding: 0; list-style: disc; list-style-position: inside; }
	li		{ margin-top : 6px; padding: 0; list-style: disc; list-style-position: inside; }
	a		{ color: #33A3B3; text-decoration: underline; }
	a.menu:hover { color: #ffffff; }
	a.menua:hover { color: #ffffff; }
	.link { color: #2A434D; }
	a.link:hover { color: #000000; }
	H3		{ font-family: tahoma, helvetica; font-size: 16px; font-weight: bold; color: #015879; line-height: 18px; text-align: left; margin-top : 0mm; margin-bottom : 0mm;}
	H4		{ font-family: tahoma, helvetica; font-size: 12px; font-weight: bold; color: #015879; line-height: 12px; text-align: left; margin-top : 5mm; margin-bottom : 0mm;}
	H6		{ font-family: tahoma, helvetica; font-size: 9px; font-weight: normal; font-style: bold; color: #015879; line-height: 16px; text-align: left; margin-top : 5mm; margin-bottom : 0mm;}
	.avtor-ikona
	{
    float: right;
    height: 75px;
    width: auto;
    margin: 14px 10px 3px 10px;
    border-color: #EEEEEE;
    border-radius: 30%;
    border-width: 1px;
	}

	.avtor-gif
	{
    float: right;
    margin: 0 0 0 8px;
    border-width: 0px;
	}

	.menu-highlight {
    color: #FFFFFF; /* Change the text color for highlighting */
text-decoration: none;
    font-weight: bold; /* Make the text bold */
    /* Add any other styles you want for highlighting */
}
.menu-highlight::before {
    content: url('menubullet.png'); /* Path to your custom bullet image */
    vertical-align: middle;
    margin-right: 5px;
}



.tabela1 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.tabela1 th, .tabela1 td {
  border: 1px solid #eee;
  padding: 8px;
  text-align: left;
}

.tabela1 th {
  //background-color: #fff;
  //color: white;
  font-weight: bold;
}

.tabela1 tr {
  background-color: #a9deec;
}

.tabela1 tr:hover {
  background-color: #ddd;
}