/*
@font-face {
    font-family: "PT Sans Regular";
    src: url(PTS55F-webfont.eot);
    src: url(PTS55F-webfont.eot?iefix) format("eot"),
         url(PTS55F-webfont.woff) format("woff"),
         url(PTS55F-webfont.ttf) format("truetype"),
         url(PTS55F-webfont.svg#webfont1xMzgHFI) format("svg");
    font-style: normal;
    font-weight: normal;
}
*/

html,body {
	margin: 0;
	background-color: #e0e0e0;
	font-family: "PT Sans Regular",helvetica,geneva,sans-serif,monospace;
	/*font-size: 11pt; RIIPPUU FONTTIKOKEILUISTA */ 
	font-size: 10.5pt;
}

a {
	color: #000;
	text-decoration: none;
}
div.wrap {
	background-color: #fff;
	min-width:880px;
	max-width: 1050px;
	width: 92%;
	margin: 0 auto;
}
div.wrap div.title {
	position: relative;
	background-color: #e0e0e0;
}
div.wrap div.title a.head {
	margin: 0;
	font-size: 17pt;
	font-weight: bold;
}
div.wrap div.title div.sitemenu {
	position: absolute;
	bottom: 0; right: 2px;
	font-size: 8pt;
}
div.wrap div.title div.sitemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.wrap div.title div.sitemenu ul li { display: inline; }
div.wrap div.title div.sitemenu ul li:before { content: '| '; }
div.wrap div.title div.sitemenu ul li:first-child:before { content: ''; }

div.wrap div.head {
	position: relative;
	background-image: url('../../common/images/eduskuntatalo.jpg');
	/*background: url(${base}/common/images/eduskuntatalo.jpg);*/
	background-repeat: no-repeat;
	width: 100%;
	height: 149px;
	margin: 0;
	border-top: 5px solid #008e58;
	border-bottom: 5px solid #008e58;
}
div.wrap div.head div.lang {
	position: absolute;
	top: 5px; right: 5px;
	font-size: 9.5pt;
}
div.wrap div.head div.lang span { color: #c8c8c8; }
div.wrap div.head div.haku {
	position: absolute;
	bottom: 15px; right: 15px;
	font-size: 8pt;
	border: 1px solid #000;
	padding: 4px;
	background-color:#fff;
	/* for IE */
	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}
div.wrap div.head div.haku input {
	font-size: 9.5pt;
	width: 150px;
	border: 1px solid #008e58;
}
div.wrap div.head div.haku input[type=submit] {
	margin-left: 4px;
	width: 24px;
}
div.wrap div.foot {
	background-color: #1b6a4c;
	margin-bottom: 2.5em;
	padding: 6px;
	font-size: 9.5pt;
	color: #fff;
}
div.wrap div.leftbar {
	padding-top: 8pt;
	width: 220px;
	float: left;
}
div.wrap div.rightbar {
	padding-top: 8pt;
	width: 220px;
	float: right;
}

ul.navi {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 10px 6px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #008e58;
	width: auto;
}
ul.navi li { font-size: 10.5pt; }
ul.navi ul li { font-size: 9.5pt; }
ul.navi ul li ul li { font-size: 9pt; }
ul.navi li {
	padding: 0;
	border-bottom: 1px solid #32c68e;
}
ul.navi li a {
	color: #000;
	text-decoration: none;
}
ul.navi li span, ul.navi li a {
	display: block;
	padding: 0.3em 4px;
	cursor: pointer;
}
ul.navi li:hover {
	background-color: #32c68e;
}
ul.navi li.selected {
	background-color: #32c68e;
}
ul.navi li:first-child {
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-radius: 9px 9px 0 0;
	-khtml-border-radius: 9px 9px 0 0;
	border-radius: 9px 9px 0 0;
}
ul.navi li:last-child {
	-moz-border-radius: 0 0 9px 9px;
	-webkit-border-radius: 0 0 9px 9px;
	-khtml-border-radius: 0 0 9px 9px;
	border-radius: 0 0 9px 9px;
	border: 0;
}
ul.navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
ul.navi ul li {
	border: 0;
	border-left: 1px solid #32c68e;
	margin-left: 8px;
	padding: 0.15em 3px 0.15em 0;
}
ul.navi ul li:hover {
	background-color: transparent;
	border-right: 3px solid #008e58;
	padding-right: 0;
}
ul.navi ul li:first-child, ul.navi ul li:last-child {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	border-left: 1px solid #32c68e;
}

div.main {
	margin: 0 220px;
	padding: 3px 8px;
}
div.main div.breadcrums {
	font-size: 8pt;
	letter-spacing: 0.15em;
	border-bottom: 1px solid #89d3b7;
}
div.main h1 {
	font-size: 16pt;
	margin: 8pt 0;
	background-color: transparent;
}
div.main h2 {
	font-size: 14pt;
	margin: 5pt 0 0 0;
	background-color: transparent;
}
div.main p.kirja {
	font-size: 9pt;
/*	font-variant: small-caps;*/
	font-family: verdana,arial,sans-serif,monospace;
	letter-spacing: 0.1ex;
	margin: 4pt 0 4pt 26pt;
	text-indent: -18pt;
}

/*
div.main ul {
    list-style: disc;
		color: green;
}
div.index ul li {
    margin: 0 0 0 100em;
	color: green;
}
*/

div.main sup {
	font-size: 7pt;
	line-height: 1ex;
}

/*
div.main p ul {
	margin-top: 0;
}
*/


/*div.main a,
div.nosto a {
	text-decoration: underline;
	color: #00f;
}
*/

div.main a,
div.nosto a,
div.main a:visited,
div.nosto a:visited {
		text-decoration: none;
		color: #00f;
		border-bottom: 1px dotted #00f;
}

div.main a:hover,
div.nosto a:hover {
		text-decoration: none;
		color: #00f;
		border-bottom: 1px solid #00f;
}

/*
div.main a, 
div.main a:visited:hover {
	color: #00f;
    background: url('../../common/images/img_content_link_dotting.gif') 60% 85% repeat-x transparent;
	text-decoration: none;
}
div.main a:visited {
    background: url('../../common/images/img_content_link_dotting_visited.gif') 60% 85% repeat-x transparent;
    text-decoration: none;
}
*/

div.main .pieni {
	font-size: 90%;
	line-height: 1.3em;
}

h2.ajankohtaista {
	color: #333;
	background-color: transparent;
	border-bottom: dotted 1px green;
}

h3.ajankohtaista {
	margin: 10pt 0 -4pt 0;
	color: #333;
	background-color: transparent;
	font-size: .9em;
}

.tiedote p {
	color: #000;
	margin-left: .7em;
}

.tiedote h3 {
	color: #333;
	margin-bottom: -10px;
}

.bold {
  font-weight: bold;
}

div.nosto {
	font-size: 9.5pt;
	margin: 0.9em 4px 1.8em 4px;
	padding-left: 0.3em;
}
div.nosto h1 {
	font-size: 11pt;
	margin: 0;
	margin-bottom: -3pt;
}
div.nosto h2 {
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
}
div.nosto p { margin: 4pt 0; line-height: 1.3em; }
#palsta { position: fixed; top: 200px: left: 200px; cursor: pointer; display: none;}

div.taulukko {
	border: 1px solid #000;
	padding: 10px;
}
div.taulukko table { width: 100%; border-spacing: 0; font-size: 95%; }
div.taulukko table td { padding: 2px 0; }
div.taulukko table td.c { text-align: center; }
div.taulukko table td.r { text-align: right; }
div.taulukko table td.px40, div.taulukko table td.px60, div.taulukko table td.px80 { padding-left: 4px; padding-right: 3px; }
div.taulukko table td.px40 { width: 44px; }
div.taulukko table td.px60 { width: 70px; }
div.taulukko table td.px80 { width: 96px; }
div.taulukko table td.pad10r { padding-right: 10px; }
div.taulukko table td.pad25r { padding-right: 24px; }
div.taulukko table td p { margin: 2px;}
div.taulukko table tr.strong td { font-weight: bold; }
div.taulukko table tr.b_t td { border-top: 1px solid #000; }
div.taulukko table tr.b_b td { border-bottom: 1px solid #000; }
div.taulukko table td.c50 { width: 50%; text-align: center; }
div.taulukko table td.c25 { width: 25%; text-align: center; }
div.taulukko table td.l25 { width: 25%; text-align: left; }
div.taulukko table td.r25 { width: 25%; text-align: right; }