/* koko layout */	
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background : #FFFFFF;
	text-align: left;
	font-size: 12px;
	}

#valikko {
	position: relative;
	float: left;
	margin-top: 11px;
	left: 11px;
	width: 192px;
	padding: 0;
}

.piilo {
color:#FFFFFF;
}

.otsikkorivi {
	background-color: #fff;
	/* align: left; */
	font-size: 150%;
	color: #333366;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 5px;
	padding-right: 0;
	min-height: 1em;
	/* margin-right: 17px; */
	clear: both;
}

h1 {
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #333;
	margin-top: 10px;
	margin-left: 11px;
 	margin-bottom: 15px;
	}


/* valikko tausta sinisellä*/
.menu a,.menu a:link,.menu a:active,.menu a:visited, .menuhover a,.menuhover a:link,.menuhover a:active,.menuhover a:visited {
	display: block;
	color: #CCCCCC;
	background: #333366;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px;
	margin-bottom: 2px;
	}

/* hiiri valikon päällä */
.menu a:hover, .menuhover a:hover  {
	display: block;
	color: #333366;
	background: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 10px;
	margin-bottom: 2px;
	}

/* pikkuvalikko */
.amenu a,.amenu a:link,.amenu a:active,.amenu a:visited, .amenuhover a,.amenuhover a:link,.amenuhover a:active,.amenuhover a:visited {
	display:list-item;
	list-style-position:inside;
	color: #333366;
	text-decoration:none;
	}

/* hiiri pikkuvalikon päällä */
.amenu a:hover, .amenuhover a:hover  {
	font-weight: bold;
}
	
	.sisalto {
	text-align: center;
	padding: 20px;
	height: 100%;
	width: auto;
}
.vasenreuna {
	padding: 0px;
	background: #CCCCCC;
	border-right-width: 1px;
	border-right-color: #0000FF;
	border-right-style:outset;
}

.oikeareuna {
	padding: 0px;
	background: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #0000FF;
	border-left-style:inset;
}

.kalustoesittely {
	font-size: 100%;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	border-left-width: 1px;
	border-left-style:dotted;
	border-left-color: #333366;
}

.kalustonotsikko {
	font-size: 150%;
	vertical-align: top;
	text-align: center;
	display:compact;
	color: #333366;
	background: #CCCCCC;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 2px;
}

.kalustolinkit {
vertical-align:top;
}

.palkkiotsikko {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	vertical-align: top;
	text-align: center;
	display:compact;
	color: #333366;
	background: #CCCCCC;
	font-weight: bold;
	padding: 10px;
}
.lomake {
	font-size: 100%;
	color: #333366;
	text-align: left;
}

.top {
	vertical-align:top;
	}

