@charset "UTF-8";
/* CSS Document */

html, body {padding:0; margin:0; font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:18px; color:#1b1c1c; text-align:center; background:url(images/bg.jpg) repeat-x top center #ffffff; border:0; margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;}
p {font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:18px; color:#1b1c1c; margin-top:0;}
a {color:#345894; font-weight:bold; text-decoration:none;}
a:hover{text-decoration:underline;}
h1{color:#345894; font-size:18px; font-weight:bold; line-height:21px;}
h2{color:#345894; font-size:16px; font-weight:bold;}
h3{color:#345894; font-size:14px; font-weight:bold;}
img{border:0;}

a.navion {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; line-height:18px; color:#345894; font-weight:normal; text-transform:uppercase; margin:0 8px 4px 8px;}
a.navi {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; line-height:18px; color:#333434; font-weight:normal; text-transform:uppercase; margin:0 8px 4px 8px;}

table.koko{margin-top:10px;}

td.header{
	background: url(images/bg_header.jpg) no-repeat center top;
	width:940px;
	height:130px;
	padding:0;
	margin:0;
}

td.content{
	background: url(images/bg_content.png) repeat-y center top;
	width:940px;
	height:130px;
	padding:0;
	margin:0;
	height:420px;
	_height:420px;
}

td.content_kunnossapito{
	background: url(images/bg_content.png) repeat-y center top;
	width:940px;
	height:130px;
	padding:0;
	margin:0;
	height:460px;
	_height:460px;
}


	
td.bottom{
	background: url(images/bg_bottom.jpg) no-repeat center top;
	height:55px;
	
}

td.footer{
	height:68px;
	
}

ul
{
list-style-image:url("images/bullet.jpg");
list-style-type:square;
}