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


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #73512C;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #2B150A;
	margin: 0 auto;
	text-align: left;
	border-top: #2B150A;
	border-right: #2B150A;
	border-bottom: #2B150A;
	border-left: #2B150A;
	
} 
.twoColFixLtHdr #header {
	height: 319px;
	background-image: url(ylapalkiksi.jpg);
}
.twoColFixLtHdr #header_eng {
	height: 319px;
	background-image: url(ylapalkiksi_eng.jpg);
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 155px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #2B150A; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-top-color: #2B150A;
	border-right-color: #2B150A;
	border-bottom-color: #2B150A;
	border-left-color: #2B150A;
} 
.twoColFixLtHdr #footer {
	padding: 10px 10px 10px 200px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2B150A;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.otsikko{
	color: #2B150A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}

.pikkuotsikko{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2B150A;
	font-weight: bold;
}

.leipis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2B150A;
	text-decoration: none;
	font-weight: normal;
}
.leipis a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #73512C;
	font-weight: normal;
	text-decoration: none;
}
.leipis a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #73512C;
	font-weight: normal;
	text-decoration: none;
}
.leipis a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #73512C;
	font-weight: normal;
	text-decoration: underline overline;
}


.paivitykset {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #73512C;
	font-size: 9pt;
	font-weight: normal;
}
.paivitykset a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ECDAC6;
	font-size: 9pt;
	text-decoration: none;

}
.paivitykset a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ECDAC6;
	font-size: 9pt;
	text-decoration: none;

}
.paivitykset a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #73512C;
	font-size: 9pt;
	text-decoration: underline overline;
}

.pentuvalitys{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #ECDAC6;
	font-weight: normal;
	text-decoration: none;
}
.pentuvalitys a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #73512C;
	font-weight: normal;
	text-decoration: none;
}
.pentuvalitys a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #73512C;
	font-weight: normal;
	text-decoration: none;
}
.pentuvalitys a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #73512C;
	font-weight: normal;
	text-decoration: underline overline;
}


.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;

}

.pentuvalitys {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;


}

.navigaatio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;


}




#menu {
	float: left;
	width: 700px;
	height: 47px;
	padding-top: 251px;
	padding-left: 194px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 10px 8px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


#menu a:hover {
	background: #FFFFFF repeat-x;
	color: #2B150A;
}

#menu .current_page_item a {
	background: #FFFFFF repeat-x;
	color: #2B150A;
}


.td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}




.ropkoirat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

