body
{
	background-color: #A6A6A5;

	background-image: url(kuvat/taustakuva.jpg);
	background-position: 50% 0;
	background-repeat: repeat-y;
}

#container
{
	position: absolute;
	left: 50%;
	top: 0px;

	margin-left: -396px;

	width: 792px;

	z-index: 2;


}

#valikko
{
	position: absolute;
	left: 83px;
	top: 81px;
	
	z-index: 2;
}

#kielet
{
	position: absolute;
	left: 84px;
	top: 240px;
	
	z-index: 2;
}


#grafiikka
{
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 1;
}

#ajankohtaista
{
	position: absolute;
	left: 83px;
	top: 280px;

	width: 215px;

	z-index: 2;

	color: #7A7A7A;
}

#logo_etusivu
{
	position: absolute;
	left: 308px;
	top: 171px;
	
	z-index: 2;
}

#teksticontainer
{
	position: absolute;
	left: 328px;
	top: 180px;
	
	width: 425px;

	z-index: 3;
}

#tuotteet
{
	font-family: arial;
	font-size: 100%;
	width: 427px;
	height: 300px;
}

.teksti
{
	font-family: arial;
	font-size: 80%;
	color: #414041;

	line-height: 150%;
}

a:visited, a:link
{
    color: #000000;
    text-decoration: none;
}

a:active, a:hover
{
    color: #000000;
    text-decoration: underline;
}

#lbi
{
    color: #999999;
}


.paaotsikko
{
	font-size: 110%;
	font-weight: bold;
}

.alaotsikko
{
	text-decoration: underline;
	font-weight: bold;
}

.ajankohtaistaotsikko
{
	text-decoration: none;
	font-weight: bold;
}

