body {
	background-image:url(images/tausta.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #043E74;
}
#logo {
	width: 185px;
	height: 35px;
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 35px;
}
ul#linkit {
	margin-left: auto;
	margin-left: auto;
	width: 443px;
	list-style-type: none;
	margin-right: auto;
	display: block;
	padding: 0px;
}
ul#linkit li {
	display: block;
	float: left;
}
ul#linkit li a {
	display: block;
	float: left;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
ul#linkit li a:hover {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #FFF;
	color: #043E74;
}
.clear {
	clear: both;
}
#kontti {
	width: 789px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}
#top {
	width: 789px;
	height: 25px;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
}
#sisalto {
	width: 789px;
	height: auto;
	background-image:url(images/mid.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
#vasen {
	float: left;
	width: 509px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	height: auto;
}
#oikea {
	float: right;
	width: 219px;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #04417A;
}
#bottom {
	width: 789px;
	height: 105px;
	background-image: url(images/bottom.png);
	background-repeat:no-repeat;
}
h1 {
	margin-top: 0px;
	color: #022D54;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
}
th {
	text-align: left;
	background-color: #03305C;
	color: #FFF;
	padding: 10px;
	border: 1px solid #032F57;
}
td {
	border: 1px solid #04437E;
	padding: 5px;
}
h3 {
	color: #03335F;
}
input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('images/bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.form label {
	margin-left: 10px;
	color: #03315D;
}

.submit input {
	width: auto;
	padding: 9px 15px;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #044581;
}
ul.links {
	color: #333;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.links li {
	display: block;
}
ul.links li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #032D54;
	background-image: url(images/arrow_right_blue_round.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	font-weight: bold;
	text-indent: 15px;
}
ul.links li a:hover {
	text-decoration: underline;
}
