/* text.css ei saa laittaa muita kuin content editorin tyylit !!! */

body {
	font-family: "Helvetica Neue",Arial, Helvetica, sans-serif;

	margin: 0;
	padding: 0;	
	color: #585858;
	}
a { color: #4C4C4C; text-decoration: underline; }
a.iframe { text-decoration: none; border-bottom: 1px dashed #090; }

span.strong, span.highlight { font-weight: bold; background-color: #CEE8B4; color: #353; padding: 0 2px; }
span.korostus { display: inline; color: red; }

p { background: none; margin:  0; font-size: 12px; margin-bottom:18px;}
p.punainen { color: red; font-weight: bold; background: none; }
sup {margin-left:-0.3em;}

h1 { 
	color: #50871A;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 18px;
	padding: 0;
	border-bottom: 1px solid #B7DD91;
	background: none;
	}

h2 { 
	color: #50871A;
	font-size: 20px;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 16px;
	border-bottom: 1px solid #B7DD91;
	background: none;
	}

h3 { 
	color: #50871A;
	font-size: 1.25em;
	font-weight: normal;
	line-height: 21px;
	margin-bottom: 14px;
	border-bottom: 1px solid #B7DD91;
	background: none;
	}

h4 {
	color: #50871A;
	font-size: 1.1em;
	line-height: 18px;
	margin-bottom: 21px;
	font-weight: normal;
	border-bottom: 1px solid #B7DD91;
	background: none;
	} 

td { font-size: 0.9em; font-weight: normal; color: #585858; }
td.tyhja { font-weight: normal; color: #585858; background: none; border: none; }
td.reunus { border: solid 1px #4D8319; }
td.reunus_vaalea { border: solid 1px #CEE8B4; }

td.otsikko { background-color: #4D8319; color: #CEE8B4; font-weight: bold; border: solid 1px #50871A; }
td.otsikkovaalea { background-color: #CEE8B4; color: #4D8319; font-weight: bold; border: solid 1px #50871A; }

tr { }
tr.otsikkorivi { background-color: #4D8319; color: #fff; }

table {}
table.eirakoja { border-collapse: collapse; }
table.mustareunus { border: solid 2px #000; border-collapse: collapse; }
 
img {}
img.marginaali10 { margin: 10px; }
img.vasen { margin: 10px 10px 10px 0; float: left; }
img.oikea { margin: 10px 0 10px 10px; float: right; }

img.vasenRajat {
    margin: 10px 10px 10px 0;
	border: solid 3px #B7DD91;
	float: left;
	}

img.oikeaRajat {
    margin: 10px 0 10px 10px;
	border: solid 3px #B7DD91;
 	float: right;
	}

li { font-size: 12px; }
li.korostettulista { font-size: 12px; background-color: #ffffaa; }

/* -- extra -- */

h3.laatikkoYla { 
	margin: 10px 75px 0 75px;
	padding: 13px 20px 5px 20px;
	font-size: 0.9em;
	font-weight: bold;
	border: none;
	color: #484848;
	background: #fff url(/pics/readmore-h3-v2.gif) top left no-repeat;
	}

p.laatikkoAla {
	margin: 0 75px 15px 75px;
	padding: 0 20px 42px 20px;
	background: #fff url(/pics/readmore-bg-v2.gif) bottom left no-repeat;
	}

table.vihreareunus { border-collapse: collapse; border: 2px solid #50871A; }
tr.vaaleaalareuna { border-bottom: 1px solid #B7DD91; }

img.teemakuvaOikea { float: right; margin: 0 0 15px 15px; border: none; }
img.teemakuvaVasen { float: left; margin: 0 15px 15px 0; border: none; }