body {
		margin:0 2%;
		width: auto;
		background: #fff;
		font-family: Verdana, Arial, sans-serif;
		font-size:105%
		}
		
	#banner {
		background:#fff;
		height:40px;
		width: auto;
		padding: 0;
		margin: 0;
		border: 0;
		}
		
	#banner h1 {
		font-size: 140%;
		display: block;
		border-bottom: 2px solid #ddd;
		}
	
	#banner img {
		display: none;
		}	
		
	html>body #banner {
		height:40px;
		}
	
	#tulostus {
		display: none;		
		}
		
	#vasenosa {
		display: none;
		}
		
	#keskiosa {
		/* ennen content */
   		float:left;
		background: #fff;
   		width: auto;
   		border: 0;
		}
	
	#oikeaosa {
		display: none;
		}
	
	p,h1,h2,h3,h4,pre {
		margin:0 0 10px 0;
		}
		
	h1 {
		margin-top: 20px;
		padding:10px 0;
		font-size: 120%;
		color: #333;
		}

	h2 	{
		margin-top: 15px;
		padding:10px 0;
		font-size: 105%;
		color: #333;
		}
	
	h3 	{
		margin-top: 15px;
		padding:10px 0;
		font-size: 100%;
		color: #333;
   		}		
		
	p 	{
		font-size: 95%;
		line-height: 140%;
		}

	a 	{
		color: #7A735D;
		}

	a:hover {
		color: #7A735D;
		}
	
	ul	{
		list-style-type: disc;
		font-size: 78%;
		margin-left: 40px;
		}
	
	li	{
		line-height: 160%;
		background: none;
		padding-left: 15px;
		}
		
	table.imgtext-table {
		text-align:center;
		margin: 0 8px;
		}

	select, textarea, input  {
                font-family: verdana, arial;
		font-size: 11px;
		}

	#footer {
		width 100%;
		height: 50px;
		margin: 0;
		padding-top: 10px;
		border-top: 1px solid #ddd;
		color:#8A8A8A;
		font-size: 85%;
		line-height: 140%;
		}
		
	#footer a {
		color:#8a8a8a;
		text-decoration: none;
		}
		
	#footer a:hover {
		color:#96A6B6;
		text-decoration: none;
		}
	
	/* kuvateksti */	
	p.csc-caption {
		font-size: 70%
		}
		
	table.taulukko td {
		       font-size: 70%;
		       line-height: 140%;
		       }		

	table.taulukko h3 {
			padding-top: 12px;
			padding-bottom: 0;
			border-top: 1px dashed #3173AA;
			font-size: 110%;
			margin-left: 0;
			}
	
	td {
		font-size: 80%
		}
	
	 	
	table td {
		padding-top: 2px;
		padding-bottom: 10px;
	}
	
	table td h2{
	margin: 10px 0;
	padding: 0;
	}
	
