@charset "iso-8859-1"; /* @charset "utf-8"; */
/* CSS Document */

body  {
	font: 100% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; /* 12pt, sellest sõltub ka menüüploki laius */
	/* font: 100% Verdana, Arial, Helvetica, sans-serif; */
	background: #EAEAFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #0000A0;
}
/* ja siin linkide kirjeldused lõpevad */

.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #0000A0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.thrColFixHdr #header {
	margin: 0;
	background-image: url(/pildipank/ban/LLKK_ban.gif);
	padding: 10px 0 10px 20px;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar1a {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.thrColFixHdr #mainContent {
	margin: 0 188px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* oli 10px, remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColFixHdr #mainContent_2 {
	margin: 0 185px 0 175px;
} 
.maincontent_inner {
	width: 98%;
}
.thrColFixHdr #manguraam {
	margin: 0 170px;
	padding: 0 10px;
} 
.thrColFixHdr #pildiraam {
	text-align: center;
	margin-top: 15px;
} 
.thrColFixHdr #footer {
	border-top: 1px solid #0000A0;
	margin-top: 35px;
	font-size: 12px;
} 
.thrColFixHdr #statistikariba {
	background-color: #0000FF; /* algselt #EAEAFF */
	padding: 0 5px;
	color: #FFFFFF;
}
.thrColFixHdr #autorioigus {
	text-align: center;
	padding: 2px;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.artiklisisene_pilt {
  float: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.7em;
  margin: 0px 2px 15px 5px; /* ü p a v*/	
}
.as_c {
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;/*oli 14px*/
}
.as_c a{
	background: transparent url(/css/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 16px; /* oli 18px, adjust bullet image padding*/
	color: #0000A0;
}
.as_c a:hover{
	text-decoration: underline;
	color: #33C;
}
.as_r {
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
.as_r a{
	text-decoration: none;
	color: #0000A0;
}
.as_r a:hover{
	text-decoration: underline;
	color: #33C;
}
.kiirv {
	text-align: left;
}
.kiirv a {
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	font-size: 8pt;
	text-decoration: none;
}
.kiirv a:hover {
	text-decoration: underline;
	color: #33C;
}
.asudsiin{
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;/*oli 14px*/
	color: #0000A0; /* oli navy, määrab fondi värvi*/
	padding-left: 170px;
	background-color: #EAEAFF;
	border-bottom: 1px solid #9595FF; /* width style color */
}
.asudsiin a{
	background: transparent url(/css/breadcrumb.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 16px; /* oli 18px, adjust bullet image padding*/
	color: #0000A0;
}
.asudsiin a:hover{
	text-decoration: underline;
	color: #33C;
}
.asudsiinLingid{
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;/*oli 14px*/
	color: #383878; /* oli navy, määrab fondi värvi*/
	padding-left: 10px;	
	background-color: #E5E5E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.asudsiinLingid a{
background: transparent url(/css/breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 16px; /* oli 18px, adjust bullet image padding*/
color: navy;
}
.asudsiinLingid a:visited, .asudsiin a:active{
color: #383878;
}
.asudsiinLingid a:hover{
	text-decoration: underline;
	color: #33C;
}
.avaleheTeated {
	text-align: center;
	margin-bottom: 10px;
	color: #FF0000;
}
.kasTeadsid {
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;/*oli 14px*/
	color: #0000A0;
	background-color: #EAEAFF; 	/* #F4F4F4 */
	border: 1px solid #9595FF;	/* #CCC hall, #0000FF sinine */
	margin-top:15px;
	padding: 5px 10px 5px 10px; /* ü p a v*/	
}
.klikkideArv { /* */
	color: #FF0000;
	font-size: 11px;
}

.lingid a{
	color: #A01E06; /* lingi väljanägemine */
	text-decoration: none;
	font-weight: bold;
}

.lingid a:hover {
	text-decoration: underline;
	/*color: #0000FF;*/
}

.lingiLoendid {
	background-color: #EAEAFF;
	/* padding: 8px 8px; */
	padding: 5px;
}

.lingiLoendid a{
	color: #A01E06; /* lingi väljanägemine */
	text-decoration: none;
	font-weight: bold;
}

.lingiLoendid a:hover {
	text-decoration: underline;
	/*color: #0000FF;*/
}

.lingiLoendid_muu a{
	color: #C88F3C; /* lingi väljanägemine */
	text-decoration: none;
	font-weight: bold;
}

.lingiLoendid_muu a:hover {
	text-decoration: underline;
	/*color: #0000FF;*/
}

.lingiLoendid td {
	color: #726962;
	font-family: Verdana, arial;
	font-size: 11px;
}
.lingiLoendidTextLight {
	color: #999999;
	font-size: 11px;
}

.loendBodyText {
	line-height: 18px;
}

.tabel_viited_tulp_1 {
  width: 372px;
}

.tabel_viited_tulp_a1 {
	width: 21%; /* kuni 10 tähemärki - 00-00-0000 */
}

.tabel_viited_tulp_a2 {
	width: 13%; /* kuni 5 numbrikohta [00000] */
}

.tabel_viited_tulp_a3 {
	width: 66%;
}
.txt_punane {
	color: #FF0000;
	font-weight: bold;
}
.txt_sinine {
	color: #0000A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.txt_sinine h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}

.txt_sinine h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}

.txt_sinine_taust {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #EAEAFF;
}

.txt_sinine a{
	color: #A01E06; /* lingi väljanägemine */
	text-decoration: none;
	font-weight: bold;
}

.txt_sinine a:hover {
	text-decoration: underline;
	/*color: #0000FF;*/
}
.txt_light {
	color: #999999;
	font-size: 11px;
}
.um {
	/*color: #0000A0;*/
	color:#383878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.um a{
	color: #A01E06; /* lingi väljanägemine */
	text-decoration: none;
	font-weight: bold;
}
.um a:hover {
	text-decoration: underline;
	/*color: #0000FF;*/
}
.um h1 {
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 13pt;
}
.um h2 {
	margin: 0;
	padding: 10px 0 0 10px;
	font-size: 12pt;
}
.padd_r {
	padding-right: 20px;
}
.vahedist {
	margin-top: 20px;
}
.vahedist_10 {
	margin-top: 2px;
}
.error  {
	background-color: #FFE8E8;
}
.txt_error  {
	color: #FF0000;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.ok {
	background-color: #B7FFB7;
}
.txt_ok {
	color: #00A800;
	font-weight: bold;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.kalendripearaam{
	width: 129px;
	border: 1px solid #9595FF;
	margin-top: 50px;
}
.kasulikkupearaam{
	width: 144px;
	border: 1px solid #CCC;
	margin-top: 15px;
}
.kalendrikuup {
	color: #EBEBEB;
	background-color: #0000A0;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	font-size: 8pt;
	/*width: 120px;*/
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CD994E;
}

.kalendrisisu_bb {
	color: #0000A0;
	background-color: #EAEAFF;
	text-align: center;
	padding: 5px;
	font-size: 9pt;
	border-bottom: 1px solid #9595FF;
}

.kalendrisisu {
	color: #0000A0;
	background-color: #EAEAFF;
	text-align: left;
	padding: 5px;
	font-size: 9pt;
}
.kalendrisisu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	font-size: 8pt;
	font-weight: bold;	
}
.kalendrisisu a:link {
	color: #525252;
	text-decoration: none;
}
.kalendrisisu a:visited {
	text-decoration: none;
}
.kalendrisisu a:hover {
	text-decoration: underline;
	color: #33C;
}
.kalendrisisu a:active {
	text-decoration: none;
}

.loetelu {
	color: #525252;
	background-color: #EAEAFF;
	text-align: left;
	font-size: 9pt;
	border-top: 1px solid #CCC;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.loetelu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	font-size: 8pt;
}
.loetelu a:link {
	color: #525252;
	text-decoration: none;
}
.loetelu a:visited {
	text-decoration: none;
}
.loetelu a:hover {
	text-decoration: underline;
	color: #33C;
}
.loetelu a:active {
	text-decoration: none;
}

/* ja siin linkide kirjeldused lõpevad */
.vahepealkirjad {
	color: #EBEBEB;
	background-color: #0064C8;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CD994E;
}

.sidebar_1_logo {
	margin-top: 167px;
	width: 129px;
}

.sidebar_2_logo {
	margin-top: 20px;
}
