/**
*
*(C) tmi Lari Iso-Anttila, 2008-2009 
*
*/

body
{
	font-size: 16px;
	font-family: Arial;
	background-color: burlywood;
}

/* Container */
.container
{
	margin-top: 15px;
	margin-bottom: auto;
	background-image: url(../kansio/kansio_kiinni.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	width: 1000px;
	margin-right: auto;
	height: 667px;
	/*background-color: aqua;*/
}

		/*.container
		{
			margin-top: 15px;
			margin-bottom: auto;
			background-image: url(./kansio/kansio_kiinni.jpg) no-repeat;
			margin-left: 20px;
			width: 1000px;
			margin-right: auto;
			height: 667px;
			background-repeat:repeat-y;
			background-color: aqua;
		}*/

.etusivu_vasen
{
	width: 445px;
	height: 667px;
	padding-left: 5px;
}

.etusivu_linkki
{
	left: 700px;
	width: 120px;
	position: relative;
	top: -200px;
	height: 20px;
	/*background-color: aqua;*/
}

.container_sisallys
{
	margin-top: 15px;
	margin-bottom: auto;
	background-image: url(../kansio/kansio_sisallys.jpg);
	margin-left: auto;
	width: 1000px;
	margin-right: auto;
	height: 667px;
	background-repeat: no-repeat;
	/*background-color: aqua;*/
}

.container_auki
{
	margin-top: 15px;
	margin-bottom: auto;
	background-image: url(../grafiikat/kansio_auki_uusi_touko.jpg);
	margin-left: auto;
	width: 1000px;
	margin-right: auto;
	height: 667px;
	background-repeat:repeat-y;
	/*background-color: aqua;*/
}

.sis_list_container
{
	width: 450px;
	height: 667px;
	padding-left: 5px;
}

.sis_list_container2
{
	float:right;
	clear:right;
	width:440px;
	height:667px;
	position: relative;
	top: -667px;
	margin-bottom:-667px;
}

td
{
	font-family: Verdana; 
	font-size: 16px; 
}

A:link
{
	color: #edd7c9;
	text-decoration: none;
}
A:visited
{
	color: #edd7c9;
	text-decoration: none;
}
A:hover
{
	color: #edd7c9;
	text-decoration: underline overline;
}

a.lari
{
    color: #573401;
    text-decoration: none;
}

/*
.hidden			{ font-size: 8px; font-weight: bold; color: #ffffff; }
A:link.hidden		{ text-decoration: none; color: #ffffff; }
A:visited.hidden	{ text-decoration: none; color: #ffffff; }
A:hover.hidden		{ text-decoration: none; color: #ffffff; }
*/
.small			{ font-size: 10px; }
H1				{ font-size: 50px; }
H2				{ font-size: 35px; color: #573401; }
H3				{ font-size: 18px; color: #EDD7B9; }
H4				{ font-size: 10px; font-weight: normal; color; #EDD7B9; }
H5				{ font-size: 28px; font-weight: bold; color: White; background-color: Maroon; }
}

.emph			{ font-weight: bold; }


