@charset "utf-8";
/* CSS Document */

#mainlinks
{
    clear: both;
    height: 40px;
	margin: 2px 0;
    padding:  0 0 0;
	font-family: Trebuchet MS;
    font-size: 8pt;
	font-weight: normal;
}

#mainlinks a {
	text-decoration: none;
    color: #1a1a18;
   
	padding: 0px 3px 1px 3px;
	
    
}

#mainlinks a:hover {
	background-color: #eee2bc;
	color: #873427;
}

#mainlinks .activeLink {
	background-color: #eee2bc;
	color: black;
}

#sublinks {
    font-family: Trebuchet MS;
    width: 180px;
	margin: 0 ;
	padding:0;
}

#sublinks a:hover {
    color: #873427;
	background-color:#eee2bc;
}

#sublinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	/*border:1px solid #F0C;*/
}

#sublinks ul ul {
    margin: 0 0 0 0px;
	
}
#sublinks ul ul li { border-left-style: none; margin: 0 0 0 6px; }

#sublinks ul ul a {
    text-transform: none !important;
    margin: 0;
    padding: 0;
	
}

#sublinks li {
    margin: 0;
    padding: 0;
	
	line-height: 12px;
	
	
}

#sublinks ul li a
{
    display: block;
    color: white;
    text-decoration: none;
    font-size: 9pt;
    font-family: Trebuchet MS;
    font-weight: normal;
    margin: 5px 0 0 3px;
    padding: 5px 0 5px 5px;
    background-color: #c99d66;
    /*min-width: 180px; border:1px solid #F0C;*/
    
}

#sublinks .current > a, #sublinks .trail > a {
    color: white;
	background-color: #925e36;
}

input.SubmitButton {  color: white;
	background-color: #925e36; border-style: none; width: 140px; padding-left: 10px; height: 24px; padding-bottom: 4px; text-align: left; font-family: "Trebuchet MS", Sans-Serif;}
input.ResetButton { color: white;
	background-color: #c99d66; border-style: none; width: 140px; padding-left: 10px; height: 24px; padding-bottom: 4px; text-align: left; font-family: "Trebuchet MS", Sans-Serif; }


#tiedotteet a {
	display:block;
	font-family: Trebuchet MS !important;
    font-size: 9pt;
    font-weight: normal;
	padding: 0px 0 10px 10px;
	margin-top: 2px;
}

#tiedotteet p { padding-top: 4px; }

#path {
    margin: 0;
    padding: 10px 0 20px 25px;
    height: 12px;
}

#path *, #path a {
    font-family: Trebuchet MS;
    font-size: 9pt;
	text-decoration:none;
}

#search a {
	text-decoration:none;
}

#search a:hover {
	color:#000;
}

#SearchButton {
	margin:0;
	padding:2px 0 0 5px;
}

#nosto a {
	display:block;
	padding:10px 0 0 43px;
	text-decoration:underline;
	color:#4b4640;
	font-size:10pt;
}

#nosto a:hover {
	color:#873427;
}

