html {
	padding				:	0px;
	width				:	100%;
	text-align			:	center;
	color				:	#000;
	margin				:	0px;
}

body {
	margin:0;
	padding:0;
	text-align			:	center;
	font-size			:	10px;
	font-family			:	Arial, Helvetica, sans-serif;
	background			:	url('/img/bg.gif') repeat-x top left;

}

html, body {
min-height: 100%;
height: 100%
}


input {
	font-size			:	1em;
	font-family			:	Arial, Helvetica, sans-serif;
}

table, td, tr, tbody {
	font-size			:	1.0em;
}	

p {
	margin				:	0 0 1em 0;
}

h1,h2,h3,h4,h5,h6 {
 	font-size			:	1em;
	color				:	#575757;
	padding				:	0;
	margin				:	0;
	margin-bottom		:	1em;
}

#pageWidth {
	width				:	967px;
	margin-left			:	auto;
	margin-right		:	auto;
	text-align			:	left;
}

#headerHolder {
	height				:	106px;
	position			:	relative;
	background			:	url('/img/logo.gif') no-repeat center center;
}

#leftHeader {
	position			:	absolute;
	top					:	20px;
	left				:	0;
	font-size			:	1.2em;
	font-weight			:	bold;
}

#rightHeader {
	position			:	absolute;
	top					:	65px;
	right				:	0;
}

#rightHeader img {
	border				:	none;
}

#decPicHolder {
	padding				:	11px;
	position			:	relative;
	background			:	#154c7d;
}

#decLeft {
	width				:	8px;
	height				:	265px;
	position			:	absolute;
	left				:	-8px;
	top					:	0;
	background			:	url('/img/decleft2.jpg') no-repeat top left;
}

#decRight {
	width				:	8px;
	height				:	265px;
	position			:	absolute;
	right				:	-8px;
	top					:	0;
	background			:	url('/img/decright2.jpg') no-repeat top left;
}

#decPic {
	width				:	945px;
	height				:	270px;
	overflow			:	hidden;
	background			:	#fff;
	position			:	relative;
}

#banner {
	width				:	945px;
	height				:	270px;
	position			:	absolute;
	top					:	0;
	left				:	0;
}

#menuHolder {
	height				:	30px;
	position			:	relative;
	background			:	#fff;
}

.mlddm {
	list-style			:	none;
	margin				:	0px;
	padding				:	0px;
}

.mlddm li {
	float				:	left;
	margin				:	0;
	padding				:	0;
}

.mlddm li a {
	font-family			:	Georgia, serif;
	padding				:	0px 19px;
	line-height			:	30px;
	font-size			:	1.2em;
	color				:	#154c7d;
	text-decoration		:	none;
	font-weight			:	bold;
	float				:	left;
	display				:	block;
}

.mlddm li.active {
	background			:	none;
}

.mlddm li a.active {
	color				:	#ffffff;
	background			:	#728fa1;	
}

.mlddm li a:hover {
	
	text-decoration		:	underline;
}

.mlddm li a.active:hover {
	text-decoration		:	none;
}

.mlddm ul {
	z-index				:	100;
	position			:	absolute;
	visibility			:	hidden;
	margin				:	4px 0 0 19px;
	padding				:	0;
	background			:	#dce4e9;
	border				:	1px solid #cccccc;
}

.mlddm ul li {
	float				:	none;
}

.mlddm ul li a {
	display				:	block;
	width				:	auto;
	margin				:	0px;
	padding				:	0px 15px;
	line-height			:	30px;
	text-transform		:	none;
	position			:	static;
	font-weight			:	normal;
	color				:	#333333;
	background			:	none;
	border-width		:	0;
}
	
.mlddm ul li a:hover {
	background			:	#728fa1;
	text-decoration		:	none;
	color				:	#ffffff;
}	


.mlddm ul li.active {
	background			:	none;
}
.mlddm ul li a.active {
	font-weight			:	bold;
	border				:	none;
	color				:	#333;
	background			:	none;
}

.mlddm ul li a.active:hover {
	color				:	#fff;
	background			:	#728fa1;
}

.mlddm ul ul {
	margin				:	0px;
}

.mlddm ul li .hsub {
	background			:	transparent no-repeat right url(../../templates/clean/img/arrow.gif)
}

.mlddm ul li .hsub:hover {
	background			:	#728fa1 no-repeat right url(../../templates/clean/img/arrow.gif)
}

.mlddm ul li .hsubActive {
	font-weight			:	bold;
	background			:	transparent no-repeat right url(../../templates/clean/img/arrow.gif)
}

.mlddm ul li .hsubActive:hover {
	background			:	#728fa1 no-repeat right url(../../templates/clean/img/arrow.gif)
}


#contentHolder {
	padding				:	20px 0 30px 0;
}


#leftContentHolder {
	width				:	456px;
	min-height			:	250px;
	float				:	left;
	background			:	url('/img/contentborder.gif') no-repeat right top;
}

#leftContent {
	padding-right		:	20px;
}

#rightContentHolder {
	width				:	488px;
	float				:	right;
}

#galleryLeftContentHolder {
	width				:	200px;
	min-height			:	250px;
	float				:	left;
	background			:	url('/img/contentborder.gif') no-repeat right top;
}

#galleryRightContentHolder {
	width				:	730px;
	float				:	right;
}

.newsBox {
	border				:	1px solid #c4c4c4;
	padding				:	5px;
	background			:	#e9eff5;
	position			:	relative;
}

#tvHolder {
	position			:	absolute;
	top					:	-60px;
	right				:	10px;
}

.content {
	font-size			:	1.2em;
	font-family			:	Georgia, serif;
}

.content a {
	color				:	#154c7d;
	font-weight			:	bold;
	text-decoration		:	none;
}

.content a:hover {
	text-decoration		:	underline;
}

.content img {
	border				:	none;
}



.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-size			:	1.8em;
	color				:	#000;
	font-family			:	Georgia, serif;
}

.content h1 {
	font-size			:	1.8em;
}

.content h2 {
	font-size			:	1.6em;
}

.content h3 {
	font-size			:	1.4em;
}

.content h4 {
	font-size			:	1.2em;
}

.content h5 {
	font-size			:	1.0em;
}

.content h6 {
	font-size			:	1.0em;
}

#channelHolder {
	border-top			:	1px solid #154c7d;
	padding-bottom		:	23px;
}

.singleChannelHolder {
	float				:	left;
	padding				:	25px 13px 0 13px;
}

.singleChannelHolder img {
	border				:	none;
}

#footer {
	color				:	#000;
	font-size			:	1.2em;
	padding-top			:	6px;
	padding-bottom		:	6px;
	text-align			:	center;
	border-top			:	1px solid #154c7d;
}

#footer p {
	margin				:	0;
}

#footer a {
	color				:	#000;
	text-decoration		:	none;
}

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

.imageGalleryImage {
	float				:	left;
}

.imageGalleryImage img {
	border				:	none;
}
.imageGalleryImage .image {
	padding				:	10px;
}

.timeSpan {
	padding				:	0 5px;
}

.subnavi {
	margin				:	0;
	padding				:	0;
	list-style			:	none;
}

.subnavi li {
	margin				:	0;
	padding				:	0;
}

.subnavi li a {
	padding				:	4px;
	line-height			:	1.8em;
	color				:	#154c7d;
}

.subnavi li a.active {
	background			:	#728fa1;
	color				:	#fff;
}

div.FormFieldHolder {
	margin-top			:	10px;
	width				:	400px;
	padding-bottom		:	4px;
}

div.FormFieldName {
	float				:	left;
	width				:	150px;
	height				:	100%;
	min-height			:	100%;
}

div.FormField {
	float				:	right;
	width				:	220px;
}

.Cleaner {
	clear				:	both;
	height				:	1px;
	line-height			:	1px;
}

div.FormField input,div.FormField select,div.FormField textarea {
	width				:	220px;
	font-family			:	Arial, sans-serif;
	font-size			:	1em;
}

.news .date {
	font-size			:	1.4em;
	font-weight			:	bold;
}

.newsListDate {
	font-size			:	1.4em;
	font-weight			:	bold;
	padding				:	10px 0;
	margin-top			:	10px;
	border-top			:	1px solid #000;

}

.newsList {
	
}


/*
.newsHeader {
	font-size			:	2.0em;
	font-family			:	Georgia, serif;
}*/

.clearfix:after, .content .ComponentArea:after {
	content				:	".";
	display				:	block;
	height				:	0;
	clear				:	both;
	visibility			:	hidden;
}

.clearfix, .content .ComponentArea  {display:inline-block;}
/* Piilotellaan IE Mac:lta \*/
.clearfix, .content .ComponentArea  {display:block;}
/* Lopetellaan piilottelu */

/*printtailut*/ 

@media print{ 

body { 
	color : #000000;
	background : transparent; 
	background-color: #ffffff;
}

img {
	display:static;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#pageTop, #header, #naviHolder, #footer, #madeBy, #leftCol, #decPic, #pageBtm {
	display				:	none;
}


#logo, #pageTop, #pageBtm, #leftPageSide, #decPic, #naviHolder, #footer, .oneColPlusNavi .lefty {
	display				:	none;
}

#pageWidth, #pageBody, #pageInner, #contentHolder, #rightCol, #content1 {
	width				:	auto;
	height				:	auto;
	border-left			:	0;
	margin				:	0;
	padding				:	0;
	float				:	none !important; 
	overflow			:	visible;
	background			:	transparent;
	color				:	#000000;
	background-color	:	#ffffff;
	font-family			:	Arial, Helvetica, sans-serif;
	font-size			:	12px;
}

}
nt-size			:	12px;
}

}
