@charset "UTF-8";
/* CSS Document */

/************************ SIVUN YLEISIÄ MÄÄRITTELYJÄ  ************************/

* {
	font-size: 12px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
}

img {
	border: 0px;
}

/************************ CONTAINER  ************************/

div#nrg_container {
	/*background-color: #00FFCC;*/
	background-image: url(layout_images/nrg_intro_content_tausta.gif);
	width: 794px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-left: #eeeeee solid 3px;
	border-right: #eeeeee solid 3px;
	border-bottom: #eeeeee solid 3px;
	border-top: 0;
	text-align: left;
}

/************************ YLÄPALKKI ja HEADER, YLÄVALIKKO ************************/

div#nrg_header {
	width: 794px;
	height: 123px;
	background-image:url(layout_images/nrg_intro_ylapalkki_taustakuva.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;

}

div#nrg_header ul {
	padding-top: 34px;
	*padding-top: 32px;
	margin: 0px;
	*margin-left: 18px;
	*display: inline-block;
	width: 758px;
}

div#nrg_header ul li {
	float: left;
	display: inline;
	margin-right: 26px;
}

div#nrg_header ul li a:link, div#nrg_header ul li a:visited {
	color: #B0D2E4;
	text-decoration: none;
	font-style: normal;
	font-weight: bold; 
	font-size: 0.9em;
}

div#nrg_header ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em; 
}

div#nrg_header ul .selected {
	float: left;
	display: inline;
	margin-right: 26px;
}

div#nrg_header ul .selected a:link, div#nrg_header ul .selected a:visited {
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: bold; 
	font-size: 0.9em;
}

div#nrg_header ul .selected a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 0.9em; 
}



/************************ SISÄLTÖKENTTÄ ************************/

div#nrg_sisalto {
	width: 606px;
	float: left;

}

div.nrg_tekstialue {
	margin-left: 36px;
	margin-top: 24px;
	margin-right: 35px;
	margin-bottom: 16px;
}

h1 {
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #999999;
}

h2 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #999999;
}

div.nrg_tekstialue p {
	line-height: 1.4em;
	color: #323232;
}

div.nrg_tekstialue a:link, div.nrg_tekstialue a:visited  {
	color: #2a2a87;
}

div.nrg_tekstialue a:hover {
	color: #2a2a87;
	text-decoration: none;
}


div.nrg_boxit {
	width: 535px;
	background-image: url(layout_images/nrg_intro_content_box_bg.gif);
	margin-left: 36px;
	padding-bottom: 10px;
}

td.nrg_box1 {
	padding: 10px 20px 10px 20px;
}

td.nrg_box2 {
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
}

td.nrg_box1 h2, td.nrg_box2 h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	color: #808080;
}

td.nrg_box1 a, td.nrg_box2 a {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
	color: #2a2a87;
}

td.nrg_box1 p, td.nrg_box2 p {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
	color: #323232;
}

/************************ SISÄLTÖKENTTÄ, UUTISOTSAKKEIDEN MUOTOILUT ************************/

div.nrg_tekstialue .otsikko {
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #999999;
}

div.nrg_tekstialue .paiva {
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
}


div.nrg_tekstialue .ingressi {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #2a2a87;
}


/************************ SISÄLTÖ, OIKEA SIVUPALKKI ************************/

div#nrg_oikea_sivupalsta {
	width: 185px;
	float: left;
	clear: right;
	*margin-right: -2px;
	*padding-right: -2px;
	
}

div.nrg_oikea_ylin {
	border-bottom: 3px solid #eeeeee;
	float: right;
	width: 185px;
	clear: right;
	margin: 0px;
	padding: 0px;
}

div.nrg_oikea_keski {
	float: right;
	clear: both;
	border-bottom: 3px solid #eeeeee;
	width: 185px;
	margin: 0px;
	padding: 0px;
}

div.nrg_oikea_alin {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: right;
	width: 165px;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
	color: #323232;
}

div.nrg_oikea_alin p {
	color: #323232;

}

div.nrg_oikea_alin a:link, div.nrg_oikea_alin a:visited  {
	color: #2a2a87;
}

div.nrg_oikea_alin a:hover  {
	color: #2a2a87;
	text-decoration: none;
}

/************************ UUTISET ************************/

div.nrg_uutiset_title {
	font-size: 1.6em;
	color: #999999;
	height: 40px;
	border-top: dotted 4px #d7d7d7;
	width: 535px;
	margin-top: 10px;
	margin-left: 4px;
}


div.nrg_ajankohtaista {
	margin-left: 36px;
}

div#uutinen {
	width: 153px;
	background-color: #eeeeee;
	border-left: 4px solid #ffffff;
	float: left;
	display: inline;
	padding: 10px;
}

div#uutinen .otsikko {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}

div#uutinen .paiva {
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
}

div#uutinen a:link, div#uutinen a:visited {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normail;
	text-decoration: none;
	color: #2a2a87;
}

div#uutinen a:hover {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normail;
	text-decoration: underline;
	color: #2a2a87;
}

div.nrg_uutisarkistoon {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
}

div.nrg_uutisarkistoon a {
	font-sixe: 1em;
	color: #2a2a87;
	text-decoration: underline;
}




/************************ ALATUNNISTE  ************************/

div#nrg_footer {
	clear: both;
	background-color: #eeeeee;
	height: 20px;
	text-align: center;
	width: 794px;
}

div#nrg_footer p {
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	padding-top: 5px;
}
