/* Pohjan rakenne
-------------------- */
body {
	margin: 0px;
	height: 100%;
	/*background-image:url(../images/sivutausta.gif);*/
	background-repeat: repeat-x;
	/*background-color: #F3ECC3;*/
	background-color: #FFFFFF;
	min-width: 770px;
	text-align: center;
}
div.container {
	width: 97%;
	background-color: #FFFFFF;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	min-width: 770px;
	/*border-right: 4px solid #000000;
	border-left: 4px solid #000000;
	border-bottom: 4px solid #000000;
	background-image: url(../images/valikkotausta2.gif);*/
	background-repeat: repeat-y;
}
div.header {
	height: 127px;
	background-image:url(../images/balloons3.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
div.logoalue {
	height: 127px;
	background-image: url(../images/ylaraita2.gif);
	background-position: bottom right;
	background-repeat: repeat-x;
}
div.lasnalogo {
	position: relative;
	top: 25px;
	/*left: -8px;*/
}

div.lasnalogo img {
	float: left;
}

div.lasnalogo h4 {
	font-size: 15px;
	font-family: Verdana;
	float: left;
	margin-top: 79px;
	margin-left:1px;
	font-weight: bold;
	color: #fcb040;
	}
	
div.ylavali {
	width: 100%;
	line-height: 0px;
	height: 7px;
	background-color: #5F6D19;
}
div.keskiosa {
	width: 100%;
	border-left: 4px solid #FFFFFF;
}
html>body div.keskiosa { /* IE korjaus 100% leveyteen*/
	width: 98%;
}
td#valikon_tausta {
	background-color: #88b445;
}
div.valikkopohja {
	height: 549px;
	float: left;
	width: 180px;
	background-image: url(../images/valikkotausta4.jpg);
	background-repeat: no-repeat;
}
html>body div.valikkopohja { /* IE korjaus 100% leveyteen*/
	min-height: 549px;
	height: auto;
}

div.sisalto {
	float: left;
	clear: right;
	/* margin-left: 180px; */
	padding: 10px;
	padding-left: 20px;
}
html>body div.sisalto { /* IE korjaus 100% leveyteen*/
	float: none;
}
div.footer {
	height: 4px;
	font-size: 1px;
	clear: both;
	padding: 0px;
	background-color: #FFFFFF;
}

/* Valikko
-------------------- */
ul.valikkolista {
	margin-top: 26px;
	list-style-type: none;
}
li.valikkoitem {
	font-family: arial;
	font-size: 120%;
	margin-left: -20px;
	margin-bottom: 10px;
}
p {
	font-family: arial;
	font-size: 100%;
}
h1 {
	font-family: arial;
	font-size: 130%;
	font-weight: bold;
}
h2 {
	font-family: arial;
	font-size: 110%;
	font-weight: bold;
}