html
{
	font-family: 'Times New Roman';
	font-size: 14px;
	line-height: 24px;
	color: black;
	background: #ffffff url('/img/background.png') 0 102px repeat-x;
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	/* font-size: 24px; */
	font-size: 21px;
	

}

h1
{
	text-transform: uppercase;
	letter-spacing: 0.01em;
	background: transparent url('/img/elements/headingBullet.png') left 5px no-repeat;
	padding-left: 28px;
	margin-top: 21px;
}

h1 strong
{
	color: #00cbef !important;
	font-weight: normal; 
	text-transform: uppercase;
}

h2
{
	font-size: 18px;
	color: #00cbef;
}

h3
{
	font-size: 12px;
}

a
{
	color: #00cbef;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

p
{
	margin-top: 12px;
	margin-bottom: 12px;
}


#top
{
	margin: 0px;
	padding: 0px;
	height: 102px;
	background: transparent none;
}

#top a
{
	display: block;
	width: 277px;
	padding: 37px 35px;
	height: 29px;
	background: transparent url('/img/logo.png') 37px 39px no-repeat;
}

#top a span
{
	display: none;
}

#menu
{
	display: block;
	height: 49px;
	width: 100%;
	background: transparent url('/img/elements/menuBackground.png') 0px 0px repeat-x;
}

#menu ul,
#menu ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu ul
{
	
	display: block;
	height: 48px;
	width: 737px;
	float: left;
}

#menu li a span
{
	display: none;
}

#menu li a
{
	background-image: url('/img/elements/menu.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	float: left;
}


#menu li a div
{
	display: block;
}

#menu li a,
#menu li a div
{
	background-image: url('/img/elements/menu.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 48px;
}


#menu form
{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 48px;
}



#menu form fieldset
{
	display: inline;
	border: none;
	height: 48px;
	margin: 0px;
	padding: 0px;
}

#menu form input
{
	background: #404040;
	color: white;
	margin-top: 16px;
	display: block;
	float: left;
	border: none;
	margin-left: 12px;
}

#menu form legend
{
	display: none;
}

#menu form button
{
	border: none;
	background: transparent;
	margin-top: 13px;
}

.themeImage
{
	display: block;
}

#navSide
{
	float: left;
	padding: 0px;
}

#subMenu
{
	display: block;
	width: 211px;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 17px;
	
}

#subMenu li
{
	display: block;
	list-style-type: none;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 9px;
	padding-bottom: 9px;
}

#subMenu li + li
{
	border-top: none;
	border-top: 1px dotted #000000;
}

#subMenu a
{
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
}

#subMenu b a,
#subMenu a:hover
{
	color: #00cbef;
	text-decoration: none;
}


#subMenu b
{
	display: block;
	background: transparent url('/img/elements/submenuSelectedArrow.png') left 50% no-repeat;
	padding-left: 20px;
}

.belowMenuContent
{
	background: transparent url('/img/elements/submenuBottomBackground.png') left top no-repeat;
	min-height: 227px;
	width: 251px;
	margin-bottom: 14px;
	
}

.belowMenuContent .textBanner
{
	width: 197px;
	margin: 0px 27px;
	padding-top: 81px;
	
	background: transparent url('/img/elements/bannerTop.png') top left no-repeat;
	color: white;
}

.textBanner h1
{
	margin: 0px 27px 0px 27px;
	font-weight: normal;
	display: block;
	padding: 0px;
	text-align: center;
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 33px;
	border-bottom: 1px solid white;
	background: transparent none;
}

.textBanner p
{
	margin: 18px 27px 15px 27px;
	line-height: 18px;
}

.textBanner a
{
	background: transparent url('/img/elements/bannerBottomIE6.png') bottom left no-repeat;
	height: 32px;
	display: block;
}

.textBanner .endTextBanner
{
	background: white url('/img/elements/bannerBottom2.png') bottom left no-repeat;
	height: 32px;
	display: block;
}


.textBanner a span
{
	display: none;
}

.belowMenuContent .list
{
	width: 251px;
	margin: 0px 0px;
	
	
	background: transparent url('/img/elements/articleLowerLeftHeading.png') top left no-repeat;
}

.belowMenuContent .list h1
{
	background: none;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	font-size: 14px;
	margin-left: 50px;
	padding-top: 12px;
	margin-bottom: 30px;
	font-weight: bold;
}

.belowMenuContent .list ul
{
	margin: 0px;
	padding: 0px;
}

.belowMenuContent .list ul li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.belowMenuContent .list ul a
{
	color: black;
	display: block;
	padding-left: 50px;
	padding-right: 50px;
}

.belowMenuContent .list ul a:hover
{
	background: #d4d4d5;
	text-decoration: none;
}


.belowMenuContent .list b
{
	font-size: 12px;
}

.belowMenuContent .list ul span
{
	font-size: 11px;
}

.belowMenuContent .list .archive
{
	margin-left: 50px;
	color: #006c94;
}

#content
{
	display: block;
	float: left;
	margin-left: 42px;
	margin-right: 16px;
	width: 649px;
}

.page
 {
 	width: 652px;
 	border-collapse: collapse;
 	border: none;
 }
 
 .page td
 {
 	width: 475px;
 	vertical-align: top;
 }

 
 .page .images
 {
 	padding-left: 11px;
 	color: #00cbef;
 	font-size: 10px;
 	width: 166px;
 }

.article
 {
 	width: 668px;
 	border-collapse: collapse;
 	border: none;
 }
 
 .article td
 {
 	width: 474px;
 	padding-right: 11px;
 	vertical-align: top;
 }

.article .writer h2
{
	display: none;
}

.article .writer
{
	width: 180px;
	padding: 0px;
	background: url('/img/elements/kirjoittaja.png') no-repeat top;
	padding-top: 79px;
}

.article .writer .data
{
	background: white url('/img/elements/articleLowerRightSide.png') no-repeat bottom;
	padding-bottom: 171px;
	width: 180px;
	display: block;
}

.article .writer .data img
{
	width: 171px;
	height: 124px;
	margin: 0px;
	display: block;
	margin-right: 9px;
}

.article .writer .data p
{
	padding: 0px;
	
	padding-left: 14px;
	padding-right: 10px;
}


.article table
{
	border-collapse: collapse;
	border-color: black;
}

.page table
{
	border-collapse: collapse;
	border-color: black;
}


.monthList
{
	display: block;
	background: transparent url('/img/elements/arrowUp.png') 40px top no-repeat;
	padding-top: 10px;
	
}

.monthList a
{
	color: #1d5c83;
	text-decoration: underline;
}

.monthList ul li
{
	list-style-type: none;
	display: inline;
	margin: 3px;
	padding: 0px;
}

.monthList  ul
{
	background: #D4D4D5;
	padding: 5px;
	margin: 0px;
	
}

.toTop span
{
	display: none;
}

#content .toTop
{
	display: block;
	background: transparent url('/img/elements/toTop.png') 50% 50% no-repeat;
	height: 35px;
	width: 474px;
	margin-bottom: 14px;
	margin-top: 14px;
}


#footer
{
	clear: both;
	background: #d4d4d5 url('/img/logoFooter.png') 47px 50% no-repeat;
	font-size: 12px;
	height: 48px;
	padding: 21px 171px 21px 304px;
}

#footer table
{
	font-size: 12px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

#footer table th
{
	display: none;
}

#footer table td
{
	margin: 0px;
	line-height: normal;
	padding: 0px;
	
}

#footer a
{
	background: transparent url('/img/elements/footerLinkArrow.gif') left 50% no-repeat;
	padding-left: 8px;
	color: #000000;
}


#changeLanguage
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	display: block;
	margin-left: 888px;
	top: 43px;
	font-size: 11px;
	line-height: 11px;
}

#changeLanguage li
{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 5px;
	border-right: 1px solid black;
}

#changeLanguage li + li
{
	border-right: none;
}

#additonalMenu,
#additonalMenu a
{
	font-size: 10px;
	color: #636363;
	text-decoration: none;
}

#additonalMenu,
#copyright
{
	margin-left: 47px;
}

#copyright
{
	color: #00cbef;
	font-size: 10px;
	margin-bottom: 23px;
}

.frontpage
{
	background: transparent url('/img/elements/frontpageRightSlide.png') 630px 0px repeat-y;
	display: block;
	
}

#frontpageContainer
{
	background: #ffffff;
	float: left;
	width: 726px;
}

#frontpageContainer #content
{
	width: 364px;
	border-right: 1px dotted #000000;
	margin-right: 0px;
	padding-right: 35px;
	margin-left: 37px;
	margin-top: 33px;
}

#frontpageContainer #content h1,
#hereAndNow h1
{
	background-image: none;
	padding-left: 0px;
	margin-top: 33px;
}

#hereAndNow ul a
{
	color: black;
}

#frontpageContainer #content h1
{
	margin-top: 0px;
}

#frontpageContainer .pageEnd
{
	float: left;
	background: #ffffff url('/img/elements/frontpageContentBottom.png') left 50% no-repeat;
	
	width: 726px;
	margin-bottom: 6px;
}

.pageEnd span
 {
 	display: none;
 }

.pageEnd a
{
	margin-left: 551px;
	background: transparent url('/img/elements/frontpageMoreHereAndNow.png') no-repeat;
	width: 57px;
	height: 46px;
	display: block;
}


#hereAndNow
{
	float: left;
	width: 219px;
	padding-left: 37px;
	padding-right: 33px;
	background: #ffffff;
}

#hereAndNow ul
{
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}

#hereAndNow ul li
{
	list-style-type: none;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}

#hereAndNow ul li p
{
	margin: 0px;
	padding: 0px;
	
}

#frontpageBannerArea
{
	float: left;
	display: block;
	width: 234px;
	
}
