html{
	background: rgb(247, 247, 247);
}
body{
	/* The fonts are used the order they are listed */
	/* Why this order: */
	/* Lucida Grande is found in Mac OS X */
	/* Verdana is found in all modern Windows systems, in Mac OS X, and in older */
	/* Mac operating systems. Lucida follows for UNIX folks, and the Arial for users */
	/* of old windows systems. Helvetica for old UNIX systems. If none of the listed*/
	/* fonts are available, the generic sans-serif font is used. And if computer contains */
	/* no sans-serif fonts, the browsers default is used*/

	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Lucida, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;

	margin: 20px;
	padding: 20px;
	border: 1px solid gray;
	background: white;

	width: 790px;
}
/* Linkide järjekord on oluline! */
a{
/*	color: navy;*/
	text-decoration: none;
}
a:link{

}
a:visited{
/*	color: navy;*/
	color: #CC0099;
}
a:hover{
	color: red;
}
a:active{
	color: red;
}
img{
	border: none;
	padding: 10px;
}
img.border{
  border: 1px solid gray;
  padding: 0;
}
h1{
	font-size: 20px;
	margin: 10px 0 0 20px;
	padding: 0;
}
div{
/*	border: 1px solid pink;*/
	padding: 10px;
}

div#menyy{
	border: none;
	border-bottom: 1px solid gray;
/*	border-top: 1px solid gray;*/
}
div#note{
	width: 500px;
	padding: 10px;
	margin: 10px;
	border: 1px solid black;
	background: #F0F8FF;
}
/*Kiire Rauli häkk, et näituste lehel see tabel norm välja näeks*/
table{
	width: 100%;

}
table#main{
	margin-top: 10px;
}

td#parem_menyy{
	width: 23%;
	padding: 10px;
	border-left: 1px solid gray;
	vertical-align: top;
}

td#sisu{
	width: 77%;
}
/* Listi indeksi tabeli jaoks */
td#sisu table#list_index{
	border-collapse: collapse;
}
td#sisu table#list_index td,th{
	text-align: center;
	padding: 10px;
	border: 1px solid silver;
}