/* LAYOUT STYLES */
html, body {
	height: 100%;
}

body {
	margin: 10px;
	padding: 0;
	background-color: White;
	text-align: center;
}

td {
	vertical-align : top;
}


/* Set every margin to 0 by default */
* {margin: 0;}




#mastercontainer {
	width: 918px;
	/* height: 960px; */

	margin: 10px auto 0 auto;
	text-align: left;
	
	padding: 0;
	/* border: 1px dotted #666666; */
}


#pagecontainer {
	width: 100%;
	/* height: 882px; */
	margin: 0;

	height: auto !important; /* real browsers */
	height: 735px; /* IE6: treaded as min-height*/
	min-height: 735px; /* real browsers */
	
	padding: 0;
	border: 1px solid #666666;
	
	background-image: url(../images/rock_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#leftcolumncontainer {
	float: left;
	width: 292px;
	/* height: 100%; */
	margin: 0 -292px 0 0;
	padding: 0 0 0 0;
	/* border: 1px dotted #666666; */
}

#rightcolumncontainer {
	margin: 0 0 0 292px;
	padding: 0 0 0 0;
	/* height: 100%; */
	/* border: 1px dotted #666666; */
}

#footercontainer {
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

/* Copyright styles */
#copyrightcontainer {
	width: 100%;
	clear: both;
	margin: 0 0 14px 0;
	padding: 3px 0 0 0;
}

#copyright {
	float: left;
}

#poweredby {
	
}

#produced {
	float: right;
}


#copyrightcontainer p {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 14px;
}

a.pptremedia:link, a.pptremedia:visited {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.pptremedia:hover, a.pptremedia:active {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a.cms, a.cms:link, a.cms:visited {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}
a.cms:hover, a.cms:active {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}






/* Left column contents */
#infocontainer {
	width: 290px;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	background-color: White;
	padding: 0;
	margin: 0 0 15px 0;
}
#infotitle {
	background-image: url(../images/info_otsikkotausta.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 280px;
	margin: 0;
	padding: 0;
}
#infotitle p.info {
	color: #ffb441;
	font-size: 18px;
	font-weight: bold;
	margin-left: 10px;
	padding-top: 12px;
	margin-bottom: 0;
}
#infocontents {
	background-color: Black;
	height: auto !important;
	height: 212px;
	min-height: 212px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 5px solid White;
}



/* Right column contents */
#header {
	width: 100%;
	margin: 0;
	padding: 0;
}



/* Top Navi styles */
#topnavicontainer {
	margin: 0;
	padding: 0;
	background-color: #ffb23f;
	border-top: 1px solid #6d6d6d;
	border-bottom: 1px solid Black;
	line-height: 20px;
}
#topnavi {
	margin: 0;
	padding: 0 10px 0 50px;
}

#topnavi ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#topnavi ul li {
	display: inline;
	margin: 0;
	padding: 0 12px 0 0;
	list-style: none;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : White;
	font-weight: bold;
	font-size: 11px;
}



#topnavi a, #topnavi a:link, #topnavi a:visited {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : White;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#topnavi a:hover, #topnavi a:active {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : White;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


#topnavi a.on, #topnavi a.on:link, #topnavi a.on:visited {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : Black;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#topnavi a.on:hover, #topnavi a.on:active {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : Black;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}




/* SubNavi styles */
#subnavicontainer {
	margin: 0;
	padding: 0;
	background-color: White;
	border-bottom: 1px solid Black;
	line-height: 20px;
}
#subnavi {
	margin: 0;
	padding: 0 10px 0 40px;
}

#subnavi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#subnavi ul li {
	display: inline;
	margin: 0;
	padding: 0 5px 0 10px;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../images/sub_bullet.gif);
	background-repeat: no-repeat;
	background-position: -0.1em;
}

#subnavi ul li.first {
	/* background-image: url(../images/sub_first_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 -0.4em; */
	background-image: none;
}



#subnavi a, #subnavi a:link, #subnavi a:visited {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#subnavi a:hover, #subnavi a:active {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}


#subnavi a.on, #subnavi a.on:link, #subnavi a.on:visited {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
#subnavi a.on:hover, #subnavi a.on:active {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : Black;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}





/* Subsubnavi styles */
#subsubnavicontainer {
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	line-height: 28px;
	border-bottom: 1px solid #C4C4C4;
}
#subsubnavi {
	margin: 0;
	padding: 0 4px 0 4px;
}

#subsubnavi ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#subsubnavi ul li {
	display: inline;
	margin: 0;
	padding: 0 6px 0 6px;
	list-style: none;
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight: bold;
	font-size: 11px;
}



#subsubnavi a, #subsubnavi a:link, #subsubnavi a:visited {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
#subsubnavi a:hover, #subsubnavi a:active {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : #666666;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}


#subsubnavi a.on, #subsubnavi a.on:link, #subsubnavi a.on:visited {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : Black;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}
#subsubnavi a.on:hover, #subsubnavi a.on:active {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	color : Black;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}






/* Content container styles */
#contentslayoutcontainer {
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#contentsoutercontainer {
	width: 565px;
	float: right;
	margin: 12px 0 12px auto;
	padding: 0;
	border-top: 11px solid #333333;
	border-bottom: 11px solid #333333;
	border-left: 11px solid #333333;
	background-color: #ffaf36;
}

#contentsinnercontainer {
	width: 555px;
	margin: 0;
	border: 4px solid #ffaf36;
	padding: 0;
	background-color: White;
}


/* Additional info container styles */
#additionalinfocontainer {
	width: 575px;
	margin: 0 0 0 auto;
	padding: 0;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
	background-color: #ffffcc;
	background-image: url(../images/ennakko_bg.gif);
	background-repeat: repeat-y;
}

#additionalleftcontainer {
	width: 344px;
	height: 100%;
	margin: 0 -344px 0 0;
	padding: 0;
	background-color: #ffffcc;
	float: left;
	position: relative;
}

#additionalrightcontainer {
	width: 230px;
	height: 100%;
	margin: 0 0 0 344px;
	padding: 0 0 0 0;
	border-left: 1px solid Black;
	background-color: White;
	position: relative;
}

#additionallefttitle {
	background-image: url(../images/etusivu_alaotsikko1.jpg);
	background-repeat: no-repeat;
	width: 344px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
}
#additionallefttitle p {
	color: #FFCC00;
	font-weight: bold;
	font-size: 12px;
	margin: 8px 10px 0 27px;
}
#additionalrighttitle {
	background-image: url(../images/etusivu_alaotsikko2.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
}
#additionalrighttitle p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 8px 10px 0 27px;
}

#additionalleftcontents, #additionalrightcontents {
	padding: 45px 27px 8px 27px;
}



/* Article teaser container styles */
#articleteasercontainer {
	width: 292px;
	padding: 0;
	margin: 0 0 15px 0;
}
#articleteasercontentcontainer {
	background-color: Black;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 5px solid #fe9800;
}
#articleteasercontents {
	padding: 13px;
	margin: 0 0 0 0;
}


