/* CSS EPELI (c) 2005 SSC International Oy*/

/**************** SCROLL FIX ***********/
html {
	height:100%; /*Jumping scrolling bar fix*/
	margin-bottom:1px;
}

/*************** YLEISET ***************/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FF9600;
	background-image:url(pics/bg.gif);
	background-repeat:repeat;
	margin:15px 0 0 0;
}

/*************** WRAP *****************/

#wrap {
	width:855px;
	margin:0 auto 0 auto;

}

/************** HEADER *********************/
#header {
	background-image:url(pics/header_bg2.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:855px;
	height:104px;
	margin:0;
	/*border:1px solid black;*/
}

#header_table  {
	/*width:855px;*/
	/*height:105px;*/

}

#header_login_table {
	width:560px;
	height:40px;
	background-color:#FFB44C;
	margin:0;
}

.form_textbox {
	background-color:#E67E00;
	border-width:0;
}

/************ NAVIGATION *************/
#navi {
	position:relative;
	width:178px;
	height:555px;
	float:left;
	margin:0;
	padding:10px 0 10px 0 ;
	background-image:url(pics/navi_bg.gif);
	background-repeat:repeat;
	/*border:1px solid gray;*/ /*FOR DEBUGGING ONLY*/
	z-index:1;
}

#navi a, #navi a:visited, #navi a:active {
	margin-left:13px;
	padding:5px 5px 5px 20px;
	background-image:url(pics/nuoli1.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#navi a:hover {
	text-decoration:underline;
}

#navi_ala a, #navi_ala a:visited, #navi_ala a:active {
	margin-left:13px;
	/*padding:5px 5px 5px 20px;*/
	background-image:url(pics/nuoli4.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#navi_ala a:hover {
	text-decoration:underline;
}
	
/********** CONTENT ***************/
#content {
	/*position:relative;*/
	float:right;
	width:667px;
	min-height:525px;
	border:5px solid white;
	background-image:url(pics/content_bg.gif);
	background-repeat:repeat;
	/*margin-left:178px;*/
}

#content p {
	font-weight:bold;
	font-size:10pt;
}

#content a {
	font-weight:bold;
	font-size:9pt;
	color:#86192C;
	display:block;
	margin:18px 0 0px 15px;
	text-decoration:none;
}

#content a:hover, a:active, a:visited {
	text-decoration:underline;
}

#content img {
	border:0;
}

#uutta{
}

#uutta a, a:active, a:visited{
	font-weight:bold;
	font-size:9pt;
	color:#86192C;
	/*display:block;*/
	margin:0;
	text-decoration:none;
}

#uutta a:hover {
	text-decoration:underline;
}

.white_narrow_box {
	background-image:url(pics/white_narrow_box_bg.gif);
}

.orange_wide_box {
	background-image:url(pics/orange_wide_box_bg.gif);
}

.white_wide_box {
	background-image:url(pics/white_wide_box_bg.gif);
}

/******** ALASIVU CONTENT ****************/

#alasivu_content {
	float:right;
	width:667px;
	min-height:525px;
	/*height:525px;*/
	border:5px solid white;
	background-image:url(pics/content_bg.gif);
	background-repeat:repeat;
}

#alasivu_content_plain {
	float:center;
	width:667px;
	min-height:525px;
	/*height:525px;*/
	border:5px solid white;
	background-image:url(pics/content_bg.gif);
	background-repeat:repeat;
}

#alasivu_content h1 {
	font-size:15pt;
	color:#751322;
	font-weight:bold;
}

#alasivu_content_plain h1 {
	font-size:15pt;
	color:#751322;
	font-weight:bold;
}

#alasivu_content h2 {
	font-size:10pt;
	color:black;
	font-weight:bold;
}


#alasivu_content p {
	color:black;
	font-size:10pt;
	font-weight:normal;
}

#alasivu_content_plain p {
	color:black;
	font-size:10pt;
	font-weight:normal;
}

#alasivu.content img {
	
}

.alasivu_content_table {
	margin:12px;
}

.alasivu_content_td {
		background-color:#FFFFFF;
		padding:0 15px 0 15px;
		line-height:15pt;
}


/********* FOOTER *************/
#footer {
	clear:both;
	width:677px;
	height:10px;
	margin-left:178px;
	background-image:url(pics/footer.gif);
	background-repeat:no-repeat;
	background-position:top;
}


