a {text-decoration: underline; color:#555;}
a:hover {text-decoration: none; color:#aaa;}


body {
	background: url(taustaa.jpg) repeat-x #cacaca fixed;
	text-align: justify;
	margin: 20px 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color:#000;
	height:100%;
}

.keski {
	width: 1000px;
	margin: 0 auto;
	text-align:center;
	padding:0;
	line-height:0;
	clear:both;
}
.keski img {margin:0;padding:0;width:1000px;}
#sisalto {
	width: 1000px;
	margin: 0 auto;
	background:url(tausta.png) repeat-y transparent;
	min-height: 100px;
}

#linkit {
	list-style:none;
	margin:0;
	padding-left:30px;
	float:left;
	margin-right:40px;
	padding-top:0;
	width: 200px;
}
#linkit li {
	padding: 0 0 15px 0;
	margin:0;
}
#linkit li a {
	border: 1px solid #dfdfdf;
	background:#f7f7f7;
	text-decoration:none;
	padding: 10px;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#222;
	font-size: 17px;
	font-family:"roboto condensed", arial, "arial narrow", sans-serif;
	text-transform:uppercase;
	-webkit-box-shadow: 1px 1px 8px #eee;
	-webkit-box-shadow: 1px 1px 8px #ddd inset;
	-moz-box-shadow: 1px 1px 8px #eee;
	-moz-box-shadow: 1px 1px 8px #ddd inset;
	box-shadow: 1px 1px 8px #eee;
	box-shadow: 1px 1px 8px #ddd inset;
	text-shadow: 1px 1px 1px #fff;
}
#linkit li a:hover {
	border: 1px solid #d9d9d9;
	background:#eee;
	text-decoration:none;
	color:#276aa8;
}

#tekstit {
	width: 700px;
	float:left;
	font-size:12pt;
	text-align:left;
	line-height:1.6;
	font-family:'Roboto Condensed',"arial narrow",arial,sans-serif;
}
.alku {
	font-size: 14pt;
	font-family:oswald,arial,sans-serif;
	line-height:1.7;
	color:#222;
}

#alalaatikko {
	border: 1px solid #bbb;
	background:#cfcfcf;
	margin: 10px auto;
	width: 995px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	font-size:11px;
	color:#999;
	padding: 10px 0;
}

#yhteys {
	width: 400px;
	float:left;
	border-right: 1px dotted #aaa;
}
#yhtvier {
	float:left;
	width:290px;
	padding-left:10px;
}
#yhteys .tieto {width:150px;}
#yhteys .lom {padding-right:15px;}

.kkuva {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h1 {display:none;}