html {
     overflow: -moz-scrollbars-vertical;
}

body{
	padding: 0;
	margin: 0;
}

#container{
	background: white url(../../images/bg_left.gif) repeat-x;
	width: 100%;
	height: 244px;
}

#content{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
}

#left{
	float: left;
	width: 215px;
}

#right{
	float: left;
	width: 775px;
	background: transparent url(../../images/bg_right.gif) no-repeat top right;
}


/**** HEADER ****/
#header-logo{
	background: transparent url(../../images/logo2.gif) no-repeat top;
	width: 215px;
	height: 102px;
}

#header-logo-txt{
	color: #555555;
	font-size: 11px;
	padding: 15px 0 0 8px;
	border-bottom: 1px solid #F5F6F6;
	font-size: 10px;
}

#header-logo-txt p{
	font-size: 10px;
}

#header-banner{
	background: transparent url(../../images/slogan.jpg) no-repeat left;
	width: 697px;
/*	height: 214px;	*/
	height: 257px;
	margin-left: 6px;
}


/****  ****/
#pagecontent-bg{
	background: transparent url(../../images/content-bottom-bg2.gif) repeat-y;
}

#pagecontent{
	background: transparent url(../../images/content-bottom-bg.gif) no-repeat bottom left;
	padding: 10px 100px 20px 40px;

	min-height: 250px;
	height:auto !important;
	height: 250px;

	/*height:100% !important;
	min-height: 250px;*/

}

/* for Internet Explorer */
* html #pagecontent{
	height: 250px;
}


/**** FOOTER ****/
#footer{
	height: 20px;
	text-align: center;
}

#footer a img{
	margin-top: 10px;
	border: 0;
}

/**** VALIKKO  ****/
ul#navi-main{
	list-style: none;
	margin: 50px 0 0 30px;
	padding: 0;
}

ul#navi-main li{
	
}

ul#navi-main li a, ul#navi-main li a:visited{
	color: #1E99D2;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

ul#navi-main li a:hover, ul#navi-main li a.selected{
	color: #2AB700;
	background: transparent url(../../images/arrow.gif) no-repeat left;
}

.link-padding{
	padding-left: 12px;
}

ul#navi-main li ul{
	list-style: none;
	margin: 0;
}

ul#navi-main li ul{
	list-style: none;
	padding-left: 12px;
}


/**** FORM  ****/
.button{
	color: black;
	background: #DDE4DE;
	border: 1px solid #A9ADAA;
}

.text{
	border: 1px solid #A9ADAA;
	padding-left: 2px;
}


/**** HAKU  ****/
.result{
	margin: 10px 0 0 0;
}

.searchHighlight{
	/*background: #E5F6FF;*/
	font-weight: bold;
}

.highlight{
	background: #E5F6FF;
}

/**** Kieliversiot ****/
#languagebar{
	padding: 10px 0 0 37px;
}

#languagebar a img{
	border:0;
	padding-left: 5px;
}

/***********************/
.c{
	clear: both;
}


/********************************
*	MESSAGE
********************************/
.message{
	border: 1px solid #1E99D2;
	margin-bottom: 10px;
	background: #F2F8F9;
}

.message p{
	padding: 5px;
}