/* css osio sivuun index.htm */

div.banner { 
/*  margin-bottom:20px;
  padding-top:10px;
  padding-bottom:10px;
*/
  filter: alpha(opacity=70);
  moz-opacity: 0.5;
  opacity: 0.5;
  position: fixed;
}

body {
  padding-top:20px;
  background-color:lightgray;
}

/******************************************************************
 Taulujen solut
 ******************************************************************/
TD.otsikko {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	background-color : #C9D0B3;
	color: Black;
}
TD.painike {
	background-image : url(../kuvat/bck_painike.jpg);
	text-align : center;
	font-size : xx-small;
	width : 100px;
}
TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}
/* Painikkeiden linkit                                                                                  */
A:link.painike {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : normal;
	text-decoration : none;
	color: #FFFFCC;
}
A:visited.painike {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : xx-small;
font-weight : normal;
	text-decoration : none;	
	color: #FFE79B;
}
A:active.painike {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : xx-small;
font-weight : normal;
	text-decoration : none;	
	color: orange;
}
A:HOVER.painike { 
	background-color : #FCD183; 
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : xx-small;
font-weight : normal;
	text-decoration : none;	
	color : Black; 
}

