@charset "UTF-8";
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
h1 {
	font-size: 13pt;
}
h2 {
	font-size: 10pt;
}
h3 {
	font-size: 10pt;
}
body  {
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
//	background-color: #ffffff;
	background-image: url(../img/tl_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(../img/tiina_luonua_sm_bg_050511.png);
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #C3C0BB;
	background-repeat: no-repeat;
	background-position: top;
} 
.twoColFixLtHdr #header {
	height: 130px;
*/
;
	float: left;
	width: 780px;
	padding: 10;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	text-align: right;
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #000;
	background-image: url(../img/img_01.png);
	background-repeat: no-repeat;
	background-position: left 350px;
	height: 600px;
}
.twoColFixLtHdr #mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 496px;
	margin: 0px;
	line-height: 16px;
	color: #000;
} 
.twoColFixLtHdr #footer {
	padding: 0 8px;
	background-color: #323232;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCC;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.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;
}
.twoColFixLtHdr #sidebar_hyva_tietaa {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666;
	background-image: url(../img/img_05.png);
	background-repeat: no-repeat;
	background-position: left 430px;
}
.sivu_linkit_active {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 0.8em;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-indent: 10px;
}
.sivu_linkit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 0.8em;
	text-align: right;
	padding-right: 10px;
	vertical-align: middle;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 10px;
}

.twoColFixLtHdr #sidebar_palvelut {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666;
	background-image: url(../img/index_2.png);
	background-repeat: no-repeat;
	background-position: right 450px;
	height: 830px;
}
.twoColFixLtHdr #sidebar_yhteys {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;	
	line-height: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666;
	background-image: url(../img/img_03.png);
	background-repeat: no-repeat;
	background-position: center 170px;
	height: 520px;
}
.twoColFixLtHdr #sidebar_web {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666;
	background-image: url(../img/img_04.png);
	background-repeat: no-repeat;
	background-position: center 220px;
	height: 550px;
}
.twoColFixLtHdr #sidebar_print {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left 440px;
	height: 100%;
}
.ingressi {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333;
	font-weight: bold;
	line-height: 16px;
}
.pieni_teksti {
	font-size: 9px;
	color: #333;
}
.pieni_teksti {
	color: #666;
}
