@media print{

/* divien muotoilut */

.logo {	
	display: none;
}

.otsikko {

	display: none;	
}


.linkit {
	display: none;
	
}

.sisalto {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 17cm;
}

.alapalkki {
	text-align: center;
	margin: 0px 0px 10px 0px;
	border-top: solid 1px #00A390;
  	font-size: 71%;  
}
}


@media screen {
body {
	margin: 0px;	
	background: #ffffff url("kuvat/bg.gif");
  	background-repeat: repeat-x;
	font-family: sans-serif;
	color:#000000;
	font-size: 1em;
	line-height: 1.2;

}

/* Teksti ja linkkimuotoilut */

h1 {
        background: #ffffff url("kuvat/nelio.gif") no-repeat left;
        padding: 0px 0px 0px 20px;
	font-weight: bold;
	font-size: 14pt;
}

h2 {
        padding: 5px 0px 5px 0px;
	font-weight: bold;
	font-style: none;
	font-size: 12pt;
}

h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	font-family: serif;
	font-weight: normal;
	font-style: italic;  	
	font-size: 14pt;
	color: #000000;
}

p {

}

a {
	color: #00A390;
	text-decoration: none;
}

a:visited{
	color: #29458F;
	text-decoration: none;
}

a:hover {
	color: #223A78;
	text-decoration: underline;	
}

a.navi {
	text-decoration: none;
  	color:	#00A390;
  	font-size: 10pt;
}

a.navi:visited {
	color: #29458F;
}

a.navi:hover {
	color: #223A78;
}

ul.navi {
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 0px 0px; 	
	list-style-image: url("kuvat/nuoli.gif");
	list-style-position: outside;
}

ul.ajankohtaista {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 20px; 	
	list-style-image: url("kuvat/nuoli_k.gif");
	list-style-position: outside;
	font-size: 0.9em;
	line-height: 1.5;
}


ul {
	list-style-type: disc;
}



td {
	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 0px 0px;
}

/* divien muotoilut */

.logo {	
	text-align: center;
	margin: 0px 0px 0px 0px;
 	padding: 0px 0px 19px 0px;
}

.otsikko {
	
	border-bottom: solid 1px #009999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
}


.linkit {
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 5px 0px;
	width: 250px;
	border-right: dotted 1px #29458F;
	border-bottom: dotted 1px #29458F;
	
}

.sisalto {
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 486px;
}

.alapalkki {
	text-align: center;
	margin: 0px 0px 10px 0px;
	border-top: solid 1px #00A390;
  	font-size: 71%;
	width: 768px;  
}

}



