/* ------ YLEISET ASETUKSET ------------------------------------------------------ */



body 
	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A4C92;
	background-color: #000000;
	background-image: url(../gfx/bg1.gif);
	background-repeat: repeat;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

img	{ border: 0px; }
img.kuvitus { border: 1px solid #2A4C92; }

td 	{ text-align: left; vertical-align: top; }
.c	{ text-align: center; vertical-align: top; }
.l	{ text-align: left; vertical-align: top; }
.r	{ text-align: right; vertical-align: top; }

table 	
	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A4C92;
	}

.yhteyspalkki
	{
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 30px;
	position: relative;
	bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	}

.yht
	{
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}



/* ------ SIVUN KESKITYS ------------------------------------------------------ */



#keskitys        
	{
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
	}

#sisalto    
	{
	margin-left: -400px;
	position: absolute;
	left: 50%;
	width: 800px;
	height: 600px;
	}

.pohja 
	{  
	vertical-align: top;
	width: 800px;
	height: 600px;
	border: 1px solid #000000;
	background-image:url(../gfx/keski.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}



/* ------ TEKSTITYYLIT ------------------------------------------------------ */



.teksti 
	{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A4C92;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	}

h1 { font-size: 22px; font-weight: bold; color: #2A4C92; }
h2 { font-size: 18px; font-style: italic; color: #6699CC; margin-bottom: -10px;}
#yhteyssivu { font-size: 18px; font-style: normal; color: #6699CC; margin-bottom: -10px;}



/* ------ VALIKKOASETUKSET ------------------------------------------------------ */



.valikko
	{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2A4C92;
	margin-left: 10px;
	margin-right: 10px;
	width: 170px;
	background-color: #ECF5FD;
	border: 1px dashed #6699CC;
	}

.vali-th
	{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #6699CC;
	/* background-image:url(../gfx/valikko_palkki.gif); */
	/* background-repeat: repeat-x; */
	text-decoration: none;
	height: 25px;
	}

.valikko a:link 
	{  
	color: #FEBF00;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	}

.valikko a:visited 
	{  
	color: #FEBF00;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
	}

.valikko a:active 
	{  
	color: #003399;
	text-decoration: underline;
	background-color: #D9E9FC;
	}

.valikko a:hover 
	{  
	color: #003399;
	text-decoration: underline;
	background-color: #D9E9FC;
	/* font-weight: bold; */
	/* font-variant: small-caps; */
	}



/* ------ LINKIT ------------------------------------------------------ */



	/* a {	cursor: hand; cursor: pointer; } */

a:link {  
	color: #778699;
	text-decoration: underline;
	background-color: transparent;
	}

a:visited {  
	color: #778699;
	text-decoration: underline;
	background-color: transparent;
	}

a:active {  
	color: #003399;
	text-decoration: underline;
	background-color: #D9E9FC;
	}

a:hover {  
	color: #003399;
	text-decoration: underline;
	background-color: #D9E9FC;
	/* font-weight: bold; */
	/* font-variant: small-caps; */
	}

