/*******************************************************************************************/
/* Stili seznamov*/
/*******************************************************************************************/
li
{
	margin-bottom:15pt;
}

h4.intitle
{
	margin-top:20pt;
	font-size:small;
	text-align:left;
}

.sponzor img
{
	border:0px;
}

a.sponzor
{
	color:#000099;
	font-size:100%;	
	font-variant:small-caps;
	text-decoration:none;	
}

a.sponzor:visited
{
	color:#000099;
	text-decoration:none;
}

a.sponzor:hover
{
	text-decoration:underline;
}

ul.submenu li
{
	margin:5px;
	font-family:arial;
}

/*******************************************************************************************/
/* Stil novic*/
/*******************************************************************************************/
table.novice
{
   border-width:1px;
   border-style:solid;
   border-color:#66aa75;
   border-collapse:collapse;
}

.novice th
{
	height:1.5em;
	background:#eeffee;
	color: #000099;
	border-style: none none solid none;
	border-width:2px;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	font-weight:bold;
	font-size:100%;
}

.novice td.novice
{
   	background-color:white;
   	padding-left:7px;
	padding-right:7px;
	font-size:90%;
}

table.common
{
   border-width:2px;
   border-style:solid;
   border-color:#66aa75;
}


/*******************************************************************************************/
/* Splošne nastavitve*/
/*******************************************************************************************/

table.menu {
  border: 0;
  width: 100%;
  height: 90%;
  background-color: #eeffee;
  color: #77ddaa;
  cellpadding: 2;
  cellspacing: 0;
}

body 
{
  font-family: Arial, Helvetica;
  color: #000088;
  background-color:#ffffff;
  font-size:90%;
  margin: 5px;
}
/**********************************************************************************************/
/* Naslovi in podnaslovi */
/**********************************************************************************************/

h2 {
  font-weight: bold;
  font-size: normal;
  border-width: 2px;
  border-style: none none solid none;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

h3 {
  font-weight: bold;
  font-size: normal;
  border-width: 1px;
  border-style: none none solid none;
}

h4 
{
	text-align:center;
	padding-top:15px;	
	padding-left:20px;	
	color: #000099;
	font-weight: bold;
	font-style: uppercase;
	font-size: 160%;
}

h5 {
  font-weight: bold;
  font-size: 115%;
}



table.menu {
  border: 0;
  width: 100%;
  height: 90%;
  background-color: #eeffee;
  color: #77ddaa;
  cellpadding: 2;
  cellspacing: 0;
}

.menu td.navaden {
  width: 12%;
  text-align: center;
  height: 5%;
  border-width: 1;
  border-style: solid;
  border-color: #000000;
  background-color: #77ddaa;
  cursor:pointer;
}

.menu td.zgornji{
  width: 12%;
  height: 8%;
  background-color: #eeffee;
}


.menu td.levi{
  width: 12%;
  height: 6%;
  border-width: 1;
  border-style: solid;
  border-color: #000000;
  background-color: #77ddaa;
  cursor:pointer;
  font-size:small;
}

.menu td.linki{
  width: 12%;
  height: 6%;
  border-width: 1;
  border-style: solid;
  border-color: #000000;
  background-color: #77ddaa;
  cursor:pointer;
}

.menu td.krka{
  width: 12%;
  height: 6%;
  border-width: 1;
  border-style: none;
  border-color: #000000;
  background-color: #ffffff;
  cursor:pointer;
}

.menu td.active {
  text-decoration: none;
  width: 12%;
  text-align: center;
  height: 6%;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  background-color: #66aa60;
  font-size:small;
}

.menu td.activen {
  text-decoration: none;
  width: 12%;
  height: 6%;
  color: #eeffee;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  background-color: #66aa60;
}

.menu a {
  text-decoration: none;
  color: #000000;
  font-size:small;
}
.menu  a:hover{
  text-decoration: none;
  color: green;
}
.menu a:active{
  text-decoration: none;
  color: #eeffee;
}