/** 
 * public.css sisältää editorissa (eli sisältöalueella) käytettävät tyylit. 
 * Tähän tiedostoon voi määritellä myös tekstissä käytettyjä erikoistyylejä.
 * Nämä tyylit voidaan ylikirjoittaa private.css tiedostossa
 *
 * Huomaa, että selaimen välimuistista johtuen uudet tyylit tulevat käyttöösi vasta sitten 
 * kun olet painanut selaimen "päivitä painiketta". Jos tämä ei auta, kirjaudu ulos 
 * järjestelmästä, tyhjennä selaimen välimuisti ja kirjaudu uudestaan.
 **/

/* vaikuttaa editorin leveyteen ja yleiseen tyyliin */
body {
	width: 428px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;	
	color: #363d3d;
}

h1 {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #485153;
	font-weight:normal;
	background-image:url(images/h1.jpg);
	background-repeat: no-repeat;
	padding-bottom: 28px;
	background-position: bottom left;
	margin-bottom: 10px;
}
h1.small {
	color: #485153;
	background-image: url(images/small_header.jpg);
	margin-top: 24px;
	padding-bottom: 19px;
}

h1 a,
h1 a:hover {
	text-decoration: none;

}

h2,
h2 a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 4px;
	text-decoration: none;
}

h3 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 7px;
}

h4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 7px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #797979;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.kuvateksti {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: justify;
	line-height: 15px;
	margin-bottom: 20px;
}
td {
	color: #585858;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
a {
	color: #4f5d67;
	text-decoration: underline;
}

a:hover {
	color: #8D8D8D;
	text-decoration: underline;
}

a.sivukartta {
	display: block;	
	background-image: url(images/sitemap.jpg);
	background-position: left 3px;
	background-repeat: no-repeat;
	color:#990000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
	margin-left: 9px;
}
a.sivukartta:hover {
	text-decoration: underline;
}
a.luelisaa {
	display: block;
	font-size: 11px;
}

a img {
	border: none;
}
img.kuvaoikealle {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}

img.kuvavasemmalle {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}

img.kuvaoikeallekehystettyna {
	float: right;
	border: 1px solid #cccccc;
	margin-left: 5px;
	margin-bottom: 10px;
}

img.kuvavasemmallekehystettyna {
	float: left;
	border: 1px solid #cccccc;
	margin-right: 5px;
	margin-bottom: 10px;
}

ul li {
	list-style-image: url(images/list_bullet.jpg);
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 2px 0px 0px;
	padding: 0px;
	list-style-position: outside;
	color: #797979;
}

ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 15px;
}

ol li {
	margin: 4px 0px 0px;
}

b,
strong {
	color: #485050;
	font-weight: bold;
}
table.infotaulu {
 	empty-cells:show;
}
table.infotaulu th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.infotaulu td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

.infotaulu td.otsikko {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	text-align: center;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
	
}

