body {
	text-align: center;
	font-size: 62.5%;  /* make one 0.1em == 1px */
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #dbdbe9;
}

p, h1, h2, h3, ul, li, div {
	margin: 0;
	padding: 0;
}

/* Yleiset tekstit */

img {
	border: 0;	
}

h1 {
	color: #222233;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 3px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 9px 0;
}

h2 {
	font-weight: normal;
	padding: 0;
	margin: 4px 0;
	line-height: 140%;
	font-size: 1.35em;
}

h3 {
	margin: 4px 0;
	line-height: 130%;
	font-size: 1.3em;
}

p {
	font-size: 1.2em;
	line-height: 140%;
	margin: 0 0 9px 0;
}

/* Suurelementit */

#header {
	width: 830px;
	height: 107px;
	position: absolute;
	z-index: 10;
}

#wrap div.header-fi
{
	background: url("/style/img/bg-header-FI.png") top left no-repeat;
}

#wrap div.header-en 
{
	background: url("/style/img/bg-header.png") top left no-repeat;
}

#wrap {
	margin: 20px auto 0 auto;
	width: 830px;
	text-align: left;
	border: 1px solid #666699;
	background-color: #ffffff;
}

#footer {
	padding: 4px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #666699;
}

#footer p {
	margin: 0;
}

#main {
	background: url("/style/img/bg-main.gif") top left repeat-y;
}

#leftbar {
	width: 197px;
	padding: 120px 10px 30px 10px;
	float: left;
}

#contentarea {
	width: 563px;
	float: left;
	padding: 120px 25px 30px 25px;
	margin: 20px 0 0 0;
}

/* Navigointi */

#leftbar ul li {
	list-style-type: none;
	padding: 5px 5px 5px 17px;
}

#leftbar ul li.sivukartta {
	list-style-type: none;
	padding: 50px 5px 5px 17px;
}
#leftbar ul li.sitemap {
	list-style-type: none;
	padding: 50px 5px 5px 17px;
}

#leftbar ul li a {
	color: #3C465E;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

#leftbar ul li a:hover {
	text-decoration: underline;
}

#header a {
	width: 500px;
	height: 70px;
	display: block;
	color: #bbc2dc;	
}

#header h1 {
	color: #bbc2dc;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

#languageSelection {
	float: right;
	width: 150px;
	padding: 10px 0 0 0;
}

#languageSelection a {
	display: inline;
	color: #0c1d5e;
	font-size: 1.1em;
	text-decoration: none;
}

#languageSelection a:hover {
	text-decoration: underline;
}

/* Etusivukohtaiset */

div.frontpage #main {
	background: url("/style/img/bg-main-front.gif") top left repeat-y;
}

div.frontpage #contentarea {
	width: 613px;
	background: url("/style/img/bg-contentarea-front.jpg") top left no-repeat;
	padding: 350px 0 20px 0;
}

#welcome-fi {
	width: 400px;
	height: 200px;
	background: url("/style/img/bg-front-desc-FI.gif") center top no-repeat;
	float: left;
	color: #5a6483;
	font-size: 1px;
}

#welcome-en {
	width: 400px;
	height: 170px;
	background: url("/style/img/bg-front-desc-EN.gif") center top no-repeat;
	float: left;
	color: #5a6483;
	font-size: 1px;
}


#news {
	width: 213px;
	float: left;
	padding: 0 0 0 0;
}

#news h2 {
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

#news ul li {
	font-family: verdana;
	list-style-type: none;
	padding: 0 10px 10px 10px;
	font-size: 1.2em;
}

/* Haku */
#searchField {
	width: 170px;
	margin: 20px 0 0 10px;
	border: 1px solid #2e365b;
	padding: 2px;
	font-family: inherit;
	background-color: #ebebf4;
}

#searchSubmit {
	float: right;
	margin: 3px 10px 0 0;
	font-size: 1em;
}


/* Sitemap */ 
#sitemap ul
{
	padding-left: 20px;
}

#contentarea #sitemap ul li a
{
    font-size: 12px;
}



#contentarea ul li a, #contentarea td a
{
	font-size: 1em;
}

#contentarea ul li, #contentarea td
{
	font-size: 1.2em;
}

#contentarea ul
{
	padding-left: 20px;
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

