/* GLOBAL */
body {
	background : url('taustakuva.jpg')
	repeat-x;
	background-color: #D1B2EC;
	padding : 0;
	margin : 0;
	color : #333333;
}
th, td {
	font : 0.80em/1.5 Verdana, Arial, Helvetica, sans-serif;
}
img {
	border : 0px none;
	padding : 0;
	margin : 0px
}
a {
	font-size : 11px;
	text-decoration : underline;
}
a:link {
	color : #ffffff;
	 
}
a:visited {
	color : #ffffff;
	
}
a:hover {
	color : #ffffff;
	
}
a:active {
	color : #ffffff;
	
}


a:name {
	text-decoration : none; }



/* HEADER */
.header-cell {
	background : url('../images/headerbackground.jpg') 
}



}


/* MENU (TABLE AND IMAGES)*/
/* #menu-cell {
	background-image: url('linkkitausta.jpg');
	background-repeat: no-repeat;
} */


/* MENU (UNORDERED LIST AND CSS LAYOUT)*/
#menu-box {
	width : 262px;
	margin-top : 26px;
	margin-bottom : 26px;
}
#menulist ul {
	margin : 5;				/* removes indent in IE and Opera*/
	padding : 0;			/* removes indent in  Mozilla and NN7*/
	list-style : none;		/* turns off display of bullet*/
}
#menulist {
	padding : 0;
	margin : 0;
	font-size : 0.85em;
	text-align : left;
	background : transparent;
	width : 200px;
	overflow : hidden;
}
#menulist li {
	margin : 2;
							/* removes break: after in Mozilla and NN7*/
	list-style : none;		/* turns off display of bullet*/
}
#menulist li a {
	display : block;
	padding-top : 6px;
	height : 26px;
	font-weight : bold;
	text-decoration : none;
	white-space : nowrap;
	}
#menulist li.main a {
	padding-left : 5px;
	}
	
#menulist li.sub1 a {
	padding-left : 15px;
	}
	
#menulist li.sub2 a {
	padding-left : 30px;
}

#menulist li a:link {
	color : #0C2A2E;
}
#menulist li a:visited {
	color : #0C2A2E;
}
#menulist li a:hover {
	text-decoration : underline;
	color : #0C2A2E;
}
#menulist li a:active {
	color : #0C2A2E;
}
#menulist li a.active{
	color : #0C2A2E;
}

.showIt {
	display: block;
}
.hideIt {
	display: none;
}
.showThis {
	display: block;
}
.hideThis {
	display: none;
}

/* CONTENTS */
#title-box {
	padding : 0;
	margin : 0.5em 0 1em;
}
#title-box img {

	margin : 0 5px;
	padding : 0;
}
#title-box h3 {
	font-size : 18px;
	font-weight : bold;
	margin-top : 3px;
	margin-bottom : 1em;
	padding : 0;
}
.otsikko {
	color: #0C2A2E;
	padding-bottom : 5px;
	margin : 0;
}
#content-cell {
	margin : 5;
	padding-left : 10px;
	padding-right : 40px;
	padding-bottom : 2em;
	color : #000000
}
#content-cell h3 {
	font-size : 18px;
	font-weight : bold;
	margin : 0;
	padding : 0;
	color: #0C2A2E;
	border-bottom : 1px solid #000000;
	padding-bottom : 5px;
	margin : 0;
}
#content-cell h4 {
	font-size : 13px;
	font-weight : bold;
	margin : 0;
	padding : 0;
	color: #333333;
	border-bottom : 1px solid #333333;
	padding-bottom : 3px;
	margin : 0;
}
#content-cell p {
	font-size : 11px;
	margin : 0;
	padding : 0;
	text-align : justify;
}
#pikkutxt {
	color : #000000;
	font-size: 9px;

}
#content-cell ol li,
#content-cell ul li {
	margin-bottom : 0.5em;
}

/* MISCELLANEOUS */
.leipa {
	font-size: 12px;
	color: #333333;
}
.txt {
	color : #000000;
}

.harmaa {
	background-color : #D2D2D2}
	
.tummaharmaa {
	background-color : #A7A6A6}

	