body {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-align:left;		
	background-color: #FFFFFF;
}
	
a {								/* linkit */
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: underline;
}
	
#header2 {						/* header2 */
	display: none;
}

#flash {						/* flash-koodi pois tulostuksessa */
	display: none;
}

#header_frontpage {				/* norm. etusivu */
	clear: both;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F72717;
}

#header_frontpage2 {			/* flash-etusivu */
	clear: both;
	height: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F72717;
}

#header_frontpage2_noflash {	/* ei flash-pluginia -> norm. taustakuva */
	display: none;

}

#header_insidepage {
	height: 79px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D52B1B;
}

#nav-container, #navlist, #altnav {
	display: none;
}


	
#content {						/* vasen palsta */
	clear: both;
	float: left;
}
	
#sidebar-a {					/* oikea palsta */
	display: none;
}

#sidebar-a_frontpage {
	float: none;
	clear: right;
}

#footer {						/* footer */
	text-align:center;
	clear: both;
}