
@import "/common/css/common_styles.css";
@import "/common/css/common_style_original.css";

body {
	background-color: #fff;
}


/* Invisible skip to content link */
#skip_to_content {
	display: none;
}


/*BM:MAIN SECTIONS ----------------------------------------------------*/

#main_container {
  width: 100%;
}

#left_col {
	display: none;
}

#content {
	margin-bottom: 5px;
	text-align: left;
	color: #000;
}

/* class for #content div */
.frontpage {
	width: 100%;
	float: none;
	margin: 0;
}

/* class for #content div */
.subpage {
	float: none;
	margin: 0;
	border: 0;
	width: 100%;
}

#right_col {
	display: none;
}

/*BM:SHARED STYLES--------------------------------------------------------*/

.boxheader {
	text-transform: uppercase;
	padding: 0;
	/*padding-top: 2px;*/
	line-height: 18px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #336699;
	border: 1px solid #336699;
	border-bottom: 0;
	vertical-align: bottom;
	margin: 0;
	margin-top: 5px;
}



.breadcrumb { 
	display: none;
}


/*BM:CONTENT -----------------------------------------------------------*/

#content .newsheader {
	background-image: none;
	text-indent: 0;
}

/* NEWS */
.newsbox {
	border: 0;
	background-color: #fff;
	padding: 0;
	margin: 0;
}


/*BM:HEADER -----------------------------------------------------------*/

#header {
	display: none;
}

/* Kuntalista sivun ylälaidassa */
#munclist
{
	display: none;
}


/*BM:FOOTER -----------------------------------------------------------*/

#footer {
	clear: both;
	text-align: left;
	margin: 0;
	margin-top: 2em;
	width: 100%;
	border: 0;
	border-top: 1px solid #666;
	background-image: none;
	vertical-align: text-bottom;
}