body {background:#234414;margin:0;padding:0;overflow:auto;}
a {color:#004800;text-decoration:underline;}
a:visited {color:#005000;text-decoration:underline;}
a:hover {color:#006000;text-decoration:none;}
a img {border:none;}
h1, h2, h3, h4 {color:#417728;}
#page {	
	width:780px;	
	height:100%;
	background:#fff;
	margin:15px auto;
	padding:6px;			
	text-align:left;
}
#left {
	float:left;	
	width:150px;	
	padding:0;
	margin-right:10px;
	margin-bottom:10px;
}
#logo {margin:0;padding:0;text-align:center;}
#text {margin-left:170px;margin-right:10px;padding:6px;}
#copy {clear:both;color:#ccc;margin-top:10px;text-align:center;font-size:80%;}
.hallitus {display:block;height:100px;margin-bottom:10px;}
.hallitus img {float:left;margin-right:12px;border:1px solid #000;}
.indent {padding-left:20px;}
.links {line-height:1.3em;}
.center {text-align:center;}
.update {width:70px;color:#76674a;font-weight:bold;border-bottom:1px dashed #76674a;margin:2px 0 8px 4px;}
.b1 {border:1px #000000 solid;}
.line {width:400px;border:1px solid #006000;margin-top:20px;margin-bottom:20px;}
.green {color:#417728;}
.lista {list-style:none;}
.lista li, .lista2 li {padding-bottom:7px;}
.lista3 {list-style:none;margin:0;padding:0;}
.lista3 li {padding-top:7px;padding-left:7px;}
.lista4 {padding:0;margin:0;}
.title {font-weight:bold;font-size:1.1em;margin:20px 0 10px 0;}
.ext {font-size:76%;color:#76674a;margin-left:10px;}
.clear {clear:both;}
.huom {width:500px;padding:10px;background:#eee;border:1px solid #000;}
.harmaa {color:#999;}

/***** Lomake *****/
form#jasen {
	margin:0;	
	padding:0;
	width:550px;
}
form#jasen fieldset {  
	margin:0;  
	padding-left:10px;
	border-style:none;
	border-top:1px solid #000000;
}
form#jasen fieldset.nb {
	border:none;
}
form#jasen fieldset ol {  
	list-style:none;
	padding:0;
}
form#jasen fieldset li { 
	float:left; 
	padding-bottom:10px;
}
form#jasen fieldset li b { 	
	width:150px;
	padding-bottom:10px;
}
form#jasen legend {  
	margin-left:20px;	  
	color:#080;  
	font-weight:bold;
	font-size:1.1em;
}
form#jasen label {
	float:left;  
	width:220px;  
	margin-right:1em;  
	text-align:right;	
}
form#jasen label.norm {
	font-weight:normal;
}
form#jasen label.rc {
	width:100px;
}
form#jasen input {
	float:left;
	width:250px;
	background:#eee;
	border:1px solid #000;
}
form#jasen input.rc {	
	width:20px;
	margin-right:230px;
	background:none;
	border:none;
}
form#jasen input.rc1 {	
	width:25px;
	margin-right:10px;
	text-align:center;
}
form#jasen input.rc2 {	
	width:50px;
	text-align:center;
}
form#jasen input.rc3 {	
	width:190px;
	margin-left:10px;
}
form#jasen input.pvm {	
	background:none;
	border:none;
}
form#jasen textarea {
	float:left;
	width:250px;
	overflow:auto;
	margin-bottom:3px;
	background:eee;
	border:1px solid #000;
}
form#jasen .submit {
	width:200px;
	margin-left:150px;
	background-color:#eee;	
	border:1px solid #000;
	font-size:1.1em;
	margin-top:18px;
	cursor:pointer;
}

/***** Valikko *****/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
margin: 6px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* style the list items */
.menu li {
background:#417729;
width:auto;
height:26px;
/* for IE7 */
float:left;
}
.menu li.sub {background:#417729 url(/img/sub.gif) no-repeat right center;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#eee;
text-indent:5px;
font-size: 90%;
font-family: "Times New Roman";
border: 1px solid #203a14;
border-width: 1px 1px 0 1px;
}

.menu a.last, .menu a.last:visited { border-width: 1px; }

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover {color:#dfdbdb; background:#356022; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#dfdbdb; background:#356022;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#dfdbdb; background:#356022;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-28px;
/* set up the overlap (minus the overrun) */
left:110px;
/* set up the overrun area */
padding:30px 30px 30px 0;
/* this is for IE to make it interpret the overrun padding */
background:transparent url(/img/transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}

/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

