@charset "UTF-8";

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: auto 55px;
	
}

/****************TEKSTI TYYLIT********************/

a {
	color: #900;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	color: #900;
}

a:visited {
	color: #996600;
}

.italic {
	font-style: italic;
}

.italic_bold {
	font-style: italic;
	font-weight: bold;
}

.italic_small {
	font-style: italic;
	font-size: 11px;
	color:#999;
}

.italic_light {
	font-style: italic;
	color: #666;
}

.italic_light_bold {
	font-style: italic;
	color: #666;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.bold_red {
	font-weight: bold;
	font-size: 12px; 
	color: #990000;
}

.iso_topic {
	font-size: 16px;
	font-weight: bold;
	color: #5e0606;
	text-transform: uppercase;	
}

.topic {
	font-weight: bold;
	font-size: 13px;
	color: #5e0606;
	text-transform:uppercase;
}	

/****************KUVAT********************/

.picture_padding {
	padding: 5px;
}


/****************ETUSIVU POHJA ********************/

.etusivun_nosto_otsikko{
	padding: 15px 10px 0px 70px;

}

.etusivun_nosto_otsikko a{
	font-size: 14px;
	font-weight: bold;
	color:#900;
	text-decoration: none;
	text-transform: uppercase;
}

.etusivun_nosto_teksti {
	padding: 10px 10px 0px 10px;

}

.etusivun_nosto_teksti a{	
	color:#333;
}

.etusivun_nosto_teksti a:hover{	
	color:#333;
	text-decoration: none;
}

/****************KAKSI PALSTAINEN POHJA ********************/

#vasen_navigaatio{	
	font-size: 11px;
	color:#333;
	text-decoration: none;
	border-right: 1px solid #CCCCCC;
	text-transform:uppercase;
	font-weight:bold;
	line-height: 16px;
}

#vasen_navigaatio a{	
	color: #990000:
	text-decoration: none;
	text-transform:uppercase;
		font-weight:bold;
}

#vasen_navigaatio a_hover{	
	color: #990000:
	text-decoration: underline;
	text-transform:uppercase;
		font-weight:bold;
}

#oikea_palsta{	
	padding-left: 10px;
}