body {
	margin: 0;
	padding: 0;
	font: small Arial, sans-serif;
	color: #222;
	background: #FAFCFD url(kuvat/tausta.jpg) repeat-y top left;
	}
h1 {
	margin: 0 0 12px 0;
	width: 230px;
	border-bottom: 1px solid #CFD8DD;
	font: 17px "Trebuchet MS", sans-serif; 
	font-weight: bold;
	color: #0051A7;
	}
h2 { 
	margin: 0 0 5px 0;
	width: 180px;
	border-bottom: 1px solid #D7E1E6;
	font: 15px "Trebuchet MS", sans-serif; 
	font-weight: bold;
	color: #0051A7;
	clear: both;
	}
p, ul { margin-top: 0; }
a {
	text-decoration: none;
	color: #0051A7;
	}
a:hover, a:active {
	color: #6AAFDC;
	border-bottom: 1px solid #CFD8DD;
	}

#kokosivu {
	width: 760px;
	background: url(kuvat/ylatausta.jpg) no-repeat top left;
	}
#otsikko { height: 500px; }
	#otsikko h1 {
	margin: 0;
	padding: 0;
	width: auto;
	font: x-small Arial, sans-serif;
	font-weight: normal;
	border: none;
	color: #B4CFEA;
		}
	#logo {
		margin: 0;
		position: absolute;
		top: 25px;
		left: 100px;
		font: 36px "Trebuchet MS", sans-serif;
		font-weight: bold;
		color: #EEE;
		}
	#otsikko h2 {
		margin: 0;
		padding: 0 20px 0 5px;
		width: auto;
		position: absolute;
		top: 100px;
		left: 200px;
		font: 24px "Trebuchet MS", sans-serif;
		font-weight: bold;
		color: #CCC;
		border-bottom: 1px solid #CFD8DD;
		}

#menu {
	position: absolute;
	top: 170px;
	left: 10px;
	font: 15px "Trebuchet MS", sans-serif;
	font-weight: bold;
	}
	#menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
	#menu ul a {
		display: block;
		width: 120px;
		padding-top: 5px;
		border-bottom: 1px solid #E1E6EB;
		color: #0051A7;
		}
	#menu ul a:hover { border-bottom: 1px solid #CFD8DD; color: #6AAFDC; }
	#menu ul li.valittu a { border-bottom: 1px solid #CFD8DD; }
/*	.navi a {
		display: block;
		width: 120px;
		padding-top: 5px;
		border-bottom: 1px solid #E1E6EB;
		color: #0051A7;
		}
	.navi a:hover {
		border-bottom: 1px solid #CFD8DD;
		color: #6AAFDC;
		}
	.navi a.valittu { border-bottom: 1px solid #CFD8DD; } */
#sisalto {
	position: absolute;
	top: 170px;
	left: 155px;
	width: 500px;
	padding-bottom: 100px;
	}
	#alatunniste {
		padding-top: 30px;
		color: #CFD8DD;
		font-size: x-small;
		}
/* Etusivu */
ul#syyt {
	margin: 0 0 0 20px;
	padding: 0;
	}
	#syyt strong {
		font-weight: bold;
		font-family: "Trebuchet MS", sans-serif;
		}
/* KÃ¤denjÃ¤lki */
a img { border: 1px solid #CFD8DD; }
a:hover img { border: 1px solid #4392E3; }
a.kadenjalki {
	float: right;
	border: 0;
	margin: 0 0 5px 10px;
	}
	
/* Yhteystiedot */
ul.yhteys {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}
p.virhe { color: #FF0000; }
form h2 { border: 0; }
fieldset {
	border: 0;
	margin: 0;
	padding:0;
	}
input, textarea { font: 14px Arial, sans-serif; }
input, textarea {
	font: 14px Arial, sans-serif;
	border: 1px solid #CFD8DD;
	margin-bottom: 5px;
	}
input.painike {
	margin-top: 10px;
	background-color: #E5EAEE;
	cursor: pointer;
	}
input.painike:hover { color: #555; }
