/* CSS Document */


html, body	{height:100%;}

body	{ 		background-color: black;
		  }


#header  { 
			
			width: 830px;
			color: black;
			position: absolute;
			top: 0px;
			left: 40px;
			}
			
			
			
#sisalto { 
			
			width: 590px;
			color: black;
			position: absolute;
			top: 590px;
			left: 330px;
			}


#sisalto2 { 
			
			width: 250px;
			color: black;
			position: absolute;
			top: 590px;
			left: 697px;
			}


#oikea { 
			background-color: eee;
			width: 220px;
			color: black;
			position: absolute;
			top: 820px;
			left: 700px;
			padding: 10 10 10 10px;
			}

#oikea_index { 
			background-color: eee;
			width: 240px;
			color: black;
			position: absolute;
			top: 590px;
			left: 680px;
			padding: 10 10 10 10px;
			}


#main  { 
		
			position: absolute;
			top: 796px;
			left: 287px;
			font: 12px arial, Microsoft Sans Serif, tahoma;
			
			
			}


			
			
#navi  { 
			position: absolute;
			top: 520px;
			left: 470px;
			}
			

		
#ala  { 
			position: absolute;
			top: 1215px;
			left: 380px;
			
}


p		{ font: 12px arial, Microsoft Sans Serif, tahoma;
		  font-variant: normal;
         }


h3		{ font: 15px arial, Microsoft Sans Serif, tahoma;
		  font-weight: bold;
		color: white;
         }


h2		{ font: 15px arial, Microsoft Sans Serif, tahoma;
		  font-weight: bold;
		color: black;
         }
		

h4		{ font: 11px arial, Microsoft Sans Serif, tahoma;
		  font-weight: normal;
		color: black;
         }


h1		{ font: 14px arial, Microsoft Sans Serif, tahoma;
		  font-weight: normal;
		color: black;
         }



#laskuri { 
			
			position: absolute;
			top: 1180px;
			left: 450px;
			
			}
		 
		 
		  
		 
		 





A:link, A:visited  {  
	color: black; 
	font: 12px arial, Microsoft Sans Serif, tahoma;
	font-weight: bold;
	background-color: transparent; 
	text-decoration: none; 
	}



A:hover { 
	color: white;
	font: 12px arial, Microsoft Sans Serif, tahoma;
	font-weight: bold; 
	background-color: transparent; 
	text-decoration: none; 
	}



A:active { 
	color: white;
	font: 12px arial, Microsoft Sans Serif, tahoma;
	font-weight: bold; 
	background-color: transparent; 
	text-decoration: none; 
	}


	
a img	{ border: 0px;
		}









