/*--body 		{ background-image:url(images/bg.jpg); background-repeat:repeat-x; }--*/
html, body {
  margin-left: 2%;
  margin-right: 2%;
  padding: 0px;
  height: 98%;
  text-align: center;	
}

table		{ font-family: Verdana, Arial, Helvetica, sans-serif; color:#028; font-size: 10px;}

.Stil0 		{ font-size: 5px}
.Stil1 		{ font-size: 11px}
.Stil2 		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #90949A; }
.Stil4 		{ font-family: Verdana, Arial, Helvetica, sans-serif; color:#028; padding-left:7px; padding-right: 7px; }
a:link 		{ color: #1391BF; text-decoration: underline; }
a:visited	{ text-decoration: none; }
a:hover 	{ text-decoration: underline; color: #FF6600; }
a:active 	{ text-decoration: underline; color: #FF6600; }

#maintable	{border: 1px solid #029; position: relative; }

#sprendimas a {
  display: block;
  padding: 3px 2px 3px 2px;
  font: 10px Verdana;
  text-decoration: none;
  text-align: center;
  color: #268;
  width:110;
}

#sprendimas a:hover {
  color: #800;
  text-decoration: underline;
  font-weight: bold;
}


/*---------- MENU -----------*/

#meniubox {
  right: 0px;
  height: auto;
  display: inline;
  margin: 0px 0px 0px 0px;
  color: #268;
  padding: 0px;
  text-decoration: none;
}

#meniu a {
  display: block;
  color:#226699;
  font: 10px verdana,sans-serif;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  padding: 2px;
  text-decoration: none;
  width: 150;
}

#meniu a:hover {
  background: #B81E1E;
  color:#FFFFFF;
}

#meniu2 a {
  display: block;
  color:#101070;
  font: 10px verdana,sans-serif;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  padding: 2px;
  text-decoration: none;
  width: 150;
  background: #5599EE;
}

#meniu2 a:hover {
  background: #CC2222;
  color:#EEEE00;
}

