
@charset "UTF-8";
/* CSS Document */


/*############## KIRJASINTYYPIT ##############*/

p, a, li, td { 
	font-family: arial, sans-serif;		
}


h1, h2, h3, h4 {
	font-family: arial, sans-serif;		
}

p {
	font-size: 12px;
	font-weight: normal;	
	line-height: 1.2em;
	margin-bottom: 15px; 	
}

a {
	font-size: 12px;
	font-weight: normal;	
	line-height: 1.2em;
	text-decoration: underline;	
}

#main a:link, #main a:visited {
	color: #DADEED;
}


#main a:hover, a:active {
	color: #000000; 
} 



/*############## SIVUN PÄÄVALIKKO ##############*/

#navigointi a {
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	text-decoration: none;
}


#navigointi a:hover {
	color: #000000;
}



/*############## SIVUN PÄÄOTSIKKO ##############*/

h1 {
	font-size: 26px; 
	font-weight: bold; 
	padding-top: 15px; 
	border-bottom: 1px dotted #FFFFFF;
}



/*############## ARTIKKELIN TYYLIMÄÄRITYKSET ##############*/

div.artikkeli {
	margin-top: 25px;
	margin-bottom: 30px;
}


div.artikkeli h2 {
	font-size: 18px;	
	font-weight: bold; 
	margin-bottom: 10px;
}


div.artikkeli h3 {
	font-size: 14px;	
	font-weight: bold; 
	padding-top: 5px; 	
	margin-bottom: 5px;
}


div.artikkeli h4 {
	font-size: 12px;	
	font-weight: bold; 
	padding-top: 15px;	
	padding-bottom: 10px;
}


div.artikkeli p {
	font-size: 12px;
	font-weight: normal;	
	line-height: 1.2em;
	margin-bottom: 15px; 	
}

div.artikkeli ul {
	padding-left: 15px;
	margin-bottom: 20px; 	
	list-style-type: none;	
}

div.artikkeli ul.lista {
	padding-left: 15px;
	margin-bottom: 20px; 
	list-style-type: disc	
}

div.artikkeli li {
	font-size: 12px;
	font-weight: normal;	
	line-height: 1.4em;
}



/*############## SIVUN OIKEAN LAIDAN TIEDOTTEET ##############*/

div.tiedote {
	margin-top: 10px;
	margin-bottom: 25px;	
}

div.tiedote p {
	font-size: 12px;
	font-weight: normal;	
	line-height: 1.2em;	
}


div.tiedote h3 {
	font-size: 16px;	
	font-weight: bold; 
	padding-top: 5px; 	
	margin-bottom: 5px;
}

div.tiedote h4 {
	font-size: 12px;	
	font-weight: bold; 
	padding-top: 10px; 
	padding-bottom: 15px;
}


/*############## HALLITUKSEN HENKILÖTIEDOT ##############*/

div.henkilotiedot {
	width: 100%;
	height: 168px;
	margin-left: 20px;
	margin-bottom: 15px;	
}

div.henkilotiedot h4 {
	font-size: 12px;	
	font-weight: bold; 
	padding-top: 10px; 
	padding-bottom: 15px;
}

div.henkilotiedot p {
	font-size: 12px;
	font-weight: normal;	
	line-height: 1.2em;
	margin-bottom: 20px; 	
}

div.henkilotiedot img {
	width: 142px; 
	height: 100%;
	border: 1px solid #000000;
	float: left;
}

div.tiedot {
	height: 158px;
	margin-left: 152px;
	padding: 10px 20px;
}



/*############## MUUT TEKSTIELEMENTIT ##############*/

.paivays {
	font-size: 9px; 
	color: #000000;
}

.huomio {
	color: #FFFFFF; 
	font-style: italic;
}

blockquote {
	font-style: italic; 
	text-align: center;
	margin: 30px; 
}




