html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
}

.container {
	width: 100%;
	height: 100%;
	width: 810px;
	margin: 0 auto;
}	

.contentarea {
	width: 810px;
	height: 562px;
	background-color: white;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat;
}

a.ffrc {
	display: block;
	width: 179px;
	height: 12px;
	background: url('../images/right_btn_ffrc_inact.gif') 0 0 no-repeat;
	text-decoration: none;
}

a:hover.ffrc {
	background: url('../images/right_btn_ffrc_act.gif') 0 0 no-repeat;
}

a.tse {
	display: block;
	width: 146px;
	height: 12px;
	background: url('../images/right_btn_tse_inact.gif') 0 0 no-repeat;
	text-decoration: none;
}

a:hover.tse {
	background: url('../images/right_btn_tse_act.gif') 0 0 no-repeat;
}

a.ajankohtaista {
	display: block;
	width: 180px;
	height: 20px;
	background: url('../images/right_btn_ajankohtaista_inact.gif') 0 0 no-repeat;
	text-decoration: none;
}

a:hover.ajankohtaista {
	background: url('../images/right_btn_ajankohtaista_act.gif') 0 0 no-repeat;
}

div.ajankohtaista {
	display: block;
	width: 180px;
	height: 20px;
	background: url('../images/right_btn_ajankohtaista_act.gif') 0 0 no-repeat;
	text-decoration: none;
}

a.hankkeet {
	display: block;
	width: 180px;
	height: 20px;
	background: url('../images/right_btn_hankkeet_inact.gif') 0 0 no-repeat;
	text-decoration: none;
}

a:hover.hankkeet {
	background: url('../images/right_btn_hankkeet_act.gif') 0 0 no-repeat;
}

div.hankkeet {
	display: block;
	width: 180px;
	height: 20px;
	background: url('../images/right_btn_hankkeet_act.gif') 0 0 no-repeat;
	text-decoration: none;
}

a.toiminta-ajatus {
	display: block;
	width: 180px;
	height: 20px;
	background: url('../images/right_btn_toiminta-ajatus_inact.gif') 0 0 no-repeat;
	text-decoration: none;
}

a:hover.toiminta-ajatus {
	background: url('../images/right_btn_toiminta-ajatus_act.gif') 0 0 no-repeat;
}

div.toiminta-ajatus {
	display: block;
	width: 180px;
	height: 20px;
	background: url('../images/right_btn_toiminta-ajatus_act.gif') 0 0 no-repeat;
	text-decoration: none;
}

a.yhteystiedot {
	display: block;
	width: 180px;
	height: 20px;
	background: url('../images/right_btn_yhteystiedot_inact.gif') 0 0 no-repeat;
	text-decoration: none;
}

a:hover.yhteystiedot {
	background: url('../images/right_btn_yhteystiedot_act.gif') 0 0 no-repeat;
}

div.yhteystiedot {
	display: block;
	width: 180px;
	height: 20px;
	background: url('../images/right_btn_yhteystiedot_act.gif') 0 0 no-repeat;
	text-decoration: none;
}

a.rf {
	display: block;
	width: 180px;
	height: 90px;
	background: url('../images/right_btn_rf_inact.gif') 0 0 no-repeat;
	text-decoration: none;
}

a:hover.rf {
	background: url('../images/right_btn_rf_act.gif') 0 0 no-repeat;
}

.preload {
	position: absolute;
	top: -100px;
	left: -100px;
}

/*
.bodytext {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
}

.titletext {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
}
*/
h1 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	/*line-height: 18px;*/
	margin: 0 0 5px 0;
	padding: 0px;
}

.bodytext {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 5px 0 15px 0;
	padding: 0px;
}

li.bodytext {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0px;
}

a.normal {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	color: #e400ff;
}

.halfline {
	font-size: 6px;
	line-height: 6px;
	text-indent: -9999px;
}

.more_btm {
	margin-bottom: 16px;
}

.no_btm {
	margin-bottom: 0px;
}