html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
#template {
	position: absolute;
	z-index: 1;
	left: 185px;
	top: 23px;
}
#wrapper {
	width: 100%;
	height: 99%;
	position: relative;
	top: 50%;
	}
	#wrapper[id] {display: table; position: static;}

#content {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	}
	#content[id] {display: table-cell; vertical-align: middle; position: static;}
		
#sivu {
	position:relative;
	z-index:10;
	width: 940px;
	/*height: 474px;*/
	top: -50%;
	text-align: left;
	background: url(../images/top_background.gif) no-repeat transparent;
	}
	#sivu[id] {margin-left: auto; margin-right: auto;} /* for all browsers*/
	
#topcont {
	height: 96px;
	width: 940px
}
#sisalto {
	width: 940px;
	padding: 12px 0 0;
}
#vasen {
	position: relative;
	width: 200px;
	height:450px;
	float: left;
	clear: left;
	left: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	overflow: hidden;
}
#keski {
	width: 383px;
	height: 450px;
	padding-left: 10px;
	float: left;
	clear: none;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	z-index: 10;
	background-color: #FFFFFF;
	overflow: auto;
	}
	div#keski.fullWidth {
		width: 709px;
		clear: right;
	}
	
.imageswap {
	height: 450px;
	width: 315px;
}
.keski-sis {
	width: 360px;
	padding-left: 10px;
}
.keski-sis h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e4007d;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
.keski-sis h4 {
	margin-bottom: 0px;
}
.keski-sis h4 span {
	text-transform: uppercase;
	padding: 0px;
	color: #e4007d;
	font-size: 12px;
}
.keski-sis h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #e4007a;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 90%;
}
.keski-sis h3 span {
	color: #e4007a;
}
.left10 {
	margin-left: 10px;
}
#oikea {
	position: relative;
	width: 315px;
	float: right;
	background-color: transparent;
	z-index: 2;
	right: 12px;
}
img {
	border: none;
}
/* Tables */
p.readmore {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 1.2em;
	font-size: 70%;
}
.table {
	clear: left;
	margin: 0.5em 0px 0.2em 30px;
	border: solid 1px rgb(150,150,150);
	border-collapse: collapse;
	background-color: rgb(233,232,244);
	width: 100%;
	height: 100%;
}
.table tr {
	margin: 0px;
	padding: 0px;
}
.table td {
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150);
	text-align: left;
	font-size: 120%;
}
.table td otsikko {
	width: 30%
}
.table td ruutu {
	width: 70%
}
.table th {
	margin: 0px;
	padding: 2px 7px 2px 7px;
	border: solid 1px rgb(150,150,150);
	text-align: left;
	font-size: 120%;
}
.table-caption {
	margin: 0.5em 0px 1.0em 20px;
	padding: 0px;
	clear: both;
	text-align: left;
	font-size: 120%;
}
#footer {
	width: 940px;
	background-color: transparent;
	clear: both;
	float: left;
	height: 14px;
	position:relative;
	margin: 0;
	padding: 0;
	background-image: url(../../../../img2/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.navlist {
	padding: 0;
	background: #FFFFFF;
	width: 95%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 0 0;
}
.navlist li {
	margin: 0;
	list-style-type: none;
	position: relative;
	left: 0px;
}
.navlist li a,
.navlist li #a1 {
	padding: 0px 0px 3px 20px;
	text-decoration: none;
	display: block;
	height: 15px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: transparent;
	background-image: url(../../../../img2/bgmenu1.gif);
	background-repeat: no-repeat;
	}
	.navlist li #a1 {
		padding: 0px 0px 3px 15px;
		height: 10px;
		font-size: 10px;
	}
	.navlist li a:link, 
	.navlist li a:visited, 
	.navlist li #a1:link, 
	.navlist li #a1:visited {
		color: #909090;
		text-decoration: none;
	}
	.navlist li a:hover, 
	.navlist li #a1:hover {
		color: #434343;
		padding: 0px 0px 3px 23px;
		background-color: transparent;
		background-image: url(../../../../img2/bgmenu2.gif);
		background-repeat: no-repeat;
	}
	.navlist li #a1:hover {
		padding: 0px 0px 3px 17px;
	}
	.navlist ul {
		padding-left: 25px;
	}
	
.floatrightClear {
	float: right;
}

#kielivalinta {
	width: 200px;
	position: relative;
	margin-left: 12px;
	padding-top: 18px;
	clear: left;
}
#facebook {
	position: relative;
	margin-right: -32px;
	padding-top: 2px;
	float: right;
	clear: right;
}

.noline-box {
	margin: 0;
	padding-bottom: 12px;
}
