/* SIVUSTON PERUSRAKENNE*/

html,body { /* Sivuston tausta */
	height:100%;
	text-align: center;
	background: #f9fbf4 url(../images/site_bg.jpg) repeat-x left top;
}

div#container { /* Sisältöalue */
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#topline {
	float: left;
	height: 25px;
	background-color: #f9fbf4;
}

div#mainimage { /* Header */
 	width: 980px;
 	float: left;
 	height: 180px;
}

div#menuline {
	width: 980px;
	float: left;
	height: 39px;
	background: #4a9400 url(../images/menu_img.jpg) no-repeat left top;
}

div#centerline {
	width: 980px;
	float: left;
	height: 51px;
}

div#content { /* Sisältöalue */
 	margin: 0;
 	width: 980px;
 	float: left;
}

div#leftcolumn { /* Vasen palsta */
	margin: 0;
 	width: 540px;
 	float: left;
	text-align: left;
	vertical-align: top;
	margin-right: 10px;
}

div#rightcolumn { /* Oikea palsta */
 	float: right;
 	margin: 0;
 	width: 430px;
 	text-align: left;
	vertical-align: top;
}

div#footer { /* Footer */
	clear: both;
	width: 980px;
	height: 40px;
	margin-top: 40px;
	background: #eeeeee no-repeat;
	float: left;
	display: block;
}


/* ELEMENTIT */

div#textarea {
	float: left;
	width: 520px;
	padding-left: 5px;
}

div#textarea_narrow {
	float: left;
	width: 200px;
	padding-left: 5px;
}

div#textarea_image {
	float: left;
	width: 320px;
}

div#title_left {
	float: left;
	width: 520px;
	height: 34px;
	text-align: left;
	margin-bottom: 10px;
}

div#title_right {
	float: left;
	width: 430px;
	height: 30px;
	text-align: left;
}

div#content_right {
	float: left;
	width: 390px;
	text-align: left;
	background-color: #eeeeee;
	padding: 10px 20px 20px;
}

div#menu_right {
	float: left;
	width: 430px;
	text-align: left;
	background-color: #eeeeee;
}

div#content_service {
	float: left;
	width: 980px;
	margin-top: 40px;
	text-align: left;
}

div#footer_content {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	text-align: left;
}

.module {
	float: left;
	width: 190px;
	height: 190px;
	margin-right: 7px;
}

.module_right {
	float: right;
	width: 190px;
	height: 190px;
}

.module_title {
	float: left;
	width: 190px;
	height: 30px;
}

.module_content {
	float: left;
	width: 190px;
	height: 160px;
}

.newsbox {
	float: left;
	width: 350px;
	margin-top: 10px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}



