body {
	margin-left: 0px; margin-top: 5px;
	margin-right: 0px; margin-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color:#FAF0E0;
}
html { 
	height: 100%;
	margin-bottom: 1px; 
}
body a:visited{
	color: #FFFFFF;	text-decoration: none; background-color:transparent;;
}
body a:hover{
	color: #000000; text-decoration: underline; background-color:transparent;
}
body a:link{
	color: #666666;	text-decoration: none; background-color:transparent;
}
.paakuva {
	border-right: 1px solid #8e0000; border-top: 1px solid #8e0000;
	border-left: 1px solid #8e0000;
}
.palkki {
	font-size:small; color: #000000; background-color:#ff6c00;
	border-top: 0px; border-right: 1px solid #8e0000;
	border-bottom: 1px solid #8e0000; border-left: 1px solid #8e0000;	
}
.tekstialue {
	background-color:#FFFFFF;
	border-top: 0px; border-right: 2px dotted #8e0000;
	border-bottom: 1px solid #8e0000; border-left: 2px dotted #8e0000;
	padding:20px;
}
.teksti {
	text-align: left; font-size: small;	color: #000000;
	background-color:transparent;
}
.teksti a:link {
	color: #999999;
}
.teksti a:visited {
	color: #999999;
	
}.teksti2 {
	text-align: left; font-size: small;	color: #333333 ;
	background-color:transparent;
	text-decoration: underline;
}
.teksti2 a:link {
	color: #666666; text-decoration: underline; background-color:transparent;
}
.teksti2 a:visited {
	color: #333333; text-decoration: underline; background-color:transparent;
}
.teksti a:hover {
	color: #333333; text-decoration: underline; background-color:transparent;
}
img.floatOikea {
	float: right; margin-top: 10px;
	margin-bottom: 10px; margin-left: 12px;
	border:1px solid #333333;
}
img.floatVasen {
	float: left; margin-top: 10px;
	margin-bottom: 10px; margin-right: 12px;
}
img.floatKeski {
	float: inherit; margin-top: 10px;
	margin-bottom: 10px; margin-right: 12px;
	border:1px solid #333333;
}

h1 {
	text-align: left; font-size: medium; color: #333333; background-color:transparent;
}
h2 {
	text-align: left; font-size: small; font-weight:bold; color: #333333; background-color:transparent;
	padding-top: 20px;
}
h3 {
	text-align: left; font-size: small; font-weight:bold; color: #333333; background-color:transparent;
}

/* Menu
*/

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 145.7px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(menubg_1.gif) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}

/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #ff6c00;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover_2.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #da5c00;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(#) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

@media print {
	body {color: black;background-color: white;}
	.palkki {display: none; background-color: white;}
	.paakuva {display: none; background-image: none;}
	.linkkipalkki {display: none; background-color: white;}
	.tekstialue {border: none;}
}
